Community discussions

MikroTik App
 
hodnyldo
just joined
Topic Author
Posts: 5
Joined: Mon Jul 30, 2007 7:47 pm

Help in Command for return Information of Wireless

Fri Dec 12, 2008 10:10 pm

Hi Peoples...

I developed a small software for the technical lead up to the client, and verify some information such as: tx / rx CCK, Ack timeout, signal to noise that client ....

type:
the technician put the client's IP, the program connects the radio, and radio would return this information in the program (the client's home).


I need only a command line that returns this information to a customer from a query by IP.

Excuse my Bad English ...
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 27060
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Help in Command for return Information of Wireless

Tue Dec 16, 2008 4:05 pm

you have developed such program, or you want to?

if you want to, you can probably use the API to do it:
http://wiki.mikrotik.com/wiki/API
 
matmor
just joined
Posts: 20
Joined: Wed Jan 07, 2009 5:09 pm
Location: Quebec, Canada

Re: Help in Command for return Information of Wireless

Wed Jan 07, 2009 5:12 pm

With the php API you can also to that
 $API->write('/interface/wireless/registration-table/print',false);
 $API->write('=stats=');
I use it to output All info of eatch registered client for our support team !

I put info on the wiki

http://wiki.mikrotik.com/wiki/API_PHP_class