summaryrefslogtreecommitdiffstats
path: root/src/dabOutput/dabOutputUdp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle download failure in TAI bulletin download and replace boost regex ↵Matthias P. Braendli2018-01-231-4/+5
| | | | with std
* Prefer usage of ampersand in UDP output URL queryMatthias P. Braendli2017-11-221-2/+2
|
* Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-111-9/+5
| | | | | | | | 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.
* Remove debug output in dabOutputUdpMatthias P. Braendli2016-03-261-6/+2
|
* Add source and ttl config to UDP outputMatthias P. Braendli2016-03-261-45/+76
| | | | This is useful for multicast output.
* Remove useless include in dabOutputUdp.cppMatthias P. Braendli2016-03-061-1/+0
|
* Compile under OSXMatthias P. Braendli2016-03-051-0/+7
|
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
|
* add RemoteControl, make the ZMQ input inherit from itMatthias P. Braendli2014-01-211-2/+1
|
* replace all occurrencies of TcpLog and old etiLogMatthias P. Braendli2014-01-121-5/+5
|
* add support for ZeroMQ outputMatthias P. Braendli (think)2013-11-081-0/+26
|
* make dabOutput more object-orientedMatthias P. Braendli (think)2013-11-081-0/+82