This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Thread Topology Monitor source code

Hello,

Is the source code of nRF Thread Topology Monitor available please ? Or is there something that talk about how the scan is done ?

Thank you

Parents Reply
  • There is currently no plans to release the source code of Thread Topoloy Monitor.

    This is the commands used for scanning:

    From CLI point of view, those commands are called inside:

    Configuration:

    • panid 0xXXXX
    • channel XX
    • masterkey XX
    • ifconfig up
    • thread start
    • state  // check if we are router or leader
    • state router // if not

     

    Polling (called with specified interval):
    router list  // get RLOC16 of all routers in the network

    For each Router:
        networkdiagnostic get ROUTER_RLOC 0 1 5 6 16  // Those numbers indicate that we want to obtain e.g. child table, router table etc.

Children
Related