Esko Dijk
Esko Dijk
> Thanks for clarifying. In PR #235, I made a way to verify interference per channel. I believe we could use your model system in something like the functions in...
For information, * there is now a "radiomodel kbps" command to view/change the current PHY model data rate in kbps. To avoid more complexity in this PR it is in...
Based on the feedback/suggestions on this PR and in https://github.com/openthread/openthread/pull/7897, I've made a new design for radiomodel simulation, so probably this PR can be closed and archived! Thanks mostly to...
closing PR, now obsoleted by later developments in OTNS2 (https://github.com/EskoDijk/ot-ns) that contains different radiomodels.
The details of every frame can be seen in the PCAP file. But as you indicate, you can only see details once the frames are decrypted in Wireshark. To make...
This issue is likely fixed by OTNS2 (https://github.com/EskoDijk/ot-ns) which contains updates for all unit tests, stress tests, etc. It has a feature to run simulations fully deterministically (pseudo-random) which can...
The `sudo systemctl status` is to check the status of all servies. Did you mean 2 attempts to perform all the steps (1-4) ? If otbr-web.service wasn't started, did you...
@simonlingoogle There's now a draft implementation of the separate radiomodel available at https://github.com/EskoDijk/ot-ns/tree/sim-radiomodel. Because the event structure and contents are updated, it only works together with the adapted OT node...
> We can also keep echo-frame so that Python VT simulator still works. > But I am not sure which is the better solution. I had the same thought; the...
The associated PR is #316 - this will need some more work to address comments and to fix bugs (so we can run all the tests reliably.)