Is the Node RF SNR available from somewhere on the commandline?
iwconfig is not present.
I would like to build a signal strength trend for a new rf path.
I can build a script to login and extract the data then store it in a file.
Thanks
Ted, VE7TFM
The existing sysinfo.json API already contains the Signal & Noise values. Here is the documentation link that describes them.
https://docs.arednmesh.org/en/latest/arednHow-toGuides/devtools.html#add-link-information
Lots of info there.
It is still a web interface.
On the commandline i can wget that info then pars the file for the data I want.
I can do that with the web status page.
again thanks.
Ted
You can view the data in a browser, or you can script the data capture and parse it with your favorite json parsing routine. (example below)