API + PHP
Posted: Mon Dec 08, 2008 12:59 am
Hello,
I am trying to retrieve information about all wireless connections:
$API->write('/interface/wireless/registration-table/getall');
This command only returns the mac-address, ap, wds, comments. If you run the same command in terminal, more information is returned:
/interface wireless registration-table> pr
# INTERFACE RADIO-NAME MAC-ADDRESS AP SIGNAL-STRENGTH TX-RATE UPTIME
Is it possible to get all this information from the API? (most importantly the signal-strength)
Best Regards,
Luke
I am trying to retrieve information about all wireless connections:
$API->write('/interface/wireless/registration-table/getall');
This command only returns the mac-address, ap, wds, comments. If you run the same command in terminal, more information is returned:
/interface wireless registration-table> pr
# INTERFACE RADIO-NAME MAC-ADDRESS AP SIGNAL-STRENGTH TX-RATE UPTIME
Is it possible to get all this information from the API? (most importantly the signal-strength)
Best Regards,
Luke