Atis Elsts
Atis Elsts
It's a commonly seen requirement that I see from user, to support large (50+ node) networks with sub-Ghz radios. In your case when you have just leaf modes, it's definitely...
Here are some settings we were using to test a large sub-GHz network: ``` #define TSCH_CONF_EB_PERIOD (4 * CLOCK_SECOND) #define TSCH_CONF_MAX_EB_PERIOD (1024 * CLOCK_SECOND) #define TSCH_CONF_KEEPALIVE_TIMEOUT (24 * CLOCK_SECOND) #define...
> I have attempted fixes for both these points, the former by allowing the backoff window to only decrement on matching slots, but this should be carefully done, and by...
For now this is in draft state, as #1518 should be merged first, and then this one updated.
Now that the root rule PR is merged, this one is ready for review!
Probably needs a more extensive review, makes sense to postpone this to future versions IMO.
Hi Yatch, Obviously this is a desirable feature and thanks for your hard work. I have not made a full pass on the code, but here are some initial comments...
We have published some initial MSF results as part of our paper _TSCH Networks for Health IoT_: http://www.edi.lv/wp-content/uploads/2019/10/sphere-tsch-acm.pdf (Figure 4). I must say that the PRs version of MSF is...
@alexrayne What is NRSF?
Just checked, works for me. Latest Contiki-NG develop, Ubuntu 20.04.4 LTS, msp430-gcc version 4.7.2 20120920 (mspgcc dev 20120911) (GCC) Could be a hardware problem on your side?