Not quite sure what you're asking, but if you're looking for a C cross-platform library for doing TCP/IP, then look no further than Berkeley Sockets. They're the de facto standard. If a particular platform has *any* cross-platform TCP/IP library implemented, you can bet it's Berekely Sockets. Berkeley Sockets is also called "BSD sockets". I remember doing some googling/wikipedia'ing to find out what the craic was with the name... but I never got a straight answer. Anyway, if you wanna go with Berkeley Sockets, here's your first stop: http://en.wikipedia.org/wiki/Berkeley_sockets and here's your second: http://beej.us/guide/bgnet/output/html/multipage/index.html Xiaofan Chen wrote: > I am trying to see if I can write some simple C based program > to test the HTTP demo project from Microchip > (http://www.microchip.com/tcpip). The demo project is using > the browser as the host program to test various aspect of > the TCP/IP stack (turn on/off LED, updating button status, > cookies, file updates, form processing, etc). > > My goal right now is quite modest, say I just want to > turn on/off the LEDs using a C based program under > Linux/Windows. Are there any examples out there? > > Xiaofan > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist