DCF77 decoder for Gude Expert Mouse Clock serial: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Description== DCF77 is a time signal and is broadcasted at 77.5 kHz from Frankfurt/Main Germany with a range of 2000 km. With the received signal the program sets local cloc..." |
No edit summary |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
== | {{Software | ||
DCF77 is a time signal | |Picture=NA.png | ||
|Version=1.0 alpha | |||
|Author=[[Markus Rosellen]] | |||
|License=Open Source - BSD 2-Clause | |||
|Download={{FileLink|dcf77_1-0a_2016-03-16.zip}} | |||
|Website= | |||
}} | |||
DCF77 is a time signal broadcast at 77.5 kHz from Frankfurt/Main Germany with a range of 2000 km. With the received signal the program sets local clock. | |||
==Features== | |||
* Supported hardware: Serial Gude Expert Mouse Clock connected to any serial is supported on OS/2 | * Supported hardware: Serial Gude Expert Mouse Clock connected to any serial is supported on OS/2 | ||
* Sets system time and timezone | * Sets system time and timezone | ||
| Line 12: | Line 19: | ||
* Native for OS/2 | * Native for OS/2 | ||
== | ==Links== | ||
* | * [https://github.com/OS2World/APP-CLOCK-DCF77_decoder Source code at Github] | ||
[[Category:Clocks]] | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]] | ||
Latest revision as of 16:57, 22 August 2023
| DCF77 decoder for Gude Expert Mouse Clock serial | |
|---|---|
| Version | 1.0 alpha |
| Vendor | |
| Author | Markus Rosellen |
| License | Open Source - BSD 2-Clause |
| Download | dcf77_1-0a_2016-03-16.zip |
| Website | |
DCF77 is a time signal broadcast at 77.5 kHz from Frankfurt/Main Germany with a range of 2000 km. With the received signal the program sets local clock.
Features
- Supported hardware: Serial Gude Expert Mouse Clock connected to any serial is supported on OS/2
- Sets system time and timezone
- Multi stage statistic algorithm for decoding signal
- Low CPU utilization and memory usage
- No need to detect missing second of DCF77 signal. So program can run in regular and not in timecrital priority. Even on a heavy loaded system decoding should work fine.
- Clean I/O over standard api
- Highly portable
- Native for OS/2