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
initialize
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});
LIMITATIONS
BUGS
Email the author and log on RT.
SUPPPORT
DavisNetworks.com supports all Perl applications including this package.
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.