Help in Command for return Information of Wireless

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 …

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

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