ot-ns
ot-ns copied to clipboard
OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.
# Contribution description This PR is part of the process of breaking PR #235 into small steps, a process nominated "Road to Energy Analysis" (RTEA). These small modifications will lead...
### Contribution description This PR is part of the process of breaking PR #235 into small steps, a process nominated "Road to Energy Analysis" (RTEA). These small modifications will lead...
Here is a separate PR for the 'log' CLI command that I use. It seems a good idea to separate features not related to the radiomodel feature as separate PRs...
This proposal is to rework the Dispatcher so that the Radio-model can be separated into its own class. This would then easily allow multiple radio models to be defined and...
Bumps [openthread](https://github.com/openthread/openthread) from `4bd7ab4` to `2057ca8`. Commits 2057ca8 [cli] add helper method ParsePreference() (#7858) a8924f6 [routing-manager] get/set preference for RIOs in emitted RA messages (#7849) ec8ff8f [instance] move definition of...
Different from #69 , this PR adds a commissioning test in which tens of Joiners are joining at the same time. Currently, some nodes could unable to join for hours....
Besides documentation, there are other changes: - Some symbols are made private because they are only used in their own packages. - Some symbols are simply removed because they are...
Test `testCommissioning` in [test_commissioning.py](https://github.com/openthread/ot-ns/blob/master/pylibs/unittests/test_commissioning.py) fails by chance. Seems some times the Discovery Response is not received by the Joiner (no ACK found).