diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-09-13 10:41:51 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-09-13 10:41:51 +0200 |
commit | 965b6635158c4d46e0d658a42a405f97078fe275 (patch) | |
tree | 945d959bdeda661a21dcaf7850d66bf8bf0ad0d8 | |
parent | d57f046c40e716069d37f9e6b7911afd41c7b116 (diff) | |
download | dabmux-965b6635158c4d46e0d658a42a405f97078fe275.tar.gz dabmux-965b6635158c4d46e0d658a42a405f97078fe275.tar.bz2 dabmux-965b6635158c4d46e0d658a42a405f97078fe275.zip |
Describe how to download leap-second data manually
-rw-r--r-- | doc/advanced.mux | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index f6e59fe..a5b290d 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -376,9 +376,18 @@ outputs { ; EDI uses the UDP protocol. This implementation of EDI does not support ; EDI Packet Resend. ; - ; When both EDI and TIST are enabled, ODR-DabMod will download leap-second - ; information from the IETF website, and cache it to the file + ; When both EDI and TIST are enabled, ODR-DabMux will download leap-second + ; information from the IETF website, and cache it locally in /tmp. + ; + ; If your system doesn't have access to internet, you have to take care + ; to create the file before ODR-DabMux startup. Get it from + ; http://www.ietf.org/timezones/data/leap-seconds.list + ; and save it to ; /tmp/odr-dabmux-leap-seconds.cache + ; + ; Use the RC interface 'get clocktai expiry' command to check how long + ; your file is still valid. Refresh the file before expiry otherwise + ; ODR-DabMux will abort. destinations { ; The names you give to the destinations have no meaning, ; but have to be unique. You can give them meaningful names to help |