Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EDI: add protection against runaway memory usage | Matthias P. Braendli | 2017-01-13 | 3 | -4/+15 |
| | |||||
* | Integrate timestampdecoder into EDI input | Matthias P. Braendli | 2017-01-13 | 7 | -46/+94 |
| | |||||
* | Add threaded UDP input for EDI | Matthias P. Braendli | 2017-01-13 | 7 | -43/+134 |
| | |||||
* | Make UdpPacket copyable | Matthias P. Braendli | 2017-01-13 | 2 | -9/+3 |
| | |||||
* | Remove unused InputEdiReader | Matthias P. Braendli | 2017-01-13 | 1 | -99/+0 |
| | |||||
* | Update edi code from edilib | Matthias P. Braendli | 2017-01-13 | 3 | -12/+33 |
| | |||||
* | Use milliseconds for edi_max_delay | Matthias P. Braendli | 2017-01-06 | 2 | -6/+7 |
| | |||||
* | Add edi_max_delay option to config file | Matthias P. Braendli | 2017-01-06 | 3 | -1/+10 |
| | |||||
* | Fix ETI-over-TCP and ZeroMQ inputs | Matthias P. Braendli | 2017-01-06 | 3 | -22/+35 |
| | |||||
* | EDI: handle pseq resync and SIGINT | Matthias P. Braendli | 2017-01-06 | 6 | -73/+78 |
| | |||||
* | Replace EDI-to-ETI converter with a dedicated EDI source | Matthias P. Braendli | 2017-01-06 | 22 | -626/+679 |
| | |||||
* | Use ref instead of pointer for subchannel sources | Matthias P. Braendli | 2016-12-26 | 6 | -32/+41 |
| | |||||
* | Print fast-math in the feature list on startup | Matthias P. Braendli | 2016-12-26 | 1 | -0/+3 |
| | |||||
* | EDI: Handle RFU bits and add some sanity checks | Matthias P. Braendli | 2016-12-26 | 4 | -8/+48 |
| | |||||
* | Add first version of EDI input | Matthias P. Braendli | 2016-12-25 | 32 | -12/+4112 |
| | |||||
* | Add -ffast-math configure option | Matthias P. Braendli | 2016-12-25 | 3 | -17/+27 |
| | |||||
* | Refactor flowgraph and puncturing rules | Matthias P. Braendli | 2016-12-25 | 60 | -1309/+797 |
| | |||||
* | Remove ModFormat | Matthias P. Braendli | 2016-12-25 | 41 | -227/+44 |
| | |||||
* | Mention ETI-over-TCP in README | Matthias P. Braendli | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | Include default firfilter taps in binary and enable by default | Matthias P. Braendli | 2016-12-11 | 7 | -49/+75 |
| | |||||
* | Make gainmode VAR the default and update config to accept gainmode identifiers | Matthias P. Braendli | 2016-12-11 | 3 | -14/+23 |
| | |||||
* | Remove unused AVX implementation of FIRFilter | Matthias P. Braendli | 2016-12-11 | 1 | -71/+3 |
| | |||||
* | Fix compilation flags settings and force std=c++11 | Matthias P. Braendli | 2016-10-28 | 1 | -1/+3 |
| | | | | For some reason, scan-build and other analysis tools don't set the C++11 flag | ||||
* | Avoid a copy when constructing a log_message_t | Matthias P. Braendli | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Ensure log_message_t contents are always initialised | Matthias P. Braendli | 2016-10-24 | 2 | -7/+6 |
| | |||||
* | Minor improvements in log | Matthias P. Braendli | 2016-10-24 | 2 | -19/+12 |
| | |||||
* | Remove useless protected: in EtiReader | Matthias P. Braendli | 2016-10-24 | 1 | -2/+1 |
| | |||||
* | Add TCP input to usage screen | Matthias P. Braendli | 2016-10-10 | 1 | -1/+3 |
| | |||||
* | Port some RC changes from ODR-DabMux | Matthias P. Braendli | 2016-10-10 | 2 | -82/+142 |
| | |||||
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 10 | -264/+149 |
| | |||||
* | Add TCP input recv timeout of 30s | Matthias P. Braendli | 2016-09-21 | 1 | -0/+12 |
| | |||||
* | Don't send trace logs to syslog | Matthias P. Braendli | 2016-09-18 | 2 | -19/+29 |
| | |||||
* | Remove crc-dwap.py script | Matthias P. Braendli | 2016-09-16 | 2 | -549/+0 |
| | |||||
* | Add ETI-over-TCP input | Matthias P. Braendli | 2016-09-11 | 5 | -5/+180 |
| | |||||
* | Describe zmq input in command line usage | Matthias P. Braendli | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Increase detail for ZeroMQ error messages | Matthias P. Braendli | 2016-08-23 | 1 | -2/+16 |
| | |||||
* | Prepare release v0.6.0v0.6.0 | Matthias P. Braendli | 2016-07-30 | 3 | -8/+57 |
| | |||||
* | Fix UHD buffering leading to out of memory | Matthias P. Braendli | 2016-06-24 | 3 | -12/+40 |
| | | | | | | | | | | | | Since commit d9ef93e, UHD does not backpressure the modulator anymore. If a pipe input is used, the ODR-DabMux before also doesn't get any back-pressure, the modulation thread and the mux run a very high rate. This high rate fills the buffer between OutputUHD and its worker thread, until the out-of-memory killer kills ODR-DabMod. Less impact on ZMQ input, because that is throttled at the mux, but we still have a buffer that can grow in an uncontrolled way | ||||
* | Move logging writes to separate thread | Matthias P. Braendli | 2016-06-17 | 3 | -16/+73 |
| | |||||
* | Set custom names to threads | Matthias P. Braendli | 2016-06-17 | 8 | -0/+19 |
| | |||||
* | Set SCHED_RR prio for all data processing threads | Matthias P. Braendli | 2016-06-17 | 5 | -0/+24 |
| | | | | This includes Modulator, FIR Filter and UHD worker | ||||
* | Add TRACE support for timing analysis | Matthias P. Braendli | 2016-06-17 | 5 | -14/+93 |
| | |||||
* | Set UHD printout of timestamps to std::fixed | Matthias P. Braendli | 2016-06-17 | 1 | -2/+4 |
| | |||||
* | fix segfault on SIGINT before UHD init completes | Matthias P. Braendli | 2016-06-17 | 2 | -6/+14 |
| | |||||
* | Do not free FFTW plan before calling destroy | Matthias P. Braendli | 2016-06-10 | 1 | -2/+0 |
| | | | | Fixes segmentation fault in the Resampler destructor | ||||
* | Remove broken KISS FFT support | Matthias P. Braendli | 2016-05-27 | 12 | -479/+17 |
| | |||||
* | Replace some unsigned types | Matthias P. Braendli | 2016-05-27 | 11 | -36/+37 |
| | |||||
* | Fix process time statistics print | Matthias P. Braendli | 2016-05-27 | 1 | -4/+4 |
| | |||||
* | Use system time instead of usrp time to print | Matthias P. Braendli | 2016-05-26 | 2 | -3/+5 |
| | |||||
* | Correct timestamp decoder pps calculation | Matthias P. Braendli | 2016-05-25 | 1 | -1/+1 |
| |