summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | EDI TIST: Add local file cache for leap second dataMatthias P. Braendli2017-06-163-33/+145
| |
* | Remove USNO bulletin from ClockTAIMatthias P. Braendli2017-06-162-137/+4
| | | | | | | | Their format does not include an expiration time, making caching more difficult
* | Switch travis to gcc 6Matthias P. Braendli2017-06-101-3/+2
| |
* | Properly insert FIG0/24 and set correct repetition rateMatthias P. Braendli2017-06-092-5/+12
| |
* | Add initial implementation for FIG0/24Matthias P. Braendli2017-06-059-3/+270
|/
* Prepare v1.2.2v1.2.2Matthias P. Braendli2017-06-055-5/+9
|
* 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
|
* Remove FIG0/21 debug messagesMatthias P. Braendli2017-05-011-1/+1
|
* Fix FIG0/21 insertionMatthias P. Braendli2017-05-012-26/+54
|
* Correct order of length indicator in FIG0_21 headerMatthias P. Braendli2017-04-221-1/+1
|
* Replace 'all rights reserved' by a mention of the licenceMatthias P. Braendli2017-04-222-3/+7
| | | | | | The wording 'All rights reserved' no longer has any legal effect in any jurisdiction. It might even be considered contradictory to the terms of the GPL, and is advised against. See the wikipedia entry for 'All rights reserved' for more details.
* Move all FIG structures to cpp files, fix FIG0_21 rfaMatthias P. Braendli2017-04-2229-386/+387
|
* WIP: Correct calculation of FIG0/21 required sizeMatthias P. Braendli2017-04-202-28/+27
|
* WIP: Rework FIG0/21 definition and get FIC insertion to compileMatthias P. Braendli2017-04-2011-192/+410
|
* Add FIG0/21 work in progressMatthias P. Braendli2017-04-096-7/+407
|
* Improve zmq_remote.py usability and python3 compatMatthias P. Braendli2017-02-101-13/+17
|
* Make EDI fragment interleaver less burstyMatthias P. Braendli2017-02-033-3/+21
|
* Do not lose fragments in EDI interleaverMatthias P. Braendli2017-02-032-10/+13
|
* Prepare v1.2.1v1.2.1Matthias P. Braendli2017-01-295-2/+15
|