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

Can I create mesh with the IoT SDK?

With reference to the IoT SDK for nrf51, I see the APIs and examples of either server or client.

In order to create mesh or peer-to-peer, which API should I use? Or do I have to use the timeslot API?

Thank you.

Parents
  • Probably this is the answer, which means NRF51, being 6LoWPAN over BLE, will not support packet forwarding to route from one node to the other node:

    6LoWPAN router (6LR)
    
    An intermediate router in the 6LoWPAN network that can send and receive Router Advertisement (RA) messages and Router Solicitation (RS) message and forward and route IPv6 packets. This router does not participate in an IP network outside of the 6LoWPAN network. Therefore, it has limited routing capability.
    
    Bluetooth low energy supports a star topology, therefore this role is not used here. There could be BLE devices that serve as master and slave at the same time, but how these devices should route or behave has not been defined in the current IETF draft and is therefore not part of the standard.
    
Reply
  • Probably this is the answer, which means NRF51, being 6LoWPAN over BLE, will not support packet forwarding to route from one node to the other node:

    6LoWPAN router (6LR)
    
    An intermediate router in the 6LoWPAN network that can send and receive Router Advertisement (RA) messages and Router Solicitation (RS) message and forward and route IPv6 packets. This router does not participate in an IP network outside of the 6LoWPAN network. Therefore, it has limited routing capability.
    
    Bluetooth low energy supports a star topology, therefore this role is not used here. There could be BLE devices that serve as master and slave at the same time, but how these devices should route or behave has not been defined in the current IETF draft and is therefore not part of the standard.
    
Children
No Data
Related