Re: proposal for sntp program: include 'delay' in json output

2023-01-04 Thread folkert via devel
Thank you all for the help! ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Re: proposal for sntp program: include 'delay' in json output

2023-01-03 Thread folkert via devel
> > > > Lost me. What about sntp do you want to put on gitlab? > > > > > > Oh, reading these in reverse order. I think you are offering to > > > add this as a Merge Request on GitLab? Yes, that would be good. > > > > Can I please send the patch via e-mail? I've been struggeling with > > gitlab

Re: proposal for sntp program: include 'delay' in json output

2023-01-03 Thread folkert via devel
Hi! > > Lost me. What about sntp do you want to put on gitlab? > > Oh, reading these in reverse order. I think you are offering to > add this as a Merge Request on GitLab? Yes, that would be good. Can I please send the patch via e-mail? I've been struggeling with gitlab for an hour and whatev

Re: proposal for sntp program: include 'delay' in json output

2023-01-02 Thread folkert via devel
Just noticed https://ntpsec.org/contributor.html If you people want to include it, I'll put it in gitlab. > Hello, > > I would like to suggest the following small tweak for the sntp program: > > --- sorg 2023-01-02 14:45:52.975926908 +0100 > +++ /usr/bin/sntp 2023-01-02 14:44:13.3226914

proposal for sntp program: include 'delay' in json output

2023-01-02 Thread folkert via devel
Hello, I would like to suggest the following small tweak for the sntp program: --- sorg2023-01-02 14:45:52.975926908 +0100 +++ /usr/bin/sntp 2023-01-02 14:44:13.322691440 +0100 @@ -216,12 +216,12 @@ if json: say('{"time":"%sT%s%s","offset":%f,"precision":%f,"host":"%

Re: Objectives for the next year

2021-06-19 Thread folkert via devel
> 1. We have at least two people who are expert Go programmers - Ian and > myself. We have nobody, AFAIK, who is up to speed on Rust. Moving > the code will be a large amount of work - I don't think any good > purpose is siolved by adding "learn to be fluent in an entire new > language" on top of

Re: Pre-release cleanup

2020-09-02 Thread folkert via devel
> > > I've resolved all the Coverity warbings except a new one, "risky > > > function" related to random(3)/ The supression cookie for that one > > > is not suppressing; I've sent a requesr to Synopsis about tis. > > > > Is ntpsec also checked by 'lgtm.com'? They also do all kinds of > > verifica

Re: Pre-release cleanup

2020-09-02 Thread folkert via devel
> I've resolved all the Coverity warbings except a new one, "risky > function" related to random(3)/ The supression cookie for that one > is not suppressing; I've sent a requesr to Synopsis about tis. Is ntpsec also checked by 'lgtm.com'? They also do all kinds of verifications on source-code.

bug in /usr/bin/ntpdig

2020-08-29 Thread folkert via devel
Hi, /usr/bin/ntpdig -j -p 8 produces an invalid json string: {"time":"2020-08-29T12:37:41.817391-0200","offset":-0.34,"precision":0.000158,"host":"localhost",ip:"::1","stratum":1,"leap":"no-leap","adjusted":false} As you can see here, the " before ip: is missing and also the 2nd " is misplac

Re: crash

2020-04-13 Thread folkert via devel
> > udo...@xs4all.nl said: > >> Started things this way. One gdb line worries me a bit: (No debugging > >> symbols > >> found in build/main/ntpd/ntpd) > > > >> Perhaps a different build is needed? > > > > I'm not sure how that stuff works. > > > > configure has an --enable-debug-gdb option. T

cl

2019-11-20 Thread folkert via devel
Hi, I created a gps-interface. This clock ticks every 2 seconds sometimes 3, 4 of 13 seconds. Not very reliable but very precise (as it is a contraption connected to a gps). After it ran for an hour or so, I looked at the output of ntpmon: remote refid st t when poll reach

Re: loopstats - concatenate?

2019-11-18 Thread folkert via devel
> > Can I concatenate the loopstats-files to get statistics over longer time? Or > > is there some catch? > > Sure. The first 2 columns are MJD and seconds-in-day. Oh and I now realise why it (the octave script for the allan devication) started to fail; older loopstart-files are gzipped! __

loopstats - concatenate?

2019-11-16 Thread folkert via devel
Hi, Can I concatenate the loopstats-files to get statistics over longer time? Or is there some catch? regards ___ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel

Re: loopstats

2019-11-08 Thread folkert via devel
Hi, > > Has the format of the loopstats-file changed since the "original ntp"? > > I don't remember any changes in that area. We might have fixed (or broken) > something that rippled out to that file but I don't remember anything like > that. > > If you just plot the raw data (without doing a

loopstats

2019-11-08 Thread folkert via devel
Hi, Has the format of the loopstats-file changed since the "original ntp"? Because the octave script I used to plot an Allan variance plot no longer works (altough it has been a few years since I last did that). http://www.wraith.sf.ca.us/ntp/allan.oct Folkert van Heusden --

optimalization of screen-output of ntpmon

2019-09-23 Thread folkert via devel
Hi, Tried to create a pull-request via gitlab but that failed in mysterious ways. So that's why I'm also sending it via the mailinglist (I talked about it on irc as well). >From a7288a0692f2862590e9b1eea1f05ae8d87a1ff1 Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Mon, 23 Sep 2019 09