NAME

Net::GPSD::Server::Fake::Stationary - Provides a stationery feed for the GPSD Daemon.

SYNOPSIS

use Net::GPSD::Server::Fake;
use Net::GPSD::Server::Fake::Stationary;
my $server=Net::GPSD::Server::Fake->new();
my $stationary=Net::GPSD::Server::Fake::Stationary->new(lat=>38.865826,
                                                        lon=>-77.108574);
$server->start($stationary);

DESCRIPTION

METHODS

new

Returns a new provider that can be passed to Net::GPSD::Server::Fake.

get

Returns a Net::GPSD::Point object

getsatellitelist

Returns a list of Net::GPSD::Satellite objects

GETTING STARTED

KNOWN LIMITATIONS

BUGS

EXAMPLES

AUTHOR

Michael R. Davis, qw/gpsd michaelrdavis com/

SEE ALSO

gpsd home http://gpsd.berlios.de/ Net::GPSD