Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 575 Bytes

reti2012 Build Status

Specifications: http://studenti.ing.unipi.it/~s470694/reti-informatiche/Progetto-2012.pdf

Compiling

Compile using make:

$ make

this will generate client & server binaries.

Running

First, run the server by typing

$ ./tris_server <host> <listening_port>

then, in another console,

$ ./tris_client <server_ip> <server_port>

The list of available commands is shown when you type !help at the prompt.