The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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. See output from example code for a list of query params (ssid, netid, etc).

TODO

urlencode params before http post.
entitydecode data returned in table.
translate '?' to undef?
Figure out if variance is always required.

SEE ALSO

Forums at http://wigle.net

Code is at https://github.com/allred/p5-Net-Wigle

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.