Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop SLIP, Refactor sockets, improve TCP output | Matthias P. Braendli | 2016-09-11 | 1 | -3/+0 |
| | | | | | | | | 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 dabUtils.{h,cpp}, move to utils | Matthias P. Braendli | 2016-08-22 | 1 | -1/+0 |
| | | | | Also remove the obsolete dump code | ||||
* | Set program return codes | Matthias P. Braendli | 2016-04-15 | 1 | -1/+4 |
| | |||||
* | Notice user on quit if frame limit reached | Matthias P. Braendli | 2016-04-15 | 1 | -1/+4 |
| | |||||
* | Make signal handler printouts single-line | Matthias P. Braendli | 2016-04-15 | 1 | -7/+7 |
| | |||||
* | Remove incomplete setptree ManagementServer command | Matthias P. Braendli | 2016-04-01 | 1 | -8/+2 |
| | |||||
* | Reorder include stdlib | Matthias P. Braendli | 2016-03-06 | 1 | -2/+2 |
| | |||||
* | Compile under OSX | Matthias P. Braendli | 2016-03-05 | 1 | -1/+0 |
| | |||||
* | Change EDI configuration for multi-output | Matthias P. Braendli | 2016-02-05 | 1 | -12/+19 |
| | |||||
* | Replace some boost shared_ptr by std ones | Matthias P. Braendli | 2015-12-21 | 1 | -8/+6 |
| | |||||
* | 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 |
| |