Hi all,
As the title says, I need to create a system with multiple Raspberry Pis that the Pis can send simple socket messages among them. Do you have any suggestion how I can start this? Here are what I thought I can do:
1) Setup a mesh network and then start socket messaging.
2) Use TCP connection to start socket messaging without setting up a mesh network. I found sources mostly between PC and the Pi. No luck Pi-Pi so far.
Do you guys have any suggestions where I can start? I will appreciate any hint and help!