Adds TCP/IP stuff

This commit is contained in:
2015-01-09 13:21:07 -07:00
parent 6276473f88
commit 7b862ad270
18 changed files with 552 additions and 380 deletions

5
TCPexample/README Normal file
View File

@@ -0,0 +1,5 @@
Example code using TCP/IP protocol with C++
Example and documentation found at http://www.linuxhowtos.org/C_C++/socket.htm
server.c and client.c are original files
server2.c is commented and reformatted to facilitate understanding the underlying process