gpsd-users
[Top][All Lists]
Advanced

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

Re: [gpsd-users] Polling for GPS data using python3 API


From: pisymbol .
Subject: Re: [gpsd-users] Polling for GPS data using python3 API
Date: Mon, 12 Aug 2019 17:09:16 -0400



On Mon, Aug 12, 2019 at 5:00 PM Gary E. Miller <address@hidden> wrote:
Yo pisymbol!

On Mon, 12 Aug 2019 16:49:48 -0400
"pisymbol ." <address@hidden> wrote:

> Still getting None now on 3.19:
>
> $ pip3 list | grep gps
> gps                           3.19

OK. so how are you starting gpsd?

Usually something like this:

# gpsd -n /dev/ttyS0

You can see your running gpsd this way:

# pstree -paul | fgrep gpsd

> 'report' here is always None.

Which seems like gpsd is no running...


It is running. The Trimble unit emits strings on 192.168.142.1:5017. I was using systemd. However, let's take that out of the equation for now:

$ sudo gpsd tcp://192.168.142.1:5017
$ pstree -paul | grep gpsd
  |-gpsd,12951,nobody tcp://192.168.142.1:5017

Still None.

-aps

reply via email to

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