Home
last modified time | relevance | path

Searched refs:Nexus (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/tests/nexus/
DREADME.md1 # Nexus test framework
3 Nexus is a test framework for OpenThread testing.
12 - Includes the Nexus platform implementation that emulates platform behavior, allowing multiple nod…
13 …`), where nodes run in separate processes and interact via POSIX sockets, Nexus nodes are simulate…
14 - Nexus tests can interact directly with the C++ or C OT core APIs, providing more control than the…
15 - The flow of time in Nexus tests is directly controlled by the test itself, allowing for quick tim…
19 To build Nexus test cases, the `build.sh` script can be used:
Dtest_large_network.cpp37 namespace Nexus { namespace
147 ot::Nexus::Test(); in main()
Dtest_form_join.cpp37 namespace Nexus { namespace
121 ot::Nexus::TestFormJoin(); in main()
Dtest_dtls.cpp37 namespace Nexus { namespace
207 session->SetReceiveCallback(&ot::Nexus::HandleReceive, &transport->mNode); in HandleAccept()
208 session->SetConnectCallback(&ot::Nexus::HandleConnectEvent, &transport->mNode); in HandleAccept()
656 ot::Nexus::TestDtlsSingleSession(); in main()
657 ot::Nexus::TestDtlsMultiSession(); in main()
Dtest_border_agent.cpp37 namespace Nexus { namespace
359 ot::Nexus::TestBorderAgent(); in main()
360 ot::Nexus::TestBorderAgentEphemeralKey(); in main()
DCMakeLists.txt82 # Nexus test name will be `nexus_{name}`. Test source file of
/openthread-latest/tests/nexus/platform/
Dnexus_alarm.hpp35 namespace Nexus { namespace
Dnexus_alarm.cpp36 namespace Nexus { namespace
Dnexus_core.hpp40 namespace Nexus { namespace
Dnexus_node.hpp41 namespace Nexus { namespace
Dnexus_settings.hpp37 namespace Nexus { namespace
Dnexus_radio.hpp35 namespace Nexus { namespace
Dnexus_node.cpp33 namespace Nexus { namespace
Dnexus_misc.cpp40 namespace Nexus { namespace
Dnexus_settings.cpp35 namespace Nexus { namespace
Dnexus_core.cpp33 namespace Nexus { namespace
Dnexus_radio.cpp35 namespace Nexus { namespace