Arduino 2560 <-> pcDuino : what kind of protocol based on TCP/IP ?

Hi guys,

We would like send some informations between our Arduino board (2560) and our pcDuino board. These boards are linked on a wired network (Ethernet).

Requirements:

  • Arduino can push a message to pcDuino
  • pcDuino can push a message to Arduino

So it's not a traditionnal client / server communication, and not a master / slave communication too.

What kind of protocols exist to do that easily ?

Thank you so much guys !

Anthony

Have a server running on each and use a client on each to communicate with the other.

Thanks :slight_smile:

And what kind of protocol to use to manipulate object notion ? SOAP ?

Thank you very much !