Commit graph

13 commits

Author SHA1 Message Date
Rene Ladan
ceb97a7397 Update to 1.1.2
Changes:
- replace hardcoded realfreq parameter with a dynamically determined value
  and update README.md
- minor updates to time decoder
2014-01-01 22:00:20 +00:00
Rene Ladan
14f13b87df Specify which BSD licence applies.
Submitted by:	make check-sanity
2013-12-15 17:41:39 +00:00
Rene Ladan
5950623eec Update to 1.1.1
Changes:

dcf77pi:
- Calculate century (modulo 400) from year, month, day of week, day of month
- New parameter -S to set the system time
- Improvements to DST handling
- Set error state if day of month is too large, not just when greater than 31

readpin:
- New parameter -t for readpin to adjust nanosleep() delay
- Determine realfreq dynamically, do not use realfreq from config.txt

general:
- Documentation updates
- Code cleanups
2013-12-15 14:19:48 +00:00
Rene Ladan
dfdd404bbd * Update to 1.1.0:
- New algorithm to receive bits from the radio signal from an idea by
    Udo Klein, with permission [1] (configuration file changed)
  - Use two independent maximum values for 0 and 1 bits (configuration
    file changed)
  - New verbose display output
  - Weaken precondition for processing leap seconds and DST changes to not
    insist on correct values for parity bits and bit 0, 20, 17, 18
  - README.md updated
  - Style and other minor fixes

* Simplify PORTDOCS installation

[1] http://blog.blinkenlight.net/experiments/dcf77/binary-clock/#comment-5916
2013-12-03 21:33:36 +00:00
Rene Ladan
c237320b4e - Update to 1.0.5
- Add a note to UPDATING about the changed and renamed configuration file.
2013-10-28 21:26:33 +00:00
Rene Ladan
6bef8ca785 Add staging support. 2013-09-28 13:24:47 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Rene Ladan
4641a8dc34 Update to 1.0.4 :
- better detection for bits in the radio signal
- catch more corner cases in decoding of the time data

The configuration file (hardware.txt) needs to be updated with this update.
2013-09-10 16:23:06 +00:00
Rene Ladan
e74a981aff Update to 1.0.3.1
This release fixes installation of the configuration file.
2013-07-22 14:12:01 +00:00
Rene Ladan
4c4fe81147 Distfile was rerolled, bump PORTREVISION 2013-07-21 16:40:20 +00:00
Rene Ladan
bd7b90749a Update to 1.0.3
No need to ignore on FreeBSD < 9.0, the software will disable GPIO itself.
2013-07-21 14:42:20 +00:00
Rene Ladan
fc1f4c8dbf Update to 1.0.2 2013-06-24 09:09:20 +00:00
Rene Ladan
11fb4232d6 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.

WWW: https://github.com/rene0/dcf77pi
2013-06-21 22:46:12 +00:00