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