Peer to peer BLE mesh network where each node can send messages, relay messages and listen for messages
Posted: Sun Sep 26, 2021 9:59 am
Hi,
I have been going over BLE mesh documents and examples for sometime and is still not able to find an answer for my question. This is my question in brief.
I want to build a BLE mesh network where each node can send, relay and listen for messages. But from what I have learnt is that there are various server - client models which can be used to build a mesh network. It's more like a master- slave architecture.
So, if one node in the network uses a client model it can only communicate with nodes with server model. If one node uses a server model it can't send messages when it wants, but waits for a message from a client.
So how can I overcome this. What type of model should I use? Are there any example codes I can look into?
Or have I missed something important here. I am pretty new to BLE mesh. So, I would appreciate any guidance. Thanks
I have been going over BLE mesh documents and examples for sometime and is still not able to find an answer for my question. This is my question in brief.
I want to build a BLE mesh network where each node can send, relay and listen for messages. But from what I have learnt is that there are various server - client models which can be used to build a mesh network. It's more like a master- slave architecture.
So, if one node in the network uses a client model it can only communicate with nodes with server model. If one node uses a server model it can't send messages when it wants, but waits for a message from a client.
So how can I overcome this. What type of model should I use? Are there any example codes I can look into?
Or have I missed something important here. I am pretty new to BLE mesh. So, I would appreciate any guidance. Thanks