mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
506b6fddaa
General: - add partial support for OSX and Cygwin - add bitinfo.last0 field which represents the last pulse where the radio signal was 0 - store radio signal into a new field bitinfo.signal - more robust handling of radio signal glitches - improve realfreq by approximately 7% on a non-optimized standard build - simplify code for handling DST changes and leap seconds - defer assigning the decoded time until the minute length has been checked to match the exact expected value (i.e. 59 unless a leap second occurs) - code cleanups README: - mention supported platforms dcf77pi: - display updates, show last0 readpin: - overhaul to make more use of libdcf77 - drop -t parameter
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
Yet another DCF77 decoder. This one is intended for the Raspberry Pi
|
|
platform but might work on other devices using GPIO pins too.
|
|
|
|
The received data can be logged for later playback/analysis.
|
|
|
|
The software is written as a library for easy reuse into other software.
|
|
|
|
WWW: https://github.com/rene0/dcf77pi
|