summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move external code to lib and stop using SUBDIRSMatthias P. Braendli2018-02-0913-1882/+0
|
* Add TAI bulletin expiry to RC and to muninMatthias P. Braendli2018-01-314-6/+79
|
* PTy: add static/dynamic setting to configuration and RCMatthias P. Braendli2018-01-295-36/+60
|
* Handle download failure in TAI bulletin download and replace boost regex ↵Matthias P. Braendli2018-01-234-58/+72
| | | | with std
* Use correct TAI bulletin download variableMatthias P. Braendli2018-01-231-1/+1
|
* Add timeout to zmq2farsyncMatthias P. Braendli2018-01-141-35/+49
|
* Set zmq2edi timeout to 10sMatthias P. Braendli2018-01-141-5/+11
|
* Let zmq2edi crash after too many errorsMatthias P. Braendli2018-01-141-73/+68
|
* Verify ETI frame size in EDISenderMatthias P. Braendli2018-01-141-2/+9
|
* Add multi-output support to odr-zmq2ediMatthias P. Braendli2017-12-191-21/+83
|
* Properly link odr-zmq2edi to boostMatthias P. Braendli2017-12-111-1/+1
|
* Improve check for ZMQMatthias P. Braendli2017-12-101-9/+7
|
* Add m4 scripts for checking boost librariesMatthias P. Braendli2017-12-101-3/+3
|
* Explicity call ::bind()Matthias P. Braendli2017-12-082-2/+2
|
* Use correct socket for setsockopt SO_NOSIGPIPEMatthias P. Braendli2017-12-081-1/+1
|
* Portability: check for MSG_NOSIGNAL and SO_NOSIGPIPEMatthias P. Braendli2017-12-081-2/+17
|
* Rename prbs to PrbsGeneratorMatthias P. Braendli2017-12-084-3/+3
| | | | | | | Some systems apparently don't like having both prbs.h and Prbs.h in the include paths. OSX seems to be affected
* Save endpoint in ZMQ-Output to show it in the log.MaPePeR2017-11-261-0/+1
|
* Fix parsing of RAW output paramsMatthias P. Braendli2017-11-231-2/+1
|
* Do not pull in boost into odr-zmq2farsyncMatthias P. Braendli2017-11-232-2/+2
|
* Prefer usage of ampersand in UDP output URL queryMatthias P. Braendli2017-11-221-2/+2
|
* Add params to RAW output for clock selectionMatthias P. Braendli2017-11-223-99/+150
|
* Make DabOutput dtors virtualMatthias P. Braendli2017-11-221-2/+2
|
* ZMQ input cosmeticsMatthias P. Braendli2017-10-172-41/+35
|
* Merge state management command into values, adapt munin accordinglyMatthias P. Braendli2017-10-162-69/+14
|
* FIG 0/9: set default international table ID to 1Stefan Pöschel2017-10-151-1/+1
| | | | | When no value was specified, this field was set to 0. That value however is reserved, so default to 1 (which most people might want to use).
* zmq2edi: automatically reconnect zmq socket if no data in 30sMatthias P. Braendli2017-09-251-49/+65
|
* Set EDI destination defaults and add error checkingMatthias P. Braendli2017-08-142-2/+7
|
* Print units for statisticsMatthias P. Braendli2017-08-141-1/+2
|
* zmq2edi: add wait time statisticsMatthias P. Braendli2017-08-143-27/+59
|
* Add delay logic to odr-zmq2ediMatthias P. Braendli2017-08-114-260/+432
|
* odr-zmq2edi fix subchannel index, FICFMatthias P. Braendli2017-07-311-2/+5
|
* Only build odr-zmq2edi if EDI enabledMatthias P. Braendli2017-07-311-2/+3
|
* Insert metadata properly and enable EDI out in zmq2ediMatthias P. Braendli2017-07-312-19/+28
|
* Add work in progress odr-zmq2ediMatthias P. Braendli2017-07-288-6/+660
|
* Add new zeromq config formatMatthias P. Braendli2017-07-285-22/+71
| | | | | | This gives the choice for the transmission of the metadata, and the enabling of the TAI downloader is also triggered appropriately
* Add edi time and utco as ZMQ metadataMatthias P. Braendli2017-07-286-11/+197
| | | | | Since ODR-DabMod doesn't check the zmq message length, it will accept additional metadata at the end of the ETI data
* Increase EDI expected MTU to 1400Matthias P. Braendli2017-06-231-1/+3
| | | | Configurable would be better though
* Embellish announcement cluster printoutMatthias P. Braendli2017-06-231-1/+2
|
* Slightly restructure the config parserMatthias P. Braendli2017-06-231-48/+34
|
* Add a few sanity checks for the configuration parserMatthias P. Braendli2017-06-233-11/+45
|
* Use enum for transmission modeMatthias P. Braendli2017-06-174-11/+54
|
* Merge FIG0/8 fix from pull request 24Matthias P. Braendli2017-06-161-4/+8
|\
| * Correct insertion of long form SID in FIG0/8 Nick Piggott2017-06-111-4/+8
| | | | | | Only the bottom 16 bits of long form SIDs (32 bit) were not being correctly written into FIG0/8. This amendment corrects that to write all 32bits.
* | EDI TIST: Add local file cache for leap second dataMatthias P. Braendli2017-06-162-33/+141
| |
* | Remove USNO bulletin from ClockTAIMatthias P. Braendli2017-06-162-137/+4
| | | | | | | | Their format does not include an expiration time, making caching more difficult
* | Properly insert FIG0/24 and set correct repetition rateMatthias P. Braendli2017-06-092-5/+12
| |
* | Add initial implementation for FIG0/24Matthias P. Braendli2017-06-058-3/+265
|/
* TCP output: do not block in the destructor if one connection stallsMatthias P. Braendli2017-06-023-5/+34
|
* Set correct repetition rate for FIG0/21Matthias P. Braendli2017-05-011-1/+1
|