[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gpsd-users] [gpsd-dev] Simple client for delivering of gpsd data ne
From: |
Forum |
Subject: |
Re: [gpsd-users] [gpsd-dev] Simple client for delivering of gpsd data needed |
Date: |
Mon, 10 Aug 2015 10:14:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 |
Am 10.08.2015 um 09:53 schrieb Chris Kuethe:
> as gary says, look at what gpspipe does. in particular "gpspipe -w".
O.K. - i didn't test this option.
Thanks for the tip!
With
gpspipe -w -n 5
it seems i get a complete set of data.
>
> open a tcp socket to gpsd, send the same WATCH command that gpspipe
> does, and you'll get the get back the same JSON-formatted gps data
> which can easily be de-serialized in the language of your choice.
>
The JSON is not better readible as NMEA itself.
I don't see the advantage of using dgps then.
But there is an advantage to open the serial interface:
I am able to send ubx commands direct to the GPS modul.
I must weigh this possibility.
Cheers
Karsten