RasPi/CopterController/TCPexample
2015-02-09 14:58:01 -07:00
..
client.c removes unnecessary TCP stuff 2015-02-09 11:07:20 -07:00
Client.class removes unnecessary TCP stuff 2015-02-09 11:07:20 -07:00
Client.java removes unnecessary TCP stuff 2015-02-09 11:07:20 -07:00
EchoServer.java minor updates 2015-02-09 14:58:01 -07:00
README removes unnecessary TCP stuff 2015-02-09 11:07:20 -07:00
server.c removes unnecessary TCP stuff 2015-02-09 11:07:20 -07:00
Server.class removes unnecessary TCP stuff 2015-02-09 11:07:20 -07:00
Server.java minor updates 2015-02-09 14:58:01 -07:00
server2.c removes unnecessary TCP stuff 2015-02-09 11:07:20 -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