#networking #sockets #tcpip #cplusplus
This is an introduction to network programming by building a server that echos the client's messages back. The server is written in C++.
Having problems? https://www.youtube.com/watch?v=fQ1_RbnfnoI
Get it working in LINUX: https://www.youtube.com/watch?v=cNdlrbZSkyQ&feature=youtu.be
If you're looking for a backgrounder on networking, sockets, ports etc. Check out the companion video here: https://youtu.be/TE1XQ8U_JNA
You'll need PuTTY to test out the server. It can be downloaded from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Full source can be downloaded here: https://bitbucket.org/sloankelly/youtube-source-repository/src/master/cpp/networking/BarebonesClient/