Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-07-15 Thread Tony Cheneau
>> Yes, simpleRPL handle system with multiple network interfaces. I >> haven't >> tested a mix of IEEE 802.15.4 and Ethernet, but I don't see any >> reason why >> it would fail. I tested the two of link technologies independently, >> and I >> tested the multi-interface aspects using ethernet-onl

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-07-15 Thread jonsm...@gmail.com
On Mon, Jul 15, 2013 at 1:24 PM, Tony Cheneau wrote: > Hi Jon, > > [...] > > >> I haven't tried running the code yet, but does it support routing >> between two network interfaces? For example could it route between >> 802.15.4 and Ethernet? That is one of the key features of the BATMAN >> impleme

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-07-15 Thread Tony Cheneau
Hi Jon, [...] > I haven't tried running the code yet, but does it support routing > between two network interfaces? For example could it route between > 802.15.4 and Ethernet? That is one of the key features of the BATMAN > implementation. Yes, simpleRPL handle system with multiple network interf

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-07-15 Thread jonsm...@gmail.com
On Mon, Jul 15, 2013 at 11:44 AM, Tony Cheneau wrote: > Hi Werner, > > Thanks a lot for your email and your patches. I'm sorry it took me so > long to reply. > >> Good news: I got it to talk to Contiki. While I'm not sure it's >> working perfectly, a lot of things look right and pings between >> t

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-07-15 Thread Tony Cheneau
Hi Werner, Thanks a lot for your email and your patches. I'm sorry it took me so long to reply. > Good news: I got it to talk to Contiki. While I'm not sure it's > working perfectly, a lot of things look right and pings between > the two systems pass nicely. This is a excellent news indeed! > I

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-07-09 Thread Werner Almesberger
Tony Cheneau wrote: > I'm glad to announce the first release of SimpleRPL, a Linux-based > implementation of the Routing Protocol for Low-Power and Lossy Networks > (RPL). Good news: I got it to talk to Contiki. While I'm not sure it's working perfectly, a lot of things look right and pings betwe

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-09 Thread Christophe Aeschlimann
Hi Ralph, Sorry Tony for the thread hijack. I welcome your RPL implementation which I will be testing soon. Thanks ! Le 05.04.2013 14:33, Ralph Droms (rdroms) a écrit : > Attached are the patches for fixing link-local address decompression. > Comments welcome... I tested your patches (They didn

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread Tony Cheneau
Hi Jon, From the last talk I had with Michael Richardson on his implementation, it was not functional. It can send some of the RPL messages, but no code logic is present to interpret them, etc. Regards, Tony Le 2013-04-05 18:50, jonsm...@gmail.com a écrit : > There is another Linux RPL implem

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread jonsm...@gmail.com
There is another Linux RPL implementation here. https://github.com/mcr/unstrung How does these relate to each other? On Fri, Apr 5, 2013 at 12:30 PM, Ralph Droms (rdroms) wrote: > Tony - I inadvertently missed one problem in the previous patch set. Please > use the attached [PATCH 3/3] instead

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread Ralph Droms (rdroms)
Tony - I inadvertently missed one problem in the previous patch set. Please use the attached [PATCH 3/3] instead of the one I sent previously. - Ralph On Apr 5, 2013, at 10:29 AM 4/5/13, Tony Cheneau wrote: > Hi Ralph, > > I'll test it over the course of the week-end or at the beginning o

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread Tony Cheneau
Hi Ralph, I'll test it over the course of the week-end or at the beginning of the next week. Thanks. Regards, Tony Le 2013-04-05 14:33, Ralph Droms (rdroms) a écrit : > Attached are the patches for fixing link-local address decompression. > Comments welcome... > > - Ralph

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread Tony Cheneau
Hi, >> I'd be very interested if you had any thoughts on retrieving the >> link >> quality metrics. My understanding is that Contiki uses it for its >> Objective Function (both OF0 and ETX). > > Yes, RPL uses link-layer information (ETX). It uses it for both, OF0 > and MRHOF > (latter unfortunat

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread Ralph Droms (rdroms)
Attached are the patches for fixing link-local address decompression. Comments welcome... - Ralph 6lowpan-patches.tgz Description: 6lowpan-patches.tgz -- Minimize network downtime and maximize team effectiveness. Re

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-05 Thread Markus Becker
> Hi Markus, > > I'd be very interested if you had any thoughts on retrieving the link > quality metrics. My understanding is that Contiki uses it for its > Objective Function (both OF0 and ETX). Yes, RPL uses link-layer information (ETX). It uses it for both, OF0 and MRHOF (latter unfortunately

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-04 Thread Tony Cheneau
Hi Markus, I'd be very interested if you had any thoughts on retrieving the link quality metrics. My understanding is that Contiki uses it for its Objective Function (both OF0 and ETX). In my SimpleRPL, I don't retrieve anything for now, because I haven't figured out a proper way to pass it to

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-04 Thread Ralph Droms (rdroms)
OK. I'll try to get them out later today. - Ralph On Apr 4, 2013, at 11:38 AM 4/4/13, Tony Cheneau wrote: > Hi Ralph, > > I would *definitely* test your patches if you were to release them. > > Regards, > Tony > > Le 2013-04-04 17:19, Ralph Droms (rdroms) a écrit : >> I've seen several men

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-04 Thread Tony Cheneau
Hi Ralph, I would *definitely* test your patches if you were to release them. Regards, Tony Le 2013-04-04 17:19, Ralph Droms (rdroms) a écrit : > I've seen several mentions of Contiki-Linux interoperability issues. > I have some preliminary fixes for address compression and > fragletting, > whi

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-04 Thread Ralph Droms (rdroms)
I've seen several mentions of Contiki-Linux interoperability issues. I have some preliminary fixes for address compression and fragletting, which seem to work OK when tested against a couple of (fairly old) Contiki builds. Would anyone be interesting in testing these fixes if I publish a few p

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-04 Thread Markus Becker
Hi, some time ago I started porting Contiki's RPL implementation to Linux. Because of the same Contiki/linux-154 interop issues mentioned below, I stopped progressing further. The current state of it is, that it compiles with some most likely necessary stuff commented out. The repository is at

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-04 Thread Tony Cheneau
Hi Robert, Thanks for your comment, I knew someone would raise that point. Allow me clarify things a little (in no particular order): - I wanted an implementation of RPL that could run on Linux that that I could turn a Linux box into a 6LoWPAN border router. There was no such implementation, so

Re: [Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-03 Thread Robert Schwebel
On Thu, Apr 04, 2013 at 12:02:30AM +0200, Tony Cheneau wrote: > I'm glad to announce the first release of SimpleRPL, a Linux-based > implementation of the Routing Protocol for Low-Power and Lossy > Networks (RPL). You do that in ... Python? How does that fit with the fact that a lot of 802.15.4 de

[Linux-zigbee-devel] Announcing the first public release of SimpleRPL

2013-04-03 Thread Tony Cheneau
Hello, I'm glad to announce the first release of SimpleRPL, a Linux-based implementation of the Routing Protocol for Low-Power and Lossy Networks (RPL). This protocol has been developed at the IETF as an attempt to define a routing protocol suitable for lossy and low bandwidth link-layer (such a