-
-
13 Aug 2011 19:03:04 UTC
- Distribution: Net-Wigle
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (185 / 20 / 15)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (3.36KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Mike Allred
- Dependencies
- LWP::UserAgent
- Params::Validate
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::Wigle - Perl extension for querying wigle.net
SYNOPSIS
use Net::Wigle; use Data::Dumper; my $wigle = Net::Wigle->new; print Dumper $wigle->query( user => 'insertYourWigleUserNameHere', pass => 'insertYourWiglePasswordHere', ssid => 'insertAnSsidHere', );
DESCRIPTION
It queries wigle.net.
TODO
- urlencode params before http post.
- entitydecode data returned in table.
- translate '?' to undef?
- Figure out if variance is always required.
- Test on many platforms.
SEE ALSO
Forums at http://wigle.net
MOTD
"For your health." -Steve Brule
AUTHOR
Mike Allred, <mikejallred@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Mike Allred
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Net::Wigle, copy and paste the appropriate command in to your terminal.
cpanm Net::Wigle
perl -MCPAN -e shell install Net::Wigle
For more information on module installation, please visit the detailed CPAN module installation guide.