summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix vector index bug in EDI PFT layerMatthias P. Braendli2017-01-281-7/+9
|
* Avoid uninitialised fields, modernise DabService::nbComponentMatthias P. Braendli2017-01-2811-79/+65
|
* Fix STI-D/RTP inputMatthias P. Braendli2017-01-271-16/+13
|
* Add experimental untested STI input for AVT encodersMatthias P. Braendli2017-01-245-16/+250
|
* Prepare release v1.2.0v1.2.0Matthias P. Braendli2017-01-246-12/+31
|
* Initialise syslog earlier, don't leak the syslog backendMatthias P. Braendli2017-01-244-23/+20
|
* Clear the bulletin stringbuffer in an backwards-compatible wayMatthias P. Braendli2017-01-201-2/+2
|
* Fix important EDI Timestamp issuesMatthias P. Braendli2017-01-183-74/+272
| | | | | | | | | | First, use more servers, not only those from USNO that currenty show problems. Add a server from IETF and the github repository from the tz project that mirrors that file. Second, fix issues about parsing the bulletin and error handling. Third, run the bulletin update asynchronously once the mux runs, to avoid blocking it.
* Rename set_utco to set_tai_utc_offsetMatthias P. Braendli2017-01-182-2/+2
|
* Specify in doc that we do not support EDI ResendMatthias P. Braendli2017-01-181-1/+2
|
* Make UdpPacket copyable, add API to get bufferMatthias P. Braendli2017-01-132-9/+8
|
* Move fragments into interleaver instead of copying themMatthias P. Braendli2016-12-243-28/+26
|
* Directly create the outputs in shared_ptrsMatthias P. Braendli2016-12-241-14/+13
|
* Add EDI fragment interleaverMatthias P. Braendli2016-12-239-16/+226
|
* Modernise Simul and ZMQ class declarationsMatthias P. Braendli2016-12-231-29/+5
|
* Create namespace for EDIMatthias P. Braendli2016-12-2310-19/+46
|
* Remove useless creation of AFPacketiser and update some commentsMatthias P. Braendli2016-12-238-39/+34
|
* Merge branch 'servicelinking' into nextMatthias P. Braendli2016-11-2815-7/+750
|\
| * Remove service linking active from RCMatthias P. Braendli2016-11-2810-214/+69
| | | | | | | | | | This can be added later if the need arises, and when proper testing validates the implementation.
| * Merge branch 'next' into servicelinkingMatthias P. Braendli2016-11-1262-4411/+1131
| |\ | |/ |/|
* | Update TODO about inputsMatthias P. Braendli2016-11-071-12/+7
| |
* | Remove parser for old inputsMatthias P. Braendli2016-11-071-310/+0
| |
* | Remove old src/dabInput filesMatthias P. Braendli2016-11-0726-2845/+0
| |
* | Remove Dmb.{h,cpp} from compilationMatthias P. Braendli2016-11-071-1/+0
| |
* | Merge rework of inputs into 'next'Matthias P. Braendli2016-11-0725-306/+1157
|\ \ | | | | | | | | | | | | | | | | | | | | | This breaks the non-blocking fifo inputs, as it seems nobody is using them. It restores some UDP functionality, not necessarily in the same way as before.
| * | Adapt Travis CI config to reduced configure optionsMatthias P. Braendli2016-11-051-2/+1
| | |
| * | Remove #if HAVE_{INPUT,FORMAT} in utilsMatthias P. Braendli2016-11-051-20/+0
| | |