Post by ron.eike2-***@public.gmane.org [linuxham]I have heard that digital modes like JT65 and JT9 need extremely accurate time. What linux utilities will do this online and also using GPS in the field?
You probably already have ntp installed:
$ dpkg -l ntp
... ii ntp 1:4.2.6.p5+dfsg-3ubuntu
amd64 Network Time Protocol daemon and utility
programs
When the ntp daemon is running, it updates your system time, based on
Internet communication with time servers:
$ ps -eafl |fgrep ntpd
5 S ntp 1802 1 0 80 0 - 8376 poll_s Sep24 ?
00:00:23 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 105:110
If you are not connected to the Internet, then "gpsd - Global
Positioning System - daemon" can be used to obtain time from a GPS
connected to your computer. I have found that inexpensive "puck" GPS
with USB connection will work, but the jitter is worse than the older
units that have RS-232 serial connections.
Google search for "ntp gpsd" will turn up more info, e.g.
http://www.catb.org/gpsd/gpsd-time-service-howto.html#_references
You can also see in the waterfall display, that most of the JT-65 and
JT-9 transmissions are starting on the minute boundary, and ending at
the 50 sec point. It is obvious when someone does not have their clock
set correctly.
-John AC6SL
------------------------------------
Posted by: John Nogatch <jnogatch-***@public.gmane.org>
------------------------------------