forked from openthread/ot-ns
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pr ccm #165
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…est to include multi-hop commissioning.
Added event type for UdpToAil forwarding - sending the Udp pkt to simulator.
…ive sending to sim/host.
WIP generic simulated-hosts feature and test for it - works without the CCM specific OT changes.
WIP - source reformat, adding UDP checksum in IPv6 packet gen.
WIP - unit test failures in version-unittests
…the test coap message)
…create a t=0 simulation time reference. This allows any PCAP entry to be associated to a corresponding radio (trace) log entry with exact (to the microsecond) precision.
…create a t=0 simulation time reference. This allows any PCAP entry to be associated to a corresponding radio (trace) log entry with exact (to the microsecond) precision (now +make-pretty).
…ocumentation, bumped openthread-ccm to fix node hanging bug.
… under ./build; introduced main() in all build scripts; separate build dirs for BR/non-BR builds.
…d fix; newer ot-ccm repo.
… and checks; removed check-pretty.
EskoDijk
added a commit
that referenced
this pull request
Sep 10, 2024
…stem ; Make-pretty for all code types (#165) * [pylibs] Add CCM-commissioning unit test; with Commissioning unit test to include multi-hop commissioning. * [pylibs] test to include normal and CCM joiner in one test. * [ot-rfsim] fixed filter on outgoing (off mesh) packets * [ot-rfsim] fix build for FTD * [event] bugfix in event data len; tests added. * [pylibs][script] aiocoap install for unit-tests only * [dispatcher][pylibs] added HostEvents counter * [pcap] insert a dummy 802.15.4 frame at start of every PCAP file, to create a t=0 simulation time reference. This allows any PCAP entry to be associated to a corresponding radio (trace) log entry with exact (to the microsecond) precision. * [pylibs] added further comments in partial_dataset case study. * [pcap] fix unit test, related to introduction of t=0 time-reference frame. * [ot-rfsim] fix macos build error (due to warn) * [ot-rfsim] add C lang definitions for macOS build cpp in ot-rfsim project. * [ot-rfsim] adding 'a' in front of function call parameters; and minor format fixes in C code; adding comments; removing FIXME items. * [pylibs] added more documentation to test_sim_hosts and fixed testing-for-coaps in one test. * [ot-rfsim] fix build for v1.1, v1.2 for using ot....() platform logging functions. * [pylibs] fixes to test_commissioning - test sometimes failed. * [pylibs] narrow test topology to avoid spurious test fails. * [pylibs] Added CCM unit test for one CCM joiner * [ot-rfsim][cli] add version 'ccm' to place CCM nodes; adding branch pr-ccm repo of openthread for building CCM nodes; .gitignore cleanup. * [script] add make-pretty exclusion for new submodule * [ccm] added OT Registrar use in unit tests. * [ot-rfsim] change ccm build script style to match latest 'main' branch merged. * bumped openthread to latest code; build and API updates * [ot-rfsim] radio: compile-fix for otMacFrameGetSequence function signature change. * [ot-rfsim] script: build only needed targets; store all build results under ./build; introduced main() in all build scripts; separate build dirs for BR/non-BR builds. * [pylibs] 'joiner startccm' command added. * [.golangci.yml] new syntax to replace deprecated one * [.gitmodules] add commented OT CCM submodule (for future) * [.github][script] updated make-pretty script to support all languages and checks; removed check-pretty. * [ot-rfsim] improved build system, can now build/update all nodes quickly * [script] make-pretty script updated; added clang config files from OpenThread.
EskoDijk
added a commit
that referenced
this pull request
Sep 24, 2024
…stem ; Make-pretty for all code types (#165) * [pylibs] Add CCM-commissioning unit test; with Commissioning unit test to include multi-hop commissioning. * [pylibs] test to include normal and CCM joiner in one test. * [ot-rfsim] fixed filter on outgoing (off mesh) packets * [ot-rfsim] fix build for FTD * [event] bugfix in event data len; tests added. * [pylibs][script] aiocoap install for unit-tests only * [dispatcher][pylibs] added HostEvents counter * [pcap] insert a dummy 802.15.4 frame at start of every PCAP file, to create a t=0 simulation time reference. This allows any PCAP entry to be associated to a corresponding radio (trace) log entry with exact (to the microsecond) precision. * [pylibs] added further comments in partial_dataset case study. * [pcap] fix unit test, related to introduction of t=0 time-reference frame. * [ot-rfsim] fix macos build error (due to warn) * [ot-rfsim] add C lang definitions for macOS build cpp in ot-rfsim project. * [ot-rfsim] adding 'a' in front of function call parameters; and minor format fixes in C code; adding comments; removing FIXME items. * [pylibs] added more documentation to test_sim_hosts and fixed testing-for-coaps in one test. * [ot-rfsim] fix build for v1.1, v1.2 for using ot....() platform logging functions. * [pylibs] fixes to test_commissioning - test sometimes failed. * [pylibs] narrow test topology to avoid spurious test fails. * [pylibs] Added CCM unit test for one CCM joiner * [ot-rfsim][cli] add version 'ccm' to place CCM nodes; adding branch pr-ccm repo of openthread for building CCM nodes; .gitignore cleanup. * [script] add make-pretty exclusion for new submodule * [ccm] added OT Registrar use in unit tests. * [ot-rfsim] change ccm build script style to match latest 'main' branch merged. * bumped openthread to latest code; build and API updates * [ot-rfsim] radio: compile-fix for otMacFrameGetSequence function signature change. * [ot-rfsim] script: build only needed targets; store all build results under ./build; introduced main() in all build scripts; separate build dirs for BR/non-BR builds. * [pylibs] 'joiner startccm' command added. * [.golangci.yml] new syntax to replace deprecated one * [.gitmodules] add commented OT CCM submodule (for future) * [.github][script] updated make-pretty script to support all languages and checks; removed check-pretty. * [ot-rfsim] improved build system, can now build/update all nodes quickly * [script] make-pretty script updated; added clang config files from OpenThread.
EskoDijk
added a commit
that referenced
this pull request
Sep 24, 2024
…stem ; Make-pretty for all code types (#165) * [pylibs] Add CCM-commissioning unit test; with Commissioning unit test to include multi-hop commissioning. * [pylibs] test to include normal and CCM joiner in one test. * [ot-rfsim] fixed filter on outgoing (off mesh) packets * [ot-rfsim] fix build for FTD * [event] bugfix in event data len; tests added. * [pylibs][script] aiocoap install for unit-tests only * [dispatcher][pylibs] added HostEvents counter * [pcap] insert a dummy 802.15.4 frame at start of every PCAP file, to create a t=0 simulation time reference. This allows any PCAP entry to be associated to a corresponding radio (trace) log entry with exact (to the microsecond) precision. * [pylibs] added further comments in partial_dataset case study. * [pcap] fix unit test, related to introduction of t=0 time-reference frame. * [ot-rfsim] fix macos build error (due to warn) * [ot-rfsim] add C lang definitions for macOS build cpp in ot-rfsim project. * [ot-rfsim] adding 'a' in front of function call parameters; and minor format fixes in C code; adding comments; removing FIXME items. * [pylibs] added more documentation to test_sim_hosts and fixed testing-for-coaps in one test. * [ot-rfsim] fix build for v1.1, v1.2 for using ot....() platform logging functions. * [pylibs] fixes to test_commissioning - test sometimes failed. * [pylibs] narrow test topology to avoid spurious test fails. * [pylibs] Added CCM unit test for one CCM joiner * [ot-rfsim][cli] add version 'ccm' to place CCM nodes; adding branch pr-ccm repo of openthread for building CCM nodes; .gitignore cleanup. * [script] add make-pretty exclusion for new submodule * [ccm] added OT Registrar use in unit tests. * [ot-rfsim] change ccm build script style to match latest 'main' branch merged. * bumped openthread to latest code; build and API updates * [ot-rfsim] radio: compile-fix for otMacFrameGetSequence function signature change. * [ot-rfsim] script: build only needed targets; store all build results under ./build; introduced main() in all build scripts; separate build dirs for BR/non-BR builds. * [pylibs] 'joiner startccm' command added. * [.golangci.yml] new syntax to replace deprecated one * [.gitmodules] add commented OT CCM submodule (for future) * [.github][script] updated make-pretty script to support all languages and checks; removed check-pretty. * [ot-rfsim] improved build system, can now build/update all nodes quickly * [script] make-pretty script updated; added clang config files from OpenThread.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.