Re: [Linux-zigbee-devel] [PATCH] IPV6 compression over IEEE 802.15.4

2011-06-30 Thread Mariano Alvira
On Thu, Jun 30, 2011 at 10:08:18AM -0400, jonsm...@gmail.com wrote: > > Have you looked at merging with this RPL implementation? Or porting > the one from Contiki? > https://github.com/mcr/unstrung > > A key feature for me is having multiple gateways into the RPL radio > network. I then want to a

Re: [Linux-zigbee-devel] [PATCH] IPV6 compression over IEEE 802.15.4

2011-06-30 Thread jonsm...@gmail.com
On Thu, Jun 30, 2011 at 5:58 AM, Dmitry Eremin-Solenikov wrote: >> + * Based on patches from Jon Smirl who derived code > > Missing copyright of Jon Smirl. Please add my standard one * Copyright (c) 2011 Jon Smirl Mar and I are intending to look at these but we are stuck working on other probl

Re: [Linux-zigbee-devel] [PATCH] IPV6 compression over IEEE 802.15.4

2011-06-30 Thread Dmitry Eremin-Solenikov
Alexander Smirnov wrote: Global comments: 1) ./scripts/checkpatch.pl and sparse (make ... C=1) are your friends. 2) Please use single namespace. I see names w/o any prefix, names prefixed with uip, names prefixed with lowpan, etc. Please unify this. > This patch adds basic support for 6lowpan. P

[Linux-zigbee-devel] [PATCH] IPV6 compression over IEEE 802.15.4

2011-06-29 Thread Alexander Smirnov
This patch adds basic support for 6lowpan. Signed-off-by: Alexander Smirnov --- net/ieee802154/6lowpan.c | 945 ++ net/ieee802154/6lowpan.h | 232 net/ieee802154/Kconfig |6 + net/ieee802154/Makefile |8 +- 4 files changed, 11