chipKIT® Development Platform

Inspired by Arduino™

Send and receiving messages over TCP IP ?? Any idea ??

Created Fri, 06 Jan 2012 18:42:36 +0000 by MGLSOFT


MGLSOFT

Fri, 06 Jan 2012 18:42:36 +0000

I need a library that can send and receive messages via TCP IP, know if any of the libraries that are developed to Max32 used to use that? Already thanks for your help ... I am increasingly fascinated by these modules.


Jacob Christ

Fri, 06 Jan 2012 23:00:32 +0000

What kind of messages? I've tested the WebServer application. And I believe the chat server works as well.

Jacob


MGLSOFT

Fri, 06 Jan 2012 23:24:00 +0000

As I understand it and I was reading, examples of chat using UDP, a protocol less robust than TCP. I need to exchange information on TCP, with a TCP Server and TCP Client. Packages that use 1500 bytes arrive every 1 second. The HTTP examples not serve me, because on the other end there is an HTTP client.


Jacob Christ

Sat, 07 Jan 2012 00:00:47 +0000

I agree UDP does not have automatic retry that TCP has. I haven't tried it yet, but there is a Telnet server. Telnet uses TCP. You could be able to connect to the board with a program like PuTTY.

Jacob


MGLSOFT

Sat, 07 Jan 2012 11:11:59 +0000

Ok, I'll try it, is an example with Telnet, although I understand that I walked, or not well documented and prove it. If someone can give me your help in working out, I'll thank you very much.