Esko Dijk
Esko Dijk
@evverx I agree that a CI would be very useful here. For example just the standard CI that Github offers already has a lot of features. Here's an example of...
Updates to the test were made in https://github.com/EskoDijk/ot-ns/blob/main/pylibs/stress_tests/mleid_connectivity.py to address sporadic failure and to add more documentation. Maybe we can resolve this by including OTNS2 in the openthread CI, to...
@martin-belanger What you describe is a query for a service type (that would be a PTR query) to which multiple mDNS devices can potentially answer, and it is unknown how...
@troglobit Agreed; the only thing that was recently being discussed is some finer details - those come up because the inclusion of any addresses, in the answer to a PTR...
> Can we add a method to get/set log level in OTNS.py @EskoDijk I added a str property in OTNS.py.
Just noting for completeness that this PR addresses only the dispatcher.go file. (Changes are in 2nd commit, 1st commit was kept in to avoid rebasing later on) @Vinggui @simonlingoogle @jwhui...
> I believe that the decision to keep things mostly inside the dispatcher was based on the fact the `dispatcher.go` already provides similar functionalities, but now includes collision and correct...
@Irving-cl Thanks for looking further into this. It could be useful to include the build/commit id for both openthread and the Nordic platform code used for the experiments. Looking at...
@Irving-cl Maybe it's worth trying to measure this again after https://github.com/openthread/openthread/pull/9322 has been completed (on CSL timestamp reference points). Also the CSL code has meanwhile changed; it now uses `winStart`...
Just added code for the proposal that if a user types "watch 1" in the CLI, then all the OT debug/info/note messages of Node 1 would be shown - regardless...