TCP Server Client Example with Cpp and Boost ASIO

3 dezembro 2015, 08:54 Alexandre José Malheiro Bernardino

TCP client and server examples are now available in the course GIT repository: "https://github.com/alexbernardino/scdtr1516". 

Select branch tcp_example and download the code. To compile and run, follow the instructions in the header of the source files.
The client to be used in the final demo by the teaching staff,  to test the students' server, will be very similar to the one provided in the example.