| Net-GPSD documentation | view source | Contained in the Net-GPSD distribution. |
Net::GPSD::Report::http - Provides a perl interface to report position data.
use Net::GPSD::Report::http; my $obj=Net::GPSD::Report::http->new(); my $return=$obj->send(\%data);
my $obj=Net::GPSD::Report::http->new({url=>$url});
$obj->url("http://localhost/path/script.cgi");
my $url=$obj->url;
my $httpreturn=$obj->send({device=>$int,
lat=>$lat,
lon=>$lon,
dtg=>"yyyy-mm-dd 24:mm:ss.sss",
speed=>$meterspersecond,
heading=>$degrees});
Email the author and log on RT.
DavisNetworks.com supports all Perl applications including this package.
Michael R. Davis, qw/gpsd michaelrdavis com/
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.
| Net-GPSD documentation | view source | Contained in the Net-GPSD distribution. |