Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Attempt to create FIFO before open, no checks | David Lutton | 2016-09-11 | 1 | -4/+0 |
| | | |||||
| * | Creates FIFO but breaks stdout | David Lutton | 2016-09-11 | 2 | -2/+58 |
| | | |||||
* | | Improve TCP output error display | Matthias P. Braendli | 2016-09-16 | 1 | -1/+8 |
| | | |||||
* | | Drop SLIP, Refactor sockets, improve TCP output | Matthias P. Braendli | 2016-09-11 | 3 | -173/+175 |
|/ | | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken. | ||||
* | Properly copy DabOutputFile, make get_info() const | Matthias P. Braendli | 2016-07-04 | 1 | -8/+10 |
| | |||||
* | Remove debug output in dabOutputUdp | Matthias P. Braendli | 2016-03-26 | 1 | -6/+2 |
| | |||||
* | Add source and ttl config to UDP output | Matthias P. Braendli | 2016-03-26 | 1 | -45/+76 |
| | | | | This is useful for multicast output. | ||||
* | Remove useless include in dabOutputUdp.cpp | Matthias P. Braendli | 2016-03-06 | 1 | -1/+0 |
| | |||||
* | Replace clock_gettime with std::chrono for EDI | Matthias P. Braendli | 2016-03-05 | 4 | -10/+13 |
| | |||||
* | Compile under OSX | Matthias P. Braendli | 2016-03-05 | 2 | -0/+15 |
| | |||||
* | Replace platform specific simul:// by C++11 chrono | Matthias P. Braendli | 2016-03-05 | 2 | -16/+15 |
| | |||||
* | EDI: handle fec=0, fragment AF packets | Matthias P. Braendli | 2016-03-04 | 1 | -35/+69 |
| | |||||
* | Change EDI configuration for multi-output | Matthias P. Braendli | 2016-02-05 | 1 | -10/+20 |
| | |||||
* | Set edi TIST, still in an incorrect way | Matthias P. Braendli | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | Add TAI handling for EDI with TIST | Matthias P. Braendli | 2016-01-10 | 1 | -0/+35 |
| | |||||
* | Add missing stdexcept include | Matthias P. Braendli | 2015-12-21 | 1 | -0/+1 |
| | |||||
* | Fix EDI SAD for muxes with many subchannels | Matthias P. Braendli | 2015-12-21 | 1 | -4/+4 |
| | |||||
* | Add range checks in ESTn EDI Tag | Matthias P. Braendli | 2015-12-21 | 1 | -0/+11 |
| | |||||
* | Use etiLog in DabOutputRaw::Write | Matthias P. Braendli | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Fix potentially wrong write in file output | Matthias P. Braendli | 2015-12-18 | 1 | -2/+3 |
| | |||||
* | PFT: initialise m_num_chunks | Matthias P. Braendli | 2015-12-18 | 1 | -0/+2 |
| | |||||
* | EDI: Simplify subchannel handling | Matthias P. Braendli | 2015-12-18 | 2 | -5/+2 |
| | |||||
* | Add source and ttl settings for EDI | Matthias P. Braendli | 2015-11-27 | 1 | -1/+3 |
| |