Where I can find source code for simple TCP Server(to Recive Data Packets from my pc client)? In examples i find only http servers. I need server for MCU without any RTOS.
Where have you looked so far?
Note that, at the application level, using a TCP/IP stack - including LwIP and uIP - is independent of the hardware platform.
Therefore, you should be able to look at any LwIP or uIP examples - not just TI's specific Stellaris ones - to see how to use these stacks at the application level...
(you will, of course, still need TI's specific port of the stack itself)
http://www.sics.se/~adam/lwip/
http://www.sics.se/~adam/uip/index.php/Main_Page
http://www.tcpipguide.com/free/index.htm
I have done it!!!!!
with protosocket.
Tank You.
Nilesh Mane
Hello,
Can you send me the code that you written ?
Thanks
i cant send code.
its very easy just replace httpd with hellow world.
what u mean by "replace httpd with hellow world"?