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

Internet protocol support profile

Hello everyone,

After using IPSP intiator and IPSP Acceptor BLE Examples on 2 different kits and connecting them through this profile, how do i send IPv6 packets between them?

Parents Reply
  • I think you're mixing up the terms a bit.

    lwIP (lightweight IP) is a IP stack implementation, while 6lowpan is a generic term for ipv6 low power wireless personal area networks.

    The IPSP implementation on the host side (ie. PC/router linux side) will use a kernel module named bluetooth_6lowpan, which will then be routed through a dedicated ethernet interface normally named btX (where X is a number).

     

    Kind regards,

    Håkon

Children
Related