mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 14:47:46 +00:00
This commit refactors and improves the `Sntp::Client` class by adopting common OpenThread patterns and simplifying the logic. Key changes: - Introduced `Sntp::Client::QueryInfo` core class to wrap the public `otSntpQuery` structure. - Added `Timestamp` class to handle SNTP timestamps, simplifying the `Header` structure. - Renamed methods and variables to be more concise and consistent (e.g., `FinalizeSntpTransaction` to `Finalize`, `mRetransmissionTimer` to `mTimer`). - Simplified the `HandleUdpReceive` logic by splitting response processing into `ProcessResponse`. This change improves code readability and maintainability of the SNTP client module.
toranj test framework
toranj is a test framework for OpenThread.
It provides two modes:
toranj-cliwhich enables testing of OpenThread using its CLI interface.toranj-ncpwhich enables testing of the combined behavior of OpenThread (in NCP mode), spinel interface, andwpantunddriver on linux.
toranj features:
- It is developed in Python.
- It can be used to simulate multiple nodes forming complex network topologies.
- It allows testing of network interactions between many nodes (IPv6 traffic exchanges).
toranjin NCP mode runswpantundnatively with OpenThread in NCP mode on simulation platform (real-time).toranjin CLI mode runsot-cli-ftdon simulation platform (real-time).toranjtests run as part of GitHub Actions pull request validation in OpenThread andwpantundGitHub projects.
toranj modes
What does "toranj" mean? it's the name of a common symmetric weaving pattern used in Persian carpets.