Hi,
I need to enable a communication from 1 master device to N slave devices.
spent 3 days testing different solutions:
- I tried BLE but some devices have Android 4 ... so no way,
- Tried also direct Wifi but as I can see it is a 1 to 1 protocol,
- Tried with Erel's chat example using Bluetooth but I don't know if I need to open 1 stream for each serial and if has a chance to work,
- I saw that I can use a unique IP with a router ... but if there is no router that will not work.
I am thinking using Ajax/HTTP protocol, I do not really need realtime answer but there can be some latency.
Is there another way to do that?
Thx
I need to enable a communication from 1 master device to N slave devices.
spent 3 days testing different solutions:
- I tried BLE but some devices have Android 4 ... so no way,
- Tried also direct Wifi but as I can see it is a 1 to 1 protocol,
- Tried with Erel's chat example using Bluetooth but I don't know if I need to open 1 stream for each serial and if has a chance to work,
- I saw that I can use a unique IP with a router ... but if there is no router that will not work.
I am thinking using Ajax/HTTP protocol, I do not really need realtime answer but there can be some latency.
Is there another way to do that?
Thx