GoPiGo - to - GoPiGo network communications

I’d like to get GoPiGo’s to recognize each other somehow and share information. Are there any examples of this? The university kit mentioned networked cars working together. I’d love to explore this area but I’m afraid I need some help getting off the ground. Any resources would be greatly appreciated!

Cheers,
Dan

Hey Dan,
We don;t have any examples for networked cars right now but it wouldn’t be that difficult to build them. In the end GoPiGo’s are Linux boxes on wheels. A simple socket server could be used to communicate between them or you can use something else too. One you have got communications working between the cars, the next thing would be to send messages between them, parse the messages and run appropriate commands. We have this example which shows how to use sockets to control the GoPiGo https://github.com/DexterInd/GoPiGo/tree/master/Software/Client_Server. You can build up on this so that multiple GoPiGo’s can communicate with each other.

We would be more than happy to help you develop this project.
-Karan