Extract data from wireless access point

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kennedysee
Forum Newbie
Posts: 14
Joined: Fri Dec 04, 2009 12:17 am

Extract data from wireless access point

Post by kennedysee »

I need to extract data from Wireless Access Point..

My access point is running on Cisco Aironet 1200series

Data like MAC Address, IP Address

How do i able to get it up on my website?

Pls advise..
User avatar
goatrider
Forum Newbie
Posts: 4
Joined: Tue Dec 01, 2009 6:20 pm

Re: Extract data from wireless access point

Post by goatrider »

I hate to cross-post results form other sites, but I found this in a quick google search:

http://www.php-editors.com/forums/php-p ... ction.html

That link seems to have most of the information to get you started.

I've actually got a script that does this, but it uses perl. Seriously, if you want to have an easier time at it, use Perl for this one. Check out the Net::Telnet::Cisco module at CPAN, it cant get easier.
kennedysee
Forum Newbie
Posts: 14
Joined: Fri Dec 04, 2009 12:17 am

Re: Extract data from wireless access point

Post by kennedysee »

can share the source code with me?
Post Reply