- make
- You will get an executable binary "Server"
- ./Server portnumber
- Ex) ./Server 8080
- 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