mirror of
https://github.com/brendanhaines/RasPi.git
synced 2024-11-09 16:44:40 -07:00
.. | ||
client.c | ||
Client.class | ||
Client.java | ||
README | ||
server.c | ||
Server.class | ||
Server.java | ||
server2.c |
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