7 years, 5 months ago.

List of IP nodes in 6lowpan/nanostack

Hello,

I'm currently playing with the 6lowpan functionnality in Mbed using the K64f border router and the mesh api examples, that can be found on the arm mbed github.

In order to monitor my mesh network, I need to dynamically get the IP of all the nodes that are in my network, and I'd wonder if there is a way to do that natively with the nanostack ?

The 6lowpan standart uses RPL as a routing method, and there should be some sort of routing table I could access at the borderrouter level, however I can't manage to find the way to do that.

Do you have any idea on how to do that? Sincerely,

1 Answer

7 years, 3 months ago.

Hi Rob,

If you want to get connected IP addresses e.g. in border router tasklet you can use whiteboard_get() call from whiteboard_api.h.

Best Regards,

Mika