Hi,
In this network the node has own measured information, and every nodes needs to send it to all othes nodes.
2-6 byte per second
Thx
Hi,
In this network the node has own measured information, and every nodes needs to send it to all othes nodes.
2-6 byte per second
Thx
Hi Safian,
I don't see any limitation with what you want to achieve. You can just implement a sever and a client on each node. And configure all the severs to subscribe to same group address. Then you configure the client to send to such address if you want to send to all the nodes.
Another option is to use all-node address 0xFFFF but this is not recommended for normal operation.
You can have a look at our demo here. In the demo you can configure a thingy to send the light command to all the nodes. Please check the youtube video included in the readme text.
Hi Safian,
I don't see any limitation with what you want to achieve. You can just implement a sever and a client on each node. And configure all the severs to subscribe to same group address. Then you configure the client to send to such address if you want to send to all the nodes.
Another option is to use all-node address 0xFFFF but this is not recommended for normal operation.
You can have a look at our demo here. In the demo you can configure a thingy to send the light command to all the nodes. Please check the youtube video included in the readme text.