Hello everyone,
I have a network that consists of NRF52840 DK and multiple dongles that are pushing the collected data to central, I would like to retrieve data from this network to observe the health of the network, to know is it up and running,or if there are any issues:
Therefore to see things such as:
-packet loss rate
-bandwidth usage
-battery level of the nodes
etc.
So I have thought of using SNMP protocol but I could not find much information about using SNMP on NRF52840, Also I believe I could directly read the data from the nodes without using SNMP, however are there any example codes in SDK related to this that I can use to start to build on?
any ideas/thoughts would be appreciated.
Edit: I have simplified my post for clarification for other readers.
Thanks in advance,
Have a nice day.