Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FIG0/2, fib0 scheduler | Matthias P. Braendli | 2015-07-18 | 7 | -224/+319 |
| | |||||
* | Start work on new FIG carousel | Matthias P. Braendli | 2015-07-17 | 7 | -1/+848 |
| | |||||
* | EDI: add options, fix AF sequence, revision | Matthias P. Braendli | 2015-07-17 | 8 | -25/+28 |
| | |||||
* | Merge branch 'master' into next | Matthias P. Braendli | 2015-07-03 | 1 | -3/+5 |
|\ | |||||
| * | update zmq.hpp to support zmq 4.1.x | Matthias P. Braendli | 2015-07-03 | 1 | -3/+39 |
| | | |||||
| * | Allow empty component labels | Matthias P. Braendli | 2015-07-03 | 1 | -3/+5 |
| | | |||||
* | | Move some EDI things around | Matthias P. Braendli | 2015-07-03 | 7 | -50/+72 |
| | | |||||
* | | Add EDI option to ./configure | Matthias P. Braendli | 2015-07-03 | 2 | -6/+6 |
| | | |||||
* | | Add dumb reconfigure to DabMultiplexer | Matthias P. Braendli | 2015-07-03 | 2 | -12/+20 |
| | | |||||
* | | update zmq.hpp to support zmq 4.1.x | Matthias P. Braendli | 2015-07-03 | 1 | -3/+39 |
| | | |||||
* | | Add correct C++11 autotools check | Matthias P. Braendli | 2015-06-21 | 1 | -2/+2 |
| | | |||||
* | | Replace MGMT socket by ZMQ, make services shared_ptr | Matthias P. Braendli | 2015-06-21 | 10 | -159/+175 |
| | | |||||
* | | remove warning due to signedness of comparison | Matthias P. Braendli | 2015-06-19 | 1 | -1/+1 |
| | | |||||
* | | Correct usage of json parser buffers | Matthias P. Braendli | 2015-06-19 | 1 | -5/+6 |
| | | |||||
* | | Use boost::asio in Management Server | Matthias P. Braendli | 2015-06-19 | 3 | -152/+126 |
| | | |||||
* | | Start big refactoring | Matthias P. Braendli | 2015-06-19 | 16 | -2423/+2634 |
| | | | | | | | | | | | | 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 | 3 | -20/+88 |
| | | |||||
* | | Remove confusing CRC in ensemble graph | Matthias P. Braendli | 2015-06-14 | 1 | -4/+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 | 3 | -17/+30 |
| | | | | | | | | | | 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 | 4 | -31/+32 |
| | | | | | | | | | | | | 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. | ||||
* | | ManagementServer: missing else in command parser | Matthias P. Braendli | 2015-05-22 | 1 | -1/+1 |
| | | |||||
* | | zmqinput-keygen: do not write files if generation failed | Matthias P. Braendli | 2015-05-22 | 1 | -0/+1 |
| | | |||||
* | | Enable and take care of some warnings | Matthias P. Braendli | 2015-04-23 | 11 | -27/+31 |
|/ | |||||
* | 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 | 10 | -376/+119 |
| | |||||
* | Publish ptree on port 8001 | Matthias P. Braendli | 2015-03-06 | 6 | -19/+341 |
| | |||||
* | Remove char* from dabSubchannel | Matthias P. Braendli | 2015-03-02 | 6 | -120/+133 |
| | |||||
* | Set more sensible default compile options | Matthias P. Braendli | 2015-03-02 | 2 | -0/+9 |
| | |||||
* | Fix incorrect inputoperations for DAB file input | Matthias P. Braendli | 2015-02-21 | 1 | -4/+5 |
| | |||||
* | EDI: write transport header in PFT | Matthias P. Braendli | 2015-01-26 | 5 | -18/+51 |
| | |||||
* | Replace signal() by sigaction() | Matthias P. Braendli | 2015-01-23 | 1 | -13/+13 |
| | |||||
* | Remove confusing and useless error message | Matthias P. Braendli | 2015-01-23 | 1 | -2/+0 |
| | |||||
* | Fix lto indication in startup screen | Matthias P. Braendli | 2015-01-23 | 1 | -1/+10 |
| | |||||
* | Use CLOCK_MONOTONIC instead of gettimeofday | Matthias P. Braendli | 2015-01-23 | 2 | -12/+12 |
| | | | | | gettimeofday is not a suitable clock for measuring intervals, because it can jump. | ||||
* | Security: Telnet only accessible from localhost | Matthias P. Braendli | 2015-01-23 | 1 | -3/+3 |
| | |||||
* | 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 | 4 | -34/+75 |
| | |||||
* | Remove union, set defaults for DabComponent fields | Matthias P. Braendli | 2015-01-12 | 1 | -6/+15 |
| | |||||
* | Add datagroup option to config file | Matthias P. Braendli | 2014-12-25 | 1 | -0/+11 |
| | |||||
* | Fix shortlabel parsing when it's numeric | Matthias P. Braendli | 2014-12-19 | 1 | -16/+21 |
| | | | | | Short labels that were numeric were directly interpreted as a flag, which was undocumented, inconsistent and not very useful. | ||||
* | 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 | 2 | -2/+15 |
| | |||||
* | Remove compile warnings | Matthias P. Braendli | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | Refactor StatsServer to be a bit more generic | Matthias P. Braendli | 2014-10-24 | 4 | -57/+71 |
| | |||||
* | Correct PFT RS encoding | Matthias P. Braendli | 2014-10-17 | 2 | -6/+24 |
| | |||||
* | Improve PFT from EDI output | Matthias P. Braendli | 2014-10-03 | 4 | -40/+90 |
| | | | | | Mainly correct usage of Reed-Solomon and Fragmentation. Not proven to work yet. | ||||
* | Fix TIST transmission over ZMQ output | Matthias P. Braendli | 2014-09-26 | 2 | -2/+13 |
| | | | | | The last ETI frame in each ZMQ message was truncated, which inadvertedly zeroed the its TIST field. |