Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work on STI-D/EDI input | Matthias P. Braendli | 2019-06-07 | 4 | -17/+41 |
| | |||||
* | Unify Socket abstractions | Matthias P. Braendli | 2019-05-28 | 5 | -73/+45 |
| | |||||
* | EDI: Implement TCP output | Matthias P. Braendli | 2019-05-06 | 3 | -1/+26 |
| | |||||
* | EDI: put more code in common between DabMux and ZMQ2EDI | Matthias P. Braendli | 2019-05-06 | 7 | -76/+343 |
| | |||||
* | Move TCPDataDispatcher into TcpSocket | Matthias P. Braendli | 2019-05-06 | 2 | -127/+4 |
| | |||||
* | Update a few copyright headers | Matthias P. Braendli | 2019-02-18 | 2 | -10/+10 |
| | |||||
* | Rework timestamping | Matthias P. Braendli | 2019-02-18 | 2 | -3/+3 |
| | | | | | | | * Ensure MNSC and EDI carry the same timestamp * Rename `edi_tistoffset` to `tist_offset` * Remove conditional compilation of EDI output * Reset PPS so as to align ETI frames across mux restarts | ||||
* | Minor exception refactoring in DabOutputTCP | Matthias P. Braendli | 2019-02-13 | 1 | -13/+4 |
| | |||||
* | EDI: correct value of ATST seconds field | Matthias P. Braendli | 2019-01-28 | 2 | -8/+10 |
| | |||||
* | Update copyright headers | Matthias P. Braendli | 2019-01-07 | 4 | -9/+15 |
| | |||||
* | Remove _WIN32 code from Simul output | Matthias P. Braendli | 2018-05-20 | 1 | -41/+6 |
| | |||||
* | Fix strncpy warning in output RAW | Matthias P. Braendli | 2018-05-14 | 1 | -2/+7 |
| | |||||
* | Take Log improvements from ODR-DabMod | Matthias P. Braendli | 2018-04-22 | 1 | -2/+5 |
| | |||||
* | Avoid doing useless copies in RAW output | Matthias P. Braendli | 2018-03-09 | 1 | -16/+15 |
| | |||||
* | Fix spelling of writting, remove old dabOutput.cpp | Matthias P. Braendli | 2018-03-09 | 4 | -119/+10 |
| | |||||
* | Replace boost::thread by std::thread in TCP Output | Matthias P. Braendli | 2018-02-22 | 1 | -7/+13 |
| | |||||
* | Handle download failure in TAI bulletin download and replace boost regex ↵ | Matthias P. Braendli | 2018-01-23 | 1 | -4/+5 |
| | | | | with std | ||||
* | Save endpoint in ZMQ-Output to show it in the log. | MaPePeR | 2017-11-26 | 1 | -0/+1 |
| | |||||
* | Fix parsing of RAW output params | Matthias P. Braendli | 2017-11-23 | 1 | -2/+1 |
| | |||||
* | Do not pull in boost into odr-zmq2farsync | Matthias P. Braendli | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Prefer usage of ampersand in UDP output URL query | Matthias P. Braendli | 2017-11-22 | 1 | -2/+2 |
| | |||||
* | Add params to RAW output for clock selection | Matthias P. Braendli | 2017-11-22 | 2 | -98/+149 |
| | |||||
* | Make DabOutput dtors virtual | Matthias P. Braendli | 2017-11-22 | 1 | -2/+2 |
| | |||||
* | Set EDI destination defaults and add error checking | Matthias P. Braendli | 2017-08-14 | 1 | -2/+2 |
| | |||||
* | Insert metadata properly and enable EDI out in zmq2edi | Matthias P. Braendli | 2017-07-31 | 1 | -5/+9 |
| | |||||
* | Add work in progress odr-zmq2edi | Matthias P. Braendli | 2017-07-28 | 4 | -4/+44 |
| | |||||
* | Add new zeromq config format | Matthias P. Braendli | 2017-07-28 | 2 | -3/+7 |
| | | | | | | 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 metadata | Matthias P. Braendli | 2017-07-28 | 4 | -7/+184 |
| | | | | | 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 1400 | Matthias P. Braendli | 2017-06-23 | 1 | -1/+3 |
| | | | | Configurable would be better though | ||||
* | TCP output: do not block in the destructor if one connection stalls | Matthias P. Braendli | 2017-06-02 | 1 | -1/+11 |
| | |||||
* | Make EDI fragment interleaver less bursty | Matthias P. Braendli | 2017-02-03 | 2 | -3/+16 |
| | |||||
* | Do not lose fragments in EDI interleaver | Matthias P. Braendli | 2017-02-03 | 2 | -10/+13 |
| | |||||
* | Fix vector index bug in EDI PFT layer | Matthias P. Braendli | 2017-01-28 | 1 | -7/+9 |
| | |||||
* | Avoid uninitialised fields, modernise DabService::nbComponent | Matthias P. Braendli | 2017-01-28 | 3 | -35/+23 |
| | |||||
* | Rename set_utco to set_tai_utc_offset | Matthias P. Braendli | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Move fragments into interleaver instead of copying them | Matthias P. Braendli | 2016-12-24 | 2 | -25/+25 |
| | |||||
* | Add EDI fragment interleaver | Matthias P. Braendli | 2016-12-23 | 3 | -1/+183 |
| | |||||
* | Modernise Simul and ZMQ class declarations | Matthias P. Braendli | 2016-12-23 | 1 | -29/+5 |
| | |||||
* | Create namespace for EDI | Matthias P. Braendli | 2016-12-23 | 8 | -8/+35 |
| | |||||
* | Remove useless creation of AFPacketiser and update some comments | Matthias P. Braendli | 2016-12-23 | 7 | -35/+34 |
| | |||||
* | Print dabOutputTCP connection drop | Matthias P. Braendli | 2016-11-07 | 1 | -0/+4 |
| | |||||
* | Add const for the TCPConnection in remove_if lambda | Matthias P. Braendli | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Do not use boost::optional for TcpSocket | Matthias P. Braendli | 2016-11-05 | 1 | -3/+3 |
| | | | | | | | Older boost versions require T to be copy-constructable in optional<T>. This is not the case for TcpSocket, which is only move-constructable. Fixes compilation on debian jessie | ||||
* | Avoid manual pointer management of the TCPDataDispatcher | Matthias P. Braendli | 2016-10-30 | 2 | -15/+2 |
| | |||||
* | Catch runtime_error in TCPDataDispatcher thread | Matthias P. Braendli | 2016-10-30 | 1 | -7/+13 |
| | |||||
* | Fix TCP output display in startup summary | Matthias P. Braendli | 2016-10-10 | 1 | -0/+2 |
| | |||||
* | Fix dabOutputTCP shutdown using accept() with timeout | Matthias P. Braendli | 2016-10-10 | 1 | -1/+6 |
| | |||||
* | TCP out: properly interrupt the thread | Matthias P. Braendli | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Rework File and Fifo output initialisation | Matthias P. Braendli | 2016-09-16 | 3 | -99/+86 |
| | |||||
* | Merge master of DavidLutton/ODR-DabMux into next | Matthias P. Braendli | 2016-09-16 | 2 | -2/+54 |
|\ |