Re: [Linuxptp-devel] gpsd support in ts2phc

2021-05-14 Thread Lars Munch
On Fri, May 14, 2021 at 7:33 PM Richard Cochran wrote: > > On Thu, May 13, 2021 at 07:31:27PM +0200, Lars Munch wrote: > > On Sat, May 8, 2021 at 8:47 PM Richard Cochran > > wrote: > > > > > > On Sat, May 08, 2021 at 02:57:30PM +0200, Lars Munch wrote: > > > > > > > 1. Use the time provided by g

Re: [Linuxptp-devel] gpsd support in ts2phc

2021-05-14 Thread Richard Cochran
On Thu, May 13, 2021 at 07:31:27PM +0200, Lars Munch wrote: > On Sat, May 8, 2021 at 8:47 PM Richard Cochran > wrote: > > > > On Sat, May 08, 2021 at 02:57:30PM +0200, Lars Munch wrote: > > > > > 1. Use the time provided by gpsd to ntpshm. This can be implemented > > > without > > > dependencies

Re: [Linuxptp-devel] gpsd support in ts2phc

2021-05-13 Thread Lars Munch
On Sat, May 8, 2021 at 8:47 PM Richard Cochran wrote: > > On Sat, May 08, 2021 at 02:57:30PM +0200, Lars Munch wrote: > > > 1. Use the time provided by gpsd to ntpshm. This can be implemented without > > dependencies to gpsd. > > Doesn't sound aweful, but not great either. I kind of like the simp

Re: [Linuxptp-devel] gpsd support in ts2phc

2021-05-08 Thread Richard Cochran
On Sat, May 08, 2021 at 02:57:30PM +0200, Lars Munch wrote: > 1. Use the time provided by gpsd to ntpshm. This can be implemented without > dependencies to gpsd. Doesn't sound aweful, but not great either. > 2. Use libgpsd to get the time, but that adds a dependency to gpsd No, I won't use that

Re: [Linuxptp-devel] gpsd support in ts2phc

2021-05-08 Thread Richard Hill
@lists.sourceforge.net Subject: [Linuxptp-devel] gpsd support in ts2phc Hi I have been using ts2phc directly to my GPS using serial connection to get NMEA sentences. This is working fine but then I cannot get status from the GPS while ts2phc is running. Therefore I have been pondering on how to add gpsd

[Linuxptp-devel] gpsd support in ts2phc

2021-05-08 Thread Lars Munch
Hi I have been using ts2phc directly to my GPS using serial connection to get NMEA sentences. This is working fine but then I cannot get status from the GPS while ts2phc is running. Therefore I have been pondering on how to add gpsd support to ts2phc. There are several options, maybe more: 1. Us