Server and Test Client Usage
In linux, cd to celegraph/ and run
make
If everything built properly, run
./bin/server <Port>
where
To test that the server is running, in a separate terminal, run
./bin/client <IP> <Port>
Where
In linux, cd to celegraph/ and run
make
If everything built properly, run
./bin/server <Port>
where
To test that the server is running, in a separate terminal, run
./bin/client <IP> <Port>
Where