All of lore.kernel.org
 help / color / mirror / Atom feed
* RPl on Linux
@ 2016-03-09 10:17 Baptiste Clenet
  2016-03-09 13:45 ` Michael Richardson
  0 siblings, 1 reply; 5+ messages in thread
From: Baptiste Clenet @ 2016-03-09 10:17 UTC (permalink / raw)
  To: linux-wpan

Hi,

Thanks for your work concerning 6lowpan, 802.15.4 and wpan tools, that's great!
I'm wondering what the status of RPL mesh implementation on Linux?

Cheers,

-- 
Baptiste

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RPl on Linux
  2016-03-09 10:17 RPl on Linux Baptiste Clenet
@ 2016-03-09 13:45 ` Michael Richardson
  2016-03-09 13:53   ` Baptiste Clenet
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Richardson @ 2016-03-09 13:45 UTC (permalink / raw)
  To: Baptiste Clenet; +Cc: linux-wpan

Baptiste Clenet <bapclenet@gmail.com> wrote:
    > Thanks for your work concerning 6lowpan, 802.15.4 and wpan tools,
    > that's great!  I'm wondering what the status of RPL mesh implementation
    > on Linux?

There are few implementations, see for instance this article:
      http://www.sixpinetrees.pl/2014/11/linux-rpl-router.html

1) Mine, which is at http://unstrung.sandelman.ca/
   Currently storing only; non-storing requires kernel work
   that is not yet done.

2) https://github.com/joaopedrotaveira/linux-rpl
   which lives in the kernel.

3) https://github.com/tcheneau/simpleRPL
   I've not looked at this one at all.

--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        | network architect  [
]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RPl on Linux
  2016-03-09 13:45 ` Michael Richardson
@ 2016-03-09 13:53   ` Baptiste Clenet
  2016-03-09 19:16     ` Michael Richardson
  0 siblings, 1 reply; 5+ messages in thread
From: Baptiste Clenet @ 2016-03-09 13:53 UTC (permalink / raw)
  To: Michael Richardson; +Cc: linux-wpan

2016-03-09 14:45 GMT+01:00 Michael Richardson <mcr@sandelman.ca>:
> Baptiste Clenet <bapclenet@gmail.com> wrote:
>     > Thanks for your work concerning 6lowpan, 802.15.4 and wpan tools,
>     > that's great!  I'm wondering what the status of RPL mesh implementation
>     > on Linux?
>
> There are few implementations, see for instance this article:
>       http://www.sixpinetrees.pl/2014/11/linux-rpl-router.html
>
> 1) Mine, which is at http://unstrung.sandelman.ca/
>    Currently storing only; non-storing requires kernel work
>    that is not yet done.

Thanks for your answer, I see that you suggest to make it work with
Contiki RPL implementation., a serious competitor to Contiki is RIOT,
have you ever tried your RPL implementation with RIOT RPL?


>
> 2) https://github.com/joaopedrotaveira/linux-rpl
>    which lives in the kernel.
>
> 3) https://github.com/tcheneau/simpleRPL
>    I've not looked at this one at all.
>
> --
> ]               Never tell me the odds!                 | ipv6 mesh networks [
> ]   Michael Richardson, Sandelman Software Works        | network architect  [
> ]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [
>



-- 
Baptiste

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RPl on Linux
  2016-03-09 13:53   ` Baptiste Clenet
@ 2016-03-09 19:16     ` Michael Richardson
  2016-03-09 20:27       ` Baptiste Clenet
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Richardson @ 2016-03-09 19:16 UTC (permalink / raw)
  To: Baptiste Clenet; +Cc: linux-wpan

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]


Baptiste Clenet <bapclenet@gmail.com> wrote:
    >> Baptiste Clenet <bapclenet@gmail.com> wrote: > Thanks for your work
    >> concerning 6lowpan, 802.15.4 and wpan tools, > that's great!  I'm
    >> wondering what the status of RPL mesh implementation > on Linux?
    >>
    >> There are few implementations, see for instance this article:
    >> http://www.sixpinetrees.pl/2014/11/linux-rpl-router.html
    >>
    >> 1) Mine, which is at http://unstrung.sandelman.ca/ Currently storing
    >> only; non-storing requires kernel work that is not yet done.

    > Thanks for your answer, I see that you suggest to make it work with
    > Contiki RPL implementation., a serious competitor to Contiki is RIOT,
    > have you ever tried your RPL implementation with RIOT RPL?

We interoperated with RIOT-OS RPL back at the 6lo interop in November.
I haven't yet successfully flashed my own openmote with RIOT-OS (or OpenWSN).
[It's a JTAG/bootloader issue that I haven't had time to resolve...]

--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        | network architect  [
]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 464 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RPl on Linux
  2016-03-09 19:16     ` Michael Richardson
@ 2016-03-09 20:27       ` Baptiste Clenet
  0 siblings, 0 replies; 5+ messages in thread
From: Baptiste Clenet @ 2016-03-09 20:27 UTC (permalink / raw)
  To: Michael Richardson; +Cc: linux-wpan

Nice, I may have a try in the coming months,thank for your reply.

2016-03-09 20:16 GMT+01:00 Michael Richardson <mcr@sandelman.ca>:
>
> Baptiste Clenet <bapclenet@gmail.com> wrote:
>     >> Baptiste Clenet <bapclenet@gmail.com> wrote: > Thanks for your work
>     >> concerning 6lowpan, 802.15.4 and wpan tools, > that's great!  I'm
>     >> wondering what the status of RPL mesh implementation > on Linux?
>     >>
>     >> There are few implementations, see for instance this article:
>     >> http://www.sixpinetrees.pl/2014/11/linux-rpl-router.html
>     >>
>     >> 1) Mine, which is at http://unstrung.sandelman.ca/ Currently storing
>     >> only; non-storing requires kernel work that is not yet done.
>
>     > Thanks for your answer, I see that you suggest to make it work with
>     > Contiki RPL implementation., a serious competitor to Contiki is RIOT,
>     > have you ever tried your RPL implementation with RIOT RPL?
>
> We interoperated with RIOT-OS RPL back at the 6lo interop in November.
> I haven't yet successfully flashed my own openmote with RIOT-OS (or OpenWSN).
> [It's a JTAG/bootloader issue that I haven't had time to resolve...]
>
> --
> ]               Never tell me the odds!                 | ipv6 mesh networks [
> ]   Michael Richardson, Sandelman Software Works        | network architect  [
> ]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [
>



-- 
Baptiste

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-09 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 10:17 RPl on Linux Baptiste Clenet
2016-03-09 13:45 ` Michael Richardson
2016-03-09 13:53   ` Baptiste Clenet
2016-03-09 19:16     ` Michael Richardson
2016-03-09 20:27       ` Baptiste Clenet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.