Uisng the 3.0 API, How can I get noise figures for all of the channels, like
“/interface wireless> frequency-monitor wlan1” works using the telnet interface?
I’d be happy to get exactly one sample. How can I get this data using the API?
From my quick look at the API docs, I assumed tags were only needed if you expected to queue commands. My plans was to never queue commands, at least at first.
Alas, I cannot keep things so simple that tags are never used!
Command tags are REQUIRED when using any command that continues to output to the “console” until you stop it.
(I think the single sentence above should be added to the API reference’s TAG section to clarify that using tags are not optional for any but the most primitive applications that will use the API.)
So, using the Python example test application which is in the API doc on the wiki, you get a frequency scan by entering this command: