RasPi/TCPexample
2015-01-09 13:21:07 -07:00
..
client Adds TCP/IP stuff 2015-01-09 13:21:07 -07:00
client.c Adds TCP/IP stuff 2015-01-09 13:21:07 -07:00
README Adds TCP/IP stuff 2015-01-09 13:21:07 -07:00
server Adds TCP/IP stuff 2015-01-09 13:21:07 -07:00
server.c Adds TCP/IP stuff 2015-01-09 13:21:07 -07:00
server2.c Adds TCP/IP stuff 2015-01-09 13:21:07 -07:00

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