summaryrefslogtreecommitdiffstats
path: root/src/DabMux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add option to pad TAGPacket in different waysMatthias P. Braendli2015-08-011-9/+11
|
* EDI: add options, fix AF sequence, revisionMatthias P. Braendli2015-07-171-0/+3
|
* Move some EDI things aroundMatthias P. Braendli2015-07-031-32/+13
|
* Add EDI option to ./configureMatthias P. Braendli2015-07-031-2/+2
|
* Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-211-3/+5
|
* remove warning due to signedness of comparisonMatthias P. Braendli2015-06-191-1/+1
|
* Use boost::asio in Management ServerMatthias P. Braendli2015-06-191-1/+1
|
* Start big refactoringMatthias P. Braendli2015-06-191-1845/+125
| | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11
* Add ptree upload to mgmt server (incomplete)Matthias P. Braendli2015-06-191-0/+4
|
* Slightly nicer error print on init failureMatthias P. Braendli2015-06-141-11/+5
|
* Re-enable real-time priority for the multiplexer threadMatthias P. Braendli2015-06-051-9/+7
|
* Simplify DAB label handlingMatthias P. Braendli2015-05-251-3/+3
| | | | | The DabLabel object only save the label in the unpadded form, and handle padding with spaces at the time of usage.
* Labels: use spaces instead of NULs for trailing paddingStefan Pöschel2015-05-241-1/+1
| | | | | | The NULs ATM used for trailing label padding are not defined in the EBU Latin based charset we use. As all 16 label bytes must be used, use spaces instead, like real-world broadcasters do.
* Enable and take care of some warningsMatthias P. Braendli2015-04-231-0/+2
|
* Fix -e optionMatthias P. Braendli2015-03-211-3/+4
|
* Merge Stats and Config server, config is also JSONMatthias P. Braendli2015-03-071-24/+17
|
* Publish ptree on port 8001Matthias P. Braendli2015-03-061-5/+27
|
* Remove char* from dabSubchannelMatthias P. Braendli2015-03-021-6/+13
|
* EDI: write transport header in PFTMatthias P. Braendli2015-01-261-1/+1
|
* Replace signal() by sigaction()Matthias P. Braendli2015-01-231-13/+13
|
* Change FIG0 repetition rateMatthias P. Braendli2015-01-161-1/+10
|
* Define User Application Type in configuration fileMatthias P. Braendli2015-01-121-2/+3
|
* Fix -h flagMatthias P. Braendli2014-11-231-1/+6
|
* typoMatthias P. Braendli2014-11-171-1/+1
|
* Make -e optionalMatthias P. Braendli2014-11-171-1/+14
|
* Add experimental EDI to configuration fileMatthias P. Braendli2014-08-221-62/+86
|
* Add the possibility to specify protection profileMatthias P. Braendli2014-08-021-6/+19
|
* Add explanation comment about UEP usageMatthias P. Braendli2014-08-021-1/+7
|
* Refactor protection handling for better readabilityMatthias P. Braendli2014-08-011-23/+23
|
* EDI PFT correctionsMatthias P. Braendli2014-06-131-10/+15
|
* Fix several EDI bugsMatthias P. Braendli2014-06-061-4/+8
|
* Code esthetics and translation from frenchMatthias P. Braendli2014-05-211-59/+103
|
* Replace subchannel id by enumMatthias P. Braendli2014-05-211-24/+24
|
* Add PFT Fragment headerMatthias P. Braendli2014-05-211-6/+9
|
* Place EDI output in #ifdefediMatthias P. Braendli2014-05-201-10/+36
|
* Fix exception handingMatthias P. Braendli2014-05-201-5/+5
|
* Add EDI TCP ServerMatthias P. Braendli2014-05-201-0/+11
|
* fix segfault with EDIMatthias P. Braendli2014-05-201-4/+14
|
* add non-working PFT layerMatthias P. Braendli2014-05-201-3/+10
|
* rename AFPacket to AFPacketiserMatthias P. Braendli2014-05-201-1/+1
|
* fix subchannel to tag mapMatthias P. Braendli2014-05-201-2/+2
|
* Replace goto EXIT by new exceptionMatthias P. Braendli2014-05-201-1377/+1394
|
* add TagPacket, add to DabMux.cpp. Must fix the goto EXIT nowMatthias P. Braendli2014-05-201-9/+77
|
* corrections for DETI TagMatthias P. Braendli2014-05-201-7/+13
|
* Correct ensemble deallocationMatthias P. Braendli2014-05-141-1/+1
| | | | | ensemble is allocated with 'new', and must be deallocated with 'delete', not 'free()'
* Add input state monitoring, change munin graphsMatthias P. Braendli2014-05-091-0/+7
| | | | | | | StatsServer now determines the input states. Also, the underruns and overruns are counters in munin now, they are not reset anymore.
* Add support for automatic local-time-offsetMatthias P. Braendli2014-04-191-0/+11
|
* Add local-time-offset to remote controlMatthias P. Braendli2014-04-111-1/+11
|
* Remove some compilation warningsMatthias P. Braendli2014-04-041-12/+12
|
* Fix correct FIG0/13 encodingMatthias P. Braendli2014-03-251-3/+3
|