summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update INSTALL instructionsMatthias P. Braendli2017-12-181-18/+28
|
* Properly set Travis flagsMatthias P. Braendli2017-12-151-5/+6
|
* Try to use Travis-CI build matrixMatthias P. Braendli2017-12-151-24/+56
|
* Improve warnings check for clangMatthias P. Braendli2017-12-151-6/+6
|
* Properly link odr-zmq2edi to boostMatthias P. Braendli2017-12-111-1/+1
|
* Improve check for ZMQMatthias P. Braendli2017-12-103-10/+94
|
* Add m4 scripts for checking boost librariesMatthias P. Braendli2017-12-107-118/+643
|
* 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-082-2/+37
|
* 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
|
* Add information about ensemble id to example.muxMaPePeR2017-11-261-0/+3
|
* 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-222-3/+3
|
* Add params to RAW output for clock selectionMatthias P. Braendli2017-11-224-101/+161
|
* Make DabOutput dtors virtualMatthias P. Braendli2017-11-221-2/+2
|
* Update TODOMatthias P. Braendli2017-10-181-1/+11
|
* ZMQ input cosmeticsMatthias P. Braendli2017-10-172-41/+35
|
* Munin: add timeouts for requestsMatthias P. Braendli2017-10-171-9/+22
|
* munin stats: Output multigraph line for stateMatthias P. Braendli2017-10-171-3/+6
|
* Fix regex in stats_dabmux_multiMatthias P. Braendli2017-10-161-1/+1
|
* Merge state management command into values, adapt munin accordinglyMatthias P. Braendli2017-10-164-90/+67
|
* 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).
* Enable additional compiler warningsMatthias P. Braendli2017-10-042-0/+83
|
* zmq2edi: automatically reconnect zmq socket if no data in 30sMatthias P. Braendli2017-09-251-49/+65
|
* Prepare release v1.3.1v1.3.1Matthias P. Braendli2017-08-233-8/+24
|
* 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-115-261/+433
|
* Add acknowledgements to READMEMatthias P. Braendli2017-08-071-0/+8
|
* Add xymon monitoring script and update READMEMatthias P. Braendli2017-08-072-3/+662
|
* odr-zmq2edi fix subchannel index, FICFMatthias P. Braendli2017-07-311-2/+5
|
* Only build odr-zmq2edi if EDI enabledMatthias P. Braendli2017-07-312-3/+4
|
* 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-287-27/+86
| | | | | | 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
* Prepare v1.3.0v1.3.0Matthias P. Braendli2017-06-302-1/+11
|
* Add some entries to TODOMatthias P. Braendli2017-06-231-0/+7
|
* Document that TZ environment variable can be usedMatthias P. Braendli2017-06-231-0/+4
|
* 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-234-12/+46
|
* Use enum for transmission modeMatthias P. Braendli2017-06-175-12/+55
|
* 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.