summaryrefslogtreecommitdiffstats
path: root/src/dabOutput/dabOutputZMQ.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Save endpoint in ZMQ-Output to show it in the log.MaPePeR2017-11-261-0/+1
|
* Add new zeromq config formatMatthias P. Braendli2017-07-281-1/+3
| | | | | | 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-281-5/+19
| | | | | Since ODR-DabMod doesn't check the zmq message length, it will accept additional metadata at the end of the ETI data
* Fix TIST transmission over ZMQ outputMatthias P. Braendli2014-09-261-2/+7
| | | | | The last ETI frame in each ZMQ message was truncated, which inadvertedly zeroed the its TIST field.
* Change ZMQ output message formatMatthias P. Braendli2014-03-261-3/+37
|
* Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recvMatthias P. Braendli2014-02-111-1/+1
|
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
|
* fix zmq.h include error when ZMQ disabledMatthias P. Braendli2014-01-311-1/+3
|
* add support for ZeroMQ outputMatthias P. Braendli (think)2013-11-081-0/+78