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..
Extract data from wireless access point
Moderator: General Moderators
-
kennedysee
- Forum Newbie
- Posts: 14
- Joined: Fri Dec 04, 2009 12:17 am
Re: Extract data from wireless access point
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.
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
can share the source code with me?