gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] ubxtool and remote gpsd


From: Gary E. Miller
Subject: Re: [gpsd-dev] ubxtool and remote gpsd
Date: Sun, 30 Jun 2019 20:35:22 -0700

Yo Ken!

On Sun, 30 Jun 2019 11:52:26 -0600
Ken McGuire <address@hidden> wrote:

> Just subscribed to this list, but I've been reading the archives for 
> several months.

Welcome!

> I have several test setups using u-blox F9P/T devices as well as some 
> older M8Ns.

Nice.  Any feed back on those welcomoe.

> However when I try connect
> remotely with ubxtool (ubxtool 192.168.0.134) I get the following
> error:
> 
> ubxtool: failed to connect to gpsd [Errno 111] Connection refused.

Works for me.  But there were some fixes there last week.  Can
you confirm this with git head?


> At about line 6626 in ubxtool I change:
> 
>                  self.ser = gps.gpscommon(host=None)
> 
> to:
> 
>                  self.ser =
> gps.gpscommon(host=opts['target']['server'])

Notice the next two lines which set the target:

                self.ser = gps.gpscommon(host=None)
                self.ser.connect(opts['target']['server'],
                                 opts['target']['port'])

Your patch loses the port number.

> I am not a programmer but a hardware guy, so my solution may be all
> wet.

A good bug report is valuable.  I'll look at it seriously on Monday
to see why our results differ.

> Hopefully you can get this fix or a more correct/complete/better
> one.... in before the 3.19 release.

Sounds worthy of holding off for.  That and the sconsclean thing.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        address@hidden  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can’t measure it, you can’t improve it." - Lord Kelvin

Attachment: pgp4I5QWOBKan.pgp
Description: OpenPGP digital signature


reply via email to

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