beta 93527b9071 | 5 years ago | |
---|---|---|
.vscode | 5 years ago | |
includes | 5 years ago | |
source | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE.md | 5 years ago | |
Readme.md | 5 years ago | |
install.sh | 5 years ago | |
makefile | 5 years ago | |
run.sh | 5 years ago | |
thanks.md | 5 years ago |
use 3 linux computers connecting in a lan
clone the repo git clone <repo url>
install sh install.sh
compile make
Start server ./bin/server.out 4444
get server ip ifconfig
eth0
or enp2s0
; note:: the numbers might be differentStart a client
./bin/server.out 1 4444 <server ip>
./bin/server.out 2 4444 <server ip>
./bin/server.out 3 4444 <server ip>