eworm-de / routeros-scripts

a collection of scripts for MikroTik RouterOS
GNU General Public License v3.0
1.27k stars 285 forks source link

How to write a script to obtain WiFi signals and snr? #65

Closed ggsnpdsn closed 3 months ago

ggsnpdsn commented 3 months ago

There are two devices A (working in AP Bridge mode) and device B (working in Station Bridge mode), and I want device A to obtain real-time signal strength from device B and send it to the designated server. Device B obtains the signal strength of device A in real-time and sends it to the designated server. Can the script implement this feature? What should we do?

eworm-de commented 3 months ago

Scripts can do a lot, though wondering if SNMP suits better. Anyway... This is out of scope for my scripts, so closing.