Interesting observation: PPS over USB kicked out

2018-02-18 Thread Hal Murray via devel
because it gets better data over the net. (Yes, the Ethernet is also USB, but it's faster USB.) remote refid st t when poll reach delay offset jitter == = +192.168.1.3 192.168.1.33 2 u

Re: ntpd Stack Size

2018-02-18 Thread Hal Murray via devel
Thanks for passing that on. That code is long gone. We only have one extra thread for doing DNS lookups. If you configure with --disable-dns-lookup, it could build without threads. We don't currently do anything about the stack size. Is that interesting? I don't know of any usage in limited

ntpd Stack Size

2018-02-18 Thread Richard Laager via devel
Is this NTP Classic issue applicable to ntpsec? http://bugs.ntp.org/show_bug.cgi?id=3391 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887385 --- a/ntpd/ntpd.c 2017-03-27 08:33:16.690969527 +0200 +++ b/ntpd/ntpd.c 2017-03-27 08:33:16.690969527 +0200 @@ -313,11 +313,16 @@ #if define

Re: Python GUI ??

2018-02-18 Thread Gary E. Miller via devel
Yo Hal! On Sat, 17 Feb 2018 22:49:52 -0800 Hal Murray via devel wrote: > Google suggests that matpythonlib may be the right starting point, > but I haven't pulled the string any farther. A friend showed me some code he did with matplotlib. He made nice static charts of single variable time ser

Re: Python GUI ??

2018-02-18 Thread James Browning via devel
On Feb 17, 2018 10:49 PM, "Hal Murray via devel" wrote: What do people recommend for a GUI package to use with python? I want to plot a graph of something and update it in real time by scrolling all the old data to make room for the new samples as they arrive. Google suggests that matpythonlib