I want to write a simple ethernet communication routine for a PC. Preferably in C++ using TCP/IP. I believe class objects exist for this (possibly clnet) but I can't find any references on their use. Note this is not a webserver app, just my own data.
Thanks to all for any help.