aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't send trace logs to syslogMatthias P. Braendli2016-09-182-19/+29
|
* Remove crc-dwap.py scriptMatthias P. Braendli2016-09-162-549/+0
|
* Add ETI-over-TCP inputMatthias P. Braendli2016-09-115-5/+180
|
* Describe zmq input in command line usageMatthias P. Braendli2016-08-231-1/+1
|
* Increase detail for ZeroMQ error messagesMatthias P. Braendli2016-08-231-2/+16
|
* Prepare release v0.6.0v0.6.0Matthias P. Braendli2016-07-303-8/+57
|
* Fix UHD buffering leading to out of memoryMatthias P. Braendli2016-06-243-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 threadMatthias P. Braendli2016-06-173-16/+73
|
* Set custom names to threadsMatthias P. Braendli2016-06-178-0/+19
|
* Set SCHED_RR prio for all data processing threadsMatthias P. Braendli2016-06-175-0/+24
| | | | This includes Modulator, FIR Filter and UHD worker
* Add TRACE support for timing analysisMatthias P. Braendli2016-06-175-14/+93
|
* Set UHD printout of timestamps to std::fixedMatthias P. Braendli2016-06-171-2/+4
|
* fix segfault on SIGINT before UHD init completesMatthias P. Braendli2016-06-172-6/+14
|
* Do not free FFTW plan before calling destroyMatthias P. Braendli2016-06-101-2/+0
| | | | Fixes segmentation fault in the Resampler destructor
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-2712-479/+17
|
* Replace some unsigned typesMatthias P. Braendli2016-05-2711-36/+37
|
* Fix process time statistics printMatthias P. Braendli2016-05-271-4/+4
|
* Use system time instead of usrp time to printMatthias P. Braendli2016-05-262-3/+5
|
* Correct timestamp decoder pps calculationMatthias P. Braendli2016-05-251-1/+1
|
* Fix UHD underrun printoutMatthias P. Braendli2016-05-201-2/+2
|
* Embellish warning about timestampMatthias P. Braendli2016-05-201-3/+5
|
* Get rid of FCT discontinuity checkMatthias P. Braendli2016-05-203-40/+1
| | | | The timestamp discontinuity verification takes care of this now
* Improve timestamp handlingMatthias P. Braendli2016-05-206-114/+124
| | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected.
* Refactor OutputUHD, replace double buffering by queueMatthias P. Braendli2016-05-202-126/+79
|
* Fix READMEMatthias P. Braendli2016-03-111-5/+5
|
* Travis add FFTWMatthias P. Braendli2016-03-061-0/+1
|
* Travis CI: uhd is not allowed, KISS is known to be brokenMatthias P. Braendli2016-03-061-9/+3
|
* Add Travis CI configMatthias P. Braendli2016-03-061-0/+34
|
* Protect cerr by mutex in Log, and minor thingsMatthias P. Braendli2016-02-282-6/+14
|
* Add comments in PhaseReferenceMatthias P. Braendli2016-01-312-5/+18
|
* FIRFilter, use vector to save filter tapsMatthias P. Braendli2016-01-312-35/+20
|
* Restart when FrameMultiplexer sees a different configurationMatthias P. Braendli2016-01-312-17/+35
|
* Correct size of PhaseReference d_dataInMatthias P. Braendli2016-01-311-2/+7
|
* PhaseReference: replace array by vectorMatthias P. Braendli2016-01-312-6/+5
|
* Replace quite a few 'new' with make_sharedMatthias P. Braendli2016-01-314-54/+43
|
* CicEqualiser: replace float array by vectorMatthias P. Braendli2016-01-312-8/+5
|
* Update gitignoreMatthias P. Braendli2016-01-311-2/+4
|
* KISS FFT is broken, make sure compilation failsMatthias P. Braendli2016-01-081-0/+4
|
* Prepare v0.5.5v0.5.5Matthias P. Braendli2015-11-272-1/+8
|
* Enable zeromq by defaultMatthias P. Braendli2015-11-272-3/+4
|
* Fix UHD output timestamp incrementMatthias P. Braendli2015-11-271-1/+1
|
* Set default UHD settings for command lineMatthias P. Braendli2015-10-301-0/+3
|
* Fix command line option for zmq inputMatthias P. Braendli2015-10-301-1/+1
|
* Fix compilation in KISS FFT with SIMD due to std::complexMatthias P. Braendli2015-10-282-6/+6
|
* Fix Non-SSE GainControl compile errorMatthias P. Braendli2015-09-271-6/+7
|
* Prepare release v0.5.4v0.5.4Matthias P. Braendli2015-09-183-1/+12
|
* Keep TII settings across modulator restartMatthias P. Braendli2015-09-184-63/+48
|
* UHD: do not print length 1 messagesMatthias P. Braendli2015-09-181-1/+10
|
* Keep FIR filtertaps after modulator restartMatthias P. Braendli2015-09-184-22/+20
|
* Keep UHD settings across a modulator restartMatthias P. Braendli2015-09-182-22/+27
|