hello
I want to connect multiple clients to a socket server for voice transmission (like a walkie-talkie). What library do you suggest for this?
Thank you.
This example implements a simple "walkie talkie". (src: wikipedia) Once the two devices are connected, either over Bluetooth or over the local network, you can press on the activity and talk. The audio captured from the microphone will be sent to the other device and played. Note that this...
This example implements a simple "walkie talkie". (src: wikipedia) Once the two devices are connected, either over Bluetooth or over the local network, you can press on the activity and talk. The audio captured from the microphone will be sent to the other device and played. Note that this...
The threadtitle suggests to work with wifi or bluetooth. Why asking what you already should know? Or at least you should expect it to work based on the Threadtitle.
The threadtitle suggests to work with wifi or bluetooth. Why asking what you already should know? Or at least you should expect it to work based on the Threadtitle.
Check this example: MJPEG / CCTV Server - Erel
You need to do something similar with Bluetooth. Each connection should have its own Serial + AsyncStreams instances.