Obtain WiFi signal strength programmatically

Hi,


We’re creating a simple WiFi communication system with two Mikrotik Routerboards. In our application, we would like to display the WiFi signal strength in the GUI. How can we obtain the WiFi signal strength from the RouterOS on the router? Perhaps from a HTTP request to the router?


Cheers,
Birger

Hello

From snmp it can be easily done

/interface wireless registration-table print oid

I don’t know if it’s enough for you