Hi Baptiste, On Thu, Nov 12, 2015 at 01:14:48AM +0100, Baptiste Clenet wrote: > From Christopher: > > Oh - sorry. 6LowPAN uses IPv6. So it's equivalent to setting up an IPv6 socket. > > Just remember to set up routes as appropriate and it should work fine. > > Unfortunately, I think vger bounces email from android devices, so my > message won't make it out on the list. > > © > > Sent from my Android > > Yeah sure, it's equivalent, it's what I thought. I will search deeper I see you as well on the RIOT mailinglist. Do you has these issues with RIOT? You can check it with fakelb and bsd-netcat and create/connect udp v6 socket, if it works with a linux<->linux connection, otherwise something is wrong with interoperability (which you can might debug via sniffing). I know they have recently added the rfc6282 udp nhc compression, see [0]. We have nhc_udp enabled by default, (receive handling should have a always possible strategy). Usually you can disable UDP NHC by unloading the "nhc_udp" module if you built it as module. But then you can also not receive anymore other udp nhc iphc headers. To make a fine granularity setting to the nhc strategy, we need a userspace tool and interface for that. - Alex [0] https://github.com/RIOT-OS/RIOT/pull/4189 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html