Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace signal() by sigaction() | Matthias P. Braendli | 2015-01-23 | 1 | -4/+11 |
| | |||||
* | Merge input-zeromq and output-zeromq configure options | Matthias P. Braendli | 2015-01-23 | 7 | -20/+17 |
| | |||||
* | Security issue: telnet RC only on localhost | Matthias P. Braendli | 2015-01-23 | 1 | -1/+2 |
| | |||||
* | Merge raspine's ZeroMQ RC and UHD staticdelay | Matthias P. Braendli | 2015-01-23 | 21 | -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 name | Matthias P. Braendli | 2014-12-09 | 1 | -4/+16 |
| | | |||||
| * | Print compile-time settings on startup | Matthias P. Braendli | 2014-12-09 | 1 | -0/+25 |
| | | |||||
| * | Update -V output | Matthias P. Braendli | 2014-12-09 | 1 | -2/+9 |
| | | |||||
| * | Remove Makefile.am UHD check | Matthias P. Braendli | 2014-11-14 | 3 | -7/+8 |
| | | |||||
| * | Change UHD txgain to double | Matthias P. Braendli | 2014-11-02 | 2 | -3/+3 |
| | | |||||
| * | Fix compilation without zmq output | Matthias P. Braendli | 2014-11-01 | 2 | -2/+2 |
| | | |||||
| * | Add new ZeroMQ IQ output | Matthias P. Braendli | 2014-11-01 | 4 | -14/+157 |
| | | |||||
| * | Refactor autoconf, make FFTW default | Matthias P. Braendli | 2014-10-27 | 1 | -53/+60 |
| | | |||||
| * | Make KISS entirely optional | Matthias P. Braendli | 2014-10-24 | 6 | -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 OfdmGenerator | Matthias P. Braendli | 2014-10-24 | 3 | -12/+106 |
| | | |||||
| * | Correct non-SSE VAR GainMode | Matthias P. Braendli | 2014-10-10 | 1 | -16/+96 |
| | | |||||
| * | Get compilation working on ARM | Matthias P. Braendli | 2014-10-10 | 5 | -10/+16 |
| | | |||||
| * | Fix Non-SSE QpskSymbolMapper | Matthias P. Braendli | 2014-10-10 | 1 | -6/+5 |
| | | |||||
| * | Interrupt UHD when FCT value is not contiguous | Matthias P. Braendli | 2014-09-26 | 3 | -27/+34 |
| | | |||||
| * | SFN: carry FCT along with timestamps | Matthias P. Braendli | 2014-09-14 | 7 | -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 syntax | Matthias P. Braendli | 2014-09-14 | 1 | -1/+7 |
| | | |||||
| * | Add some Buffer comments | Matthias P. Braendli | 2014-09-13 | 2 | -30/+40 |
| | | |||||
* | | Code indentation, minor corrections | Matthias P. Braendli | 2015-01-23 | 5 | -174/+165 |
| | | |||||
* | | Delete unimportant and autogenerated files | Matthias P. Braendli | 2015-01-23 | 1 | -0/+0 |
| | | |||||
* | | added zmq remote control | Jörgen Scott | 2015-01-13 | 7 | -171/+314 |
| | | |||||
* | | changed zmq api | Jörgen Scott | 2014-12-22 | 1 | -11/+21 |
| | | |||||
* | | added zmq controller to uhd | Jörgen Scott | 2014-12-16 | 6 | -6/+137 |
| | | |||||
* | | Added static delay via telnet control | Jörgen Scott | 2014-12-16 | 7 | -5/+59 |
|/ | |||||
* | Improve Block Partitioner error message | Matthias P. Braendli | 2014-07-25 | 1 | -2/+5 |
| | |||||
* | Initialise RC correctly when using cmdline | Matthias P. Braendli | 2014-07-25 | 1 | -4/+5 |
| | |||||
* | Increase UHD normalisation to 50000 | Matthias P. Braendli | 2014-07-07 | 1 | -1/+11 |
| | |||||
* | Refactor GainControl for readability | Matthias P. Braendli | 2014-07-07 | 2 | -86/+92 |
| | |||||
* | Add rudimentary sample histogram to OutputMemory | Matthias P. Braendli | 2014-07-07 | 2 | -1/+63 |
| | |||||
* | Add digital gain to remote control | Matthias P. Braendli | 2014-07-02 | 6 | -54/+118 |
| | |||||
* | rename myFactor to d_factor in GainControl | Matthias P. Braendli | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | Add subdevice to UHD configuration | Matthias P. Braendli | 2014-05-20 | 3 | -0/+10 |
| | |||||
* | Patched zmq uri string connect | sdr | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Aesthetic fixes for RemoteControl | Matthias P. Braendli | 2014-05-01 | 2 | -10/+18 |
| | |||||
* | remove using directives from .h files | Matthias P. Braendli | 2014-04-16 | 7 | -40/+44 |
| | |||||
* | UHDOutput rename bufsize | Matthias P. Braendli | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | remove all #if ENABLE_UHD | Matthias P. Braendli | 2014-03-26 | 1 | -33/+0 |
| | |||||
* | Change ZMQ input message format | Matthias P. Braendli | 2014-03-26 | 2 | -21/+65 |
| | |||||
* | Maintain transmission frame FP relationship in ZeroMQ input | Matthias P. Braendli | 2014-03-23 | 2 | -4/+28 |
| | |||||
* | Fix livelock in synchronous ZeroMQ scenario | Matthias P. Braendli | 2014-03-23 | 3 | -6/+18 |
| | |||||
* | Make sure the ZMQ input thread dies on Stop() | Matthias P. Braendli | 2014-03-23 | 1 | -0/+1 |
| | |||||
* | To USRP refclk lock loss check only if refclk is not 'internal' | Matthias P. Braendli | 2014-03-22 | 2 | -3/+13 |
| | |||||
* | enable UHD by default | Matthias P. Braendli | 2014-03-22 | 1 | -2/+0 |
| | |||||
* | Add configure option to disable UHD | Emil Barczyński | 2014-03-22 | 2 | -2/+39 |
| | | | | Signed-off-by: Matthias P. Braendli <matthias.braendli@mpb.li> | ||||
* | Do not compare floats for equality. Use a 1PPM window instead | Matthias P. Braendli | 2014-03-17 | 1 | -3/+5 |
| | |||||
* | Show version right at startup | Matthias P. Braendli | 2014-03-16 | 1 | -9/+9 |
| | |||||
* | Handle master_clock_rate better, add verification | Matthias P. Braendli | 2014-03-16 | 3 | -79/+143 |
| | | | | | | The configuration file supports type and master_clock_rate in the [uhd] section. The device option is still supported. But the master_clock_rate can only be verified if it is set ! |