This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is the best, simpliest way, model ... with 10 nodes MESH V5 network, send from every nodes to all nodes 2-6 byte Unacknowledged messages?

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

Parents
  • 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. 

Reply
  • 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. 

Children
No Data
Related