aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'next'Matthias P. Braendli2015-01-245-20/+204
|\
| * FormatConverter: disable SSEMatthias P. Braendli2014-12-251-1/+4
| |
| * FormatConverter: correct SSE codeMatthias P. Braendli2014-12-251-17/+21
| |
| * Add file output format converterMatthias P. Braendli2014-12-254-14/+186
| |
| * Reindent InputFileReader::GetNextFrame()Matthias P. Braendli2014-12-221-9/+9
| |
| * No error termination in case of zero read bytesKenneth Mortensen2014-12-221-7/+12
| |
* | Replace signal() by sigaction()Matthias P. Braendli2015-01-231-4/+11
| |
* | Merge input-zeromq and output-zeromq configure optionsMatthias P. Braendli2015-01-237-20/+17
| |
* | Security issue: telnet RC only on localhostMatthias P. Braendli2015-01-231-1/+2
| |
* | Merge raspine's ZeroMQ RC and UHD staticdelayMatthias P. Braendli2015-01-2321-249/+757
|\| | | | | | | | | | | | | Merge raspine/master pull request, fix indentation, code style, and two minor conflicts in: doc/example.ini src/DabMod.cpp
| * Interpret a single cmdline option as ini file nameMatthias P. Braendli2014-12-091-4/+16
| |
| * Print compile-time settings on startupMatthias P. Braendli2014-12-091-0/+25
| |
| * Update -V outputMatthias P. Braendli2014-12-091-2/+9
| |
| * Remove Makefile.am UHD checkMatthias P. Braendli2014-11-143-7/+8
| |
| * Change UHD txgain to doubleMatthias P. Braendli2014-11-022-3/+3
| |
| * Fix compilation without zmq outputMatthias P. Braendli2014-11-012-2/+2
| |
| * Add new ZeroMQ IQ outputMatthias P. Braendli2014-11-014-14/+157
| |
| * Refactor autoconf, make FFTW defaultMatthias P. Braendli2014-10-271-53/+60
| |
| * Make KISS entirely optionalMatthias P. Braendli2014-10-246-52/+103
| | | | | | | | | | The Resampler block can also use fftw, and the Makefile only does the kiss fft compilation when --enable-fftw is not given.
| * Add possibility to use FFTW for OfdmGeneratorMatthias P. Braendli2014-10-243-12/+106
| |
| * Correct non-SSE VAR GainModeMatthias P. Braendli2014-10-101-16/+96
| |
| * Get compilation working on ARMMatthias P. Braendli2014-10-105-10/+16
| |
| * Fix Non-SSE QpskSymbolMapperMatthias P. Braendli2014-10-101-6/+5
| |
| * Interrupt UHD when FCT value is not contiguousMatthias P. Braendli2014-09-263-27/+34
| |
| * SFN: carry FCT along with timestampsMatthias P. Braendli2014-09-147-40/+100
| | | | | | | | | | | | | | | | | | This is the first step to fix issue #6. The goal is to enable the OutputUHD to check for FCT consistency. Once it can do that, it will also be able to reset the UHD streamer if necessary.
| * Add little check for zeromq url syntaxMatthias P. Braendli2014-09-141-1/+7
| |
| * Add some Buffer commentsMatthias P. Braendli2014-09-132-30/+40
| |
* | Code indentation, minor correctionsMatthias P. Braendli2015-01-235-174/+165
| |
* | Delete unimportant and autogenerated filesMatthias P. Braendli2015-01-231-0/+0
| |
* | added zmq remote controlJörgen Scott2015-01-137-171/+314
| |
* | changed zmq apiJörgen Scott2014-12-221-11/+21
| |
* | added zmq controller to uhdJörgen Scott2014-12-166-6/+137
| |
* | Added static delay via telnet controlJörgen Scott2014-12-167-5/+59
|/
* Improve Block Partitioner error messageMatthias P. Braendli2014-07-251-2/+5
|
* Initialise RC correctly when using cmdlineMatthias P. Braendli2014-07-251-4/+5
|
* Increase UHD normalisation to 50000Matthias P. Braendli2014-07-071-1/+11
|
* Refactor GainControl for readabilityMatthias P. Braendli2014-07-072-86/+92
|
* Add rudimentary sample histogram to OutputMemoryMatthias P. Braendli2014-07-072-1/+63
|
* Add digital gain to remote controlMatthias P. Braendli2014-07-026-54/+118
|
* rename myFactor to d_factor in GainControlMatthias P. Braendli2014-06-231-1/+1
|
* Add subdevice to UHD configurationMatthias P. Braendli2014-05-203-0/+10
|
* Patched zmq uri string connectsdr2014-05-201-1/+1
|
* Aesthetic fixes for RemoteControlMatthias P. Braendli2014-05-012-10/+18
|
* remove using directives from .h filesMatthias P. Braendli2014-04-167-40/+44
|
* UHDOutput rename bufsizeMatthias P. Braendli2014-03-261-3/+3
|
* remove all #if ENABLE_UHDMatthias P. Braendli2014-03-261-33/+0
|
* Change ZMQ input message formatMatthias P. Braendli2014-03-262-21/+65
|
* Maintain transmission frame FP relationship in ZeroMQ inputMatthias P. Braendli2014-03-232-4/+28
|
* Fix livelock in synchronous ZeroMQ scenarioMatthias P. Braendli2014-03-233-6/+18
|
* Make sure the ZMQ input thread dies on Stop()Matthias P. Braendli2014-03-231-0/+1
|