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

IoT SDK IPSP roles

Since the IoT SDK is not support the IPSP Router role. Is that mean the nRF51822 can't been used by other MCU which is running Contiki to become a Edge Router?

Parents
  • This is a matter of software support, not nRF51822 hardware support.The IPSP and 6LoWPAN libraries in the IoT SDK only supports node role. The IoT SoftDevice supports Connection Oriented Channels with the Credit Based Flow Control Mode, which is needed for transport of IP packets. This SoftDevice can take a GAP peripheral role.

    For router role you would need a SoftDevice that supports Connection Oriented Channels with the Credit Based Flow Control Mode and that can take a GAP central role. The S120 doesn't support Connection Oriented Channels with the Credit Based Flow Control Mode.

    In addition the IPSP and 6LoWPAN libraries would need support for router role, which they don't.

  • So is that mean I can use nRF51822 with SoftDevice S120 v2.1 to be controlled by a MCU which is support IPSP and 6LoWPAN as a 6LBR (6LoWPAN Border router) to act like bluetooth dongle with Raspberry Pi in IoT SDK demo? If so. How many 6LN can be routed by that 6LBR? 8? or?

Reply Children
No Data
Related