Net::GPSD::Report::http.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-02 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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.

SEE ALSO

LWP::UserAgent