python signal strength code

Hi guys I need a python code that will query the signal strength, tx rx signal and cable status

Good Evening,

an easy solution, is to use the REST API to access the Data.
https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API

I can`t really help you with the “Python” implementation,
but you can easely test it via CMD in windows

Wireless Connection Information

curl -k -u "USER":"PASSWORD" http://XXX.XXX.XXX.XXX/rest/interface/wifi/registration-table

Wireless Interface Information (e.g. wifi1)

curl -k -u "USER":"PASSWORD" http://XXX.XXX.XXX.XXX/rest/interface/wifi1

Ether Interface Information (e.g. ether1)

curl -k -u "USER":"PASSWORD" http://XXX.XXX.XXX.XXX/rest/interface/ether1