I am currently working with alerting devices, specifically using raspberry pi 3b+, where it classifies a sound and the classified sound is sent to every alerting device present at home. I am looking for a way to make them connect like a mesh network so that it can send the classified sound as a string to the other device. The system is not connected to the internet and also to routers. We have two technologies to use, Bluetooth and Wi-Fi. Here are my questions:
What could I use to make a mesh network for these devices?
I searched batman-adv for wifi and Bluez for Bluetooth but I don't know if that will work? Can I use these? If not, what can I use?
Is it possible to code the communication of these devices in python? How?
What modules in python can I use?