Hello all, I did a little 'hello world' application using IoTivity, sending a command to a device to turn a led on and off. The server runs in a Raspberry Pi and the client in a Linux notebook.
The application did okay with this configuration. But then I tried to push a little forward and added another Raspberry Pi, with the exactly same code as the previous one. The objective was to test if the client could send "broadcast messages", and if similar devices could receive them. I set both RPis to register the endpoint "/red_led". My idea was that when the client sends a command "turn on" to endpoint "/red_led", both RPis would receive this command, but in the end only one of them received the message. So, is there a way to send a single broadcast message to "n" devices? Did I just misinterpreted the idea of the endpoint? Thanks in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150609/57f83b86/attachment.html>
