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.
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.
@Richard: you are correct, the current implementation on IoT SDK is simply send the packet to the headless router and from the router it is forwarded to the destination IPv6 address node and vice versa.
The topology of the connection from local end nodes to the router is star.
No mesh implemented here. You can use the timeslot API to create mesh. Or have a look here. It's broadcast mesh though.
@Richard: you are correct, the current implementation on IoT SDK is simply send the packet to the headless router and from the router it is forwarded to the destination IPv6 address node and vice versa.
The topology of the connection from local end nodes to the router is star.
No mesh implemented here. You can use the timeslot API to create mesh. Or have a look here. It's broadcast mesh though.