Re: [riot-devel] Gnrc Router Solicitation Messages (Thomas C. Schmidt)

2017-10-30 Thread Thomas C. Schmidt

Hiho,

to be more explicit: a Router Solicitation Messages should be sent out 
immediately after a link comes up. This usually happens by link triggers 
from the interface.


Best,
 Thomas

On 30/10/2017 14:27, smlng wrote:

Hi Francisco,


On 30. Oct 2017, at 14:21, Francisco Molina  wrote:

It's not really that i wan't to change the interval. The thing is my node goes 
into deep sleep and to be battery efficient I need Router Solicitation Messages 
to go out as soon as it wakes up, which is not happening with gnrc default 
set-up. That's why I was asking how I can trigger one in the cleanest way. 
Cheers,


Actually, you shouldn't need to trigger a RS explicitly. This should happen
automatically within RIOT, i.e., send an RS whenever a link gets ready, which
also applies to wake up from sleep. Hence, (IMHO) this needs to be fixed in
the network stack.

@miri64 might know the right place? Anyhow, if not already done: please open
an issue addressing and describing this issue, so we have it officially and
trackable.

Best,
   Sebastian
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel



--

Prof. Dr. Thomas C. Schmidt
° Hamburg University of Applied Sciences   Berliner Tor 7 °
° Dept. Informatik, Internet Technologies Group20099 Hamburg, Germany °
° http://www.haw-hamburg.de/inet   Fon: +49-40-42875-8452 °
° http://www.informatik.haw-hamburg.de/~schmidtFax: +49-40-42875-8409 °
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Gnrc Router Solicitation Messages (Thomas C. Schmidt)

2017-10-30 Thread smlng
Hi Francisco,

> On 30. Oct 2017, at 14:21, Francisco Molina  wrote:
> 
> It's not really that i wan't to change the interval. The thing is my node 
> goes into deep sleep and to be battery efficient I need Router Solicitation 
> Messages to go out as soon as it wakes up, which is not happening with gnrc 
> default set-up. That's why I was asking how I can trigger one in the cleanest 
> way. Cheers,

Actually, you shouldn't need to trigger a RS explicitly. This should happen 
automatically within RIOT, i.e., send an RS whenever a link gets ready, which 
also applies to wake up from sleep. Hence, (IMHO) this needs to be fixed in
the network stack. 

@miri64 might know the right place? Anyhow, if not already done: please open
an issue addressing and describing this issue, so we have it officially and
trackable.

Best,
  Sebastian
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Gnrc Router Solicitation Messages (Thomas C. Schmidt)

2017-10-30 Thread Francisco Molina
Hi,

>why would you want to change the router solicitation interval
>(RTR_SOLICITATION_INTERVAL) outside the scope foreseen by the RFC?

It's not really that i wan't to change the interval. The thing is my node
goes into deep sleep and to be battery efficient I need Router Solicitation
Messages to go out as soon as it wakes up, which is not happening with gnrc
default set-up. That's why I was asking how I can trigger one in the
cleanest way. Cheers,

Francisco
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Gnrc Router Solicitation Messages

2017-10-26 Thread Thomas C. Schmidt

Hi,

why would you want to change the router solicitation interval 
(RTR_SOLICITATION_INTERVAL) outside the scope foreseen by the RFC?


Thomas

On 26/10/2017 16:58, Francisco Molina wrote:

Dear Devel's,

I need to change the frequency on which router solicitation messages are 
sen't or manually trigger them. I've found I can do this by 
modifying GNRC_SIXLOWPAN_ND_RTR_SOL_INT at 
sys/include/net/gnrc/sixlowpan/nd.h. But since the default value is 
already the minimum value specified by the RFC I'm wandering what would 
be the cleanest way to force a router solicitation message. Thanks in 
advance, cheers!


Francisco


--

Prof. Dr. Thomas C. Schmidt
° Hamburg University of Applied Sciences   Berliner Tor 7 °
° Dept. Informatik, Internet Technologies Group20099 Hamburg, Germany °
° http://www.haw-hamburg.de/inet   Fon: +49-40-42875-8452 °
° http://www.informatik.haw-hamburg.de/~schmidtFax: +49-40-42875-8409 °
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Gnrc Router Solicitation Messages

2017-10-26 Thread Francisco Molina
Dear Devel's,

I need to change the frequency on which router solicitation messages are
sen't or manually trigger them. I've found I can do this by
modifying GNRC_SIXLOWPAN_ND_RTR_SOL_INT at
sys/include/net/gnrc/sixlowpan/nd.h. But since the default value is already
the minimum value specified by the RFC I'm wandering what would be the
cleanest way to force a router solicitation message. Thanks in advance,
cheers!

Francisco
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel