Analyzer for log files of time stations. The program takes two parameters: - the station name of the file to analyze (as argument to the -s option) - the name of the file to analyze (as argument to the -f option) Currently supported stations are DCF77 and MSF. See the enclosed README.md for more information.
5 lines
102 B
Makefile
5 lines
102 B
Makefile
CARGO_CRATES= dcf77_utils-1.1.0 \
|
|
getopt-1.1.7 \
|
|
msf60_utils-1.1.0 \
|
|
radio_datetime_utils-1.1.0
|