Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add source and ttl settings for EDI | Matthias P. Braendli | 2015-11-27 | 1 | -4/+9 |
| | |||||
* | Add option to pad TAGPacket in different ways | Matthias P. Braendli | 2015-08-01 | 1 | -9/+11 |
| | |||||
* | EDI: add options, fix AF sequence, revision | Matthias P. Braendli | 2015-07-17 | 1 | -0/+3 |
| | |||||
* | Move some EDI things around | Matthias P. Braendli | 2015-07-03 | 1 | -32/+13 |
| | |||||
* | Add EDI option to ./configure | Matthias P. Braendli | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Replace MGMT socket by ZMQ, make services shared_ptr | Matthias P. Braendli | 2015-06-21 | 1 | -3/+5 |
| | |||||
* | remove warning due to signedness of comparison | Matthias P. Braendli | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Use boost::asio in Management Server | Matthias P. Braendli | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Start big refactoring | Matthias P. Braendli | 2015-06-19 | 1 | -1845/+125 |
| | | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11 | ||||
* | Add ptree upload to mgmt server (incomplete) | Matthias P. Braendli | 2015-06-19 | 1 | -0/+4 |
| | |||||
* | Slightly nicer error print on init failure | Matthias P. Braendli | 2015-06-14 | 1 | -11/+5 |
| | |||||
* | Re-enable real-time priority for the multiplexer thread | Matthias P. Braendli | 2015-06-05 | 1 | -9/+7 |
| | |||||
* | Simplify DAB label handling | Matthias P. Braendli | 2015-05-25 | 1 | -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 padding | Stefan Pöschel | 2015-05-24 | 1 | -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 warnings | Matthias P. Braendli | 2015-04-23 | 1 | -0/+2 |
| | |||||
* | Fix -e option | Matthias P. Braendli | 2015-03-21 | 1 | -3/+4 |
| | |||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 1 | -24/+17 |
| | |||||
* | Publish ptree on port 8001 | Matthias P. Braendli | 2015-03-06 | 1 | -5/+27 |
| | |||||
* | Remove char* from dabSubchannel | Matthias P. Braendli | 2015-03-02 | 1 | -6/+13 |
| | |||||
* | EDI: write transport header in PFT | Matthias P. Braendli | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | Replace signal() by sigaction() | Matthias P. Braendli | 2015-01-23 | 1 | -13/+13 |
| | |||||
* | Change FIG0 repetition rate | Matthias P. Braendli | 2015-01-16 | 1 | -1/+10 |
| | |||||
* | Define User Application Type in configuration file | Matthias P. Braendli | 2015-01-12 | 1 | -2/+3 |
| | |||||
* | Fix -h flag | Matthias P. Braendli | 2014-11-23 | 1 | -1/+6 |
| | |||||
* | typo | Matthias P. Braendli | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Make -e optional | Matthias P. Braendli | 2014-11-17 | 1 | -1/+14 |
| | |||||
* | Add experimental EDI to configuration file | Matthias P. Braendli | 2014-08-22 | 1 | -62/+86 |
| | |||||
* | Add the possibility to specify protection profile | Matthias P. Braendli | 2014-08-02 | 1 | -6/+19 |
| | |||||
* | Add explanation comment about UEP usage | Matthias P. Braendli | 2014-08-02 | 1 | -1/+7 |
| | |||||
* | Refactor protection handling for better readability | Matthias P. Braendli | 2014-08-01 | 1 | -23/+23 |
| | |||||
* | EDI PFT corrections | Matthias P. Braendli | 2014-06-13 | 1 | -10/+15 |
| | |||||
* | Fix several EDI bugs | Matthias P. Braendli | 2014-06-06 | 1 | -4/+8 |
| | |||||
* | Code esthetics and translation from french | Matthias P. Braendli | 2014-05-21 | 1 | -59/+103 |
| | |||||
* | Replace subchannel id by enum | Matthias P. Braendli | 2014-05-21 | 1 | -24/+24 |
| | |||||
* | Add PFT Fragment header | Matthias P. Braendli | 2014-05-21 | 1 | -6/+9 |
| | |||||
* | Place EDI output in #ifdefedi | Matthias P. Braendli | 2014-05-20 | 1 | -10/+36 |
| | |||||
* | Fix exception handing | Matthias P. Braendli | 2014-05-20 | 1 | -5/+5 |
| | |||||
* | Add EDI TCP Server | Matthias P. Braendli | 2014-05-20 | 1 | -0/+11 |
| | |||||
* | fix segfault with EDI | Matthias P. Braendli | 2014-05-20 | 1 | -4/+14 |
| | |||||
* | add non-working PFT layer | Matthias P. Braendli | 2014-05-20 | 1 | -3/+10 |
| | |||||
* | rename AFPacket to AFPacketiser | Matthias P. Braendli | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | fix subchannel to tag map | Matthias P. Braendli | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | Replace goto EXIT by new exception | Matthias P. Braendli | 2014-05-20 | 1 | -1377/+1394 |
| | |||||
* | add TagPacket, add to DabMux.cpp. Must fix the goto EXIT now | Matthias P. Braendli | 2014-05-20 | 1 | -9/+77 |
| | |||||
* | corrections for DETI Tag | Matthias P. Braendli | 2014-05-20 | 1 | -7/+13 |
| | |||||
* | Correct ensemble deallocation | Matthias P. Braendli | 2014-05-14 | 1 | -1/+1 |
| | | | | | ensemble is allocated with 'new', and must be deallocated with 'delete', not 'free()' | ||||
* | Add input state monitoring, change munin graphs | Matthias P. Braendli | 2014-05-09 | 1 | -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-offset | Matthias P. Braendli | 2014-04-19 | 1 | -0/+11 |
| | |||||
* | Add local-time-offset to remote control | Matthias P. Braendli | 2014-04-11 | 1 | -1/+11 |
| | |||||
* | Remove some compilation warnings | Matthias P. Braendli | 2014-04-04 | 1 | -12/+12 |
| |