Skip to content

CELL-DGIST/2024_SystemProgramming_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024_SystemProgramming_Server

How to compile?

  • make
  • You will get an executable binary "Server"

How to run?

  • ./Server portnumber
  • Ex) ./Server 8080

How to adapt noimshow.so

  • Load the noimshow.so file using LD_PRELOAD before the raspbot executable command.
  • EX) LD_PRELOAD=./noimshow.so ./Client 127.0.0.1 8000
  • Client is the name of our Raspbot executable file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published