Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Net::GPSD::Report::http - Provides a perl interface to report position data.
SYNOPSIS
use Net::GPSD::Report::http;
my $obj=Net::GPSD::Report::http->new();
my $return=$obj->send(\%data);
DESCRIPTION
CONSTRUCTOR
new
my $obj=Net::GPSD::Report::http->new({url=>$url});
METHODS
url
$obj->url("http://localhost/path/script.cgi");
my $url=$obj->url;
send
my $httpreturn=$obj->send({device=>$int,
lat=>$lat,
lon=>$lon,
dtg=>"yyyy-mm-dd 24:mm:ss.sss",
speed=>$meterspersecond,
heading=>$degrees});
GETTING STARTED
KNOWN LIMITATIONS
BUGS
No known bugs.
EXAMPLES
AUTHOR
Michael R. Davis, qw/gpsd michaelrdavis com/
LICENSE
Copyright (c) 2006 Michael R. Davis (mrdvt92)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://maps.davisnetworks.com/tracking/position_report.cgi
http://maps.davisnetworks.com/tracking/display_device.cgi
LWP::UserAgent