PORTS Forum

Ports and Interfaces => Embedded Ethernet => Topic started by: MHess on July 13, 2010, 11:09:29 am

Title: The PC side of embbeded ethernet
Post by: MHess on July 13, 2010, 11:09:29 am
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.
Title: Re: The PC side of embbeded ethernet
Post by: Jan Axelson on July 13, 2010, 11:27:58 am
These might help:

http://www.codeproject.com/KB/IP/beginningtcp_cpp.aspx

http://www.osix.net/modules/article/?id=620

http://www.codeproject.com/KB/IP/socketsincsharp.aspx

Jan