I am seeking examples on how an N to 1 topology might be implemented on the programmable variant of this device.
1 Admin/Coordinator node
N Routers/endpoints that maybe send a data point or two
Specifically I am interested in understanding, in code, how the admin node maintains this list of clients and how periodic updates are traditionally sent. The example 'at_cmd_remote_dm' is good, but it has the user manually specify an address and steps through some NI and DH examples afterwards. I'd like to see something where an admin ND's all nodes on location and stores them in a list while they all send updates to the admin.
Thanks,