radioclkd2 icon indicating copy to clipboard operation
radioclkd2 copied to clipboard

Quick and dirty fork of http://www.jonatkins.com/page/software/radioclkd2 adding Linux GPIO pin support.

Results 4 radioclkd2 issues
Sort by recently updated
recently updated
newest added

Hi, Just wanted to let you know how I did systemd. Just a suggestion, there might be even more native methods. ``` root@acerola:~# cat /etc/systemd/system/radioclkd2.service [Unit] Description=Radio Clock service Before=chrony.service...

I needed to use SHM channel 2 so modified shm.h as shown below... ``` // ntpd shared memory reference clock driver structure #define SHM_KEY 0x4e545032 ``` Easy enough, but perhaps...

Hi, This clock works very well. I see the --help options show... fudgeoffs: fudge time, in seconds This is an important feature that should be added to the command list...

Now that sysfs has been deprecated and is unavailable on certain distros, how would one go about and have radioclkd2 read a pin using chardev?