Thanks for the quick response. I don't think the registration-table contains the values I'm looking for. I'm interested in the Overall Tx CCQ and Noise Floor as displayed in Winbox on the Status tab for a wireless interface. If I ssh in to the device I can see the values when I execute the following...
I'm writing a java app to access information on my board and can't seem to get this information. I've posted a more specific question regarding the 5ghz-channels ( http://forum.mikrotik.com/viewtopic.php?f=9&t=46091 ) but would like to ask a more general question here. What is the best way to ge...
More information:
When I query for any of the 5ghz properties or the capabilities property the call never returns. All other properties behave as expected.
I'm trying to access the supported bands and the various channels for each. I can issue the following: /interface/wireless/info/print =.proplist=supported-bands And get this back: !re =supported-bands=5ghz,5ghz-turbo,5ghz-10mhz,5ghz-5mhz !re =supported-bands=2ghz-b,2ghz-g,2ghz-g-turbo,2ghz-10mhz,2gh...
When I ssh to my device, I can set one of the static-key values to empty (which is the default) using the following command: /interface wireless security-profiles set <name> static-key-0="" However, I am unable to do the same using the API. I have tried this: /interface/wireless/security-p...
Any progress on this issue. When I issues "/export =file=myconfig" from the API I get a 8600 byte file. When I issue "/export file=myconfig" from the command line (telnet or ssh), I get a 17215 byte file.