gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Simple client for delivering of gpsd data needed


From: Ed W
Subject: Re: [gpsd-dev] Simple client for delivering of gpsd data needed
Date: Tue, 11 Aug 2015 11:52:33 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 09/08/2015 09:51, Forum wrote:
Hello,

i want to use the data of gpsd in Perl on an Rasberry Pi.
The problem is that none of the CPAN modules for it is working.
Some are not installable because the dependencies can not be completed and 
others can be started, but data is only
delivered in minutes and not in real time.

I would be glad if i could fetch the data simply over an client like cgps by 
calling it and fetching the output.
But cgps can only deliver data to an terminal window in a loop!

It would be possible for me to modify the cgps.c source, but it seems not so 
simple to get it compiled on an Raspi.
There are many dependencies and this special scons, so that i can't not compile 
the client alone.

Is there any simple client out there that works and can deliver data as simple 
text output?
Or a simple method to compile cpgs.c alone?

Otherwise it is less effort to write an on interpretation of the NMEA output 
for myself in Perl.

Thanks in advance.
Karsten


It's pretty trivial to use AnyEvent to open a socket to either gpsd or your gps directly and simply consume the result

Good luck

Ed W



reply via email to

[Prev in Thread] Current Thread [Next in Thread]