Linux example application showing the usage of sockets and TCP/IP
make server
make router
make client
- In first terminal
./server
- In second terminal
./router
- Additional terminals
./client
In the clients type a message and enter, and expect to get the message back. Follow the messages in the server and router terminals.