TCP/IP Echo Server
This week my job scope was about the TCPIP. I need to use the PICDEM.net 2 as a TCP echo server that listen on a TCP/IP socket and transmits back exactly everything that it receives. There are some demos in the microchip application library, what I have to do was to study them and create a simple echo server. This task was difficult since it require a lot of understanding on networking and strong mastering on C programming. The coding Read more