aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Limit FFTW planner to 2s to avoid stalling inputMatthias P. Braendli2022-02-022-0/+2
| | | | | Stalling the input breaks the ZMQ input functionality on raspberry pi. EDI is able to restart the modulator, which uses cached plans
* Add support for BladeRF devicesMatthias P. Braendli2021-11-266-3/+494
| | | | | Many thanks to Steven Rossel for the work he did during his student project.
* Fix Soapy error messageMatthias P. Braendli2021-07-081-1/+1
|
* Avoid copy in loop in EtiReaderMatthias P. Braendli2021-06-151-1/+1
|
* Update common code to latest, update zmq.hpp and adaptMatthias P. Braendli2021-01-165-622/+53
|
* USRP: Handle external pps_src on startupMatthias P. Braendli2020-12-121-0/+3
|
* Revert "Handle pps_src external in USRPTime ctor"Matthias P. Braendli2020-12-121-3/+1
| | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a.
* Avoid frame_timestamp with pps exactly 16384000Matthias P. Braendli2020-11-131-1/+1
|
* Add --version optionMatthias P. Braendli2020-08-311-0/+12
|
* Add missing includes for GCC 10 compatibilityMatthias P. Braendli2020-06-081-2/+3
|
* Update common EDI input and adapt to API changesMatthias P. Braendli2020-05-112-17/+17
|
* Fix quit on Ctrl-CMatthias P. Braendli2020-04-061-111/+109
|
* Fix unaligned memory access in ZeroMQ inputMatthias P. Braendli2020-04-061-15/+11
|
* Fix invalid call of memset with length 0Matthias P. Braendli2020-03-161-1/+3
|
* Make the ETI reader state a class enumMatthias P. Braendli2020-03-162-184/+187
|
* Fix handling of ZMQ input timeoutsMatthias P. Braendli2020-03-161-0/+3
| | | | This is an issue since 32f9e6e
* Soapy: set RX samplerate which is required by LimeSDRLeo Currie2020-01-251-0/+1
| | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6)
* Handle pps_src external in USRPTime ctorMatthias P. Braendli2020-01-141-1/+3
|
* Fix compilation with disabled limesdrMatthias P. Braendli2019-11-051-0/+4
|
* Merge lime output into next branchMatthias P. Braendli2019-10-0730-2117/+358
|\
| * Add missing cmath include in OutputFileMatthias P. Braendli2019-09-051-1/+1
| |
| * Rework EDI inputMatthias P. Braendli2019-09-0510-269/+261
| | | | | | | | | | | | - Use same main loop for both ETI and EDI inputs - Test SFN functionality with EDI input - Add log.show_process_time setting for process time printout
| * SDR: show FCT with timestamp warnings in logMatthias P. Braendli2019-09-051-4/+4
| |
| * Reduce EDI socket read buffer to avoid ETI frame skipMatthias P. Braendli2019-09-051-1/+4
| |
| * OutputFile: improve Metadata printMatthias P. Braendli2019-09-052-8/+52
| |
| * Fix includes in GuardIntervalInserterMatthias P. Braendli2019-08-271-1/+2
| |
| * Add missing includesMatthias P. Braendli2019-08-212-1/+3
| |
| * Fix includes in MemlessPolyMatthias P. Braendli2019-08-131-1/+2
| |
| * Add missing include in TimestampDecoderMatthias P. Braendli2019-08-131-0/+1
| |
| * Add missing includes, remove unused m_to_dropMatthias P. Braendli2019-08-133-12/+5
| |
| * Pull in files from odr-mmbtools-commonMatthias P. Braendli2019-08-134-1238/+0
| | | | | | | | | | | | | | Replace ASIO by simpler implementation, meaning that the telnet RC now only supports a single connection. Move Log, RC to lib/
| * Update EDI input libraryMatthias P. Braendli2019-07-084-11/+11
| |
| * Fix Buffer memory leak when using move-assignmentMatthias P. Braendli2019-07-081-0/+3
| |
| * Unify Socket library with other mmbToolsMatthias P. Braendli2019-07-087-570/+9
| |
* | Change lowpass filter. Remove interpolation (no need). Set samples in I16 ↵F5OEO2019-05-162-117/+142
| | | | | | | | instead of CF32.
* | Implement bandwidth functions for LimelimeMatthias P. Braendli2019-05-072-0/+14
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-0713-62/+234
|\|
| * Implement EDI over TCPMatthias P. Braendli2019-05-063-41/+107
| |
| * Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
| |
| * Reset ZMQ input after 10s of absent input dataMatthias P. Braendli2019-04-161-0/+37
| |
| * Avoid ugly 'context terminated' error on zmq restartMatthias P. Braendli2019-04-161-2/+6
| |
| * Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-147-6/+66
| |
| * RC: avoid zmq RC crash on 'show' of non-existing controllableMatthias P. Braendli2019-03-121-10/+15
| |
| * Implement small TimeInterleaver performance improvementMatthias P. Braendli2019-03-041-1/+1
| |
* | Lime: show fifo fill percent in RCMatthias P. Braendli2019-03-123-7/+7
| |
* | Lime: Show fifo fullness in RCMatthias P. Braendli2019-03-124-2/+26
| |
* | Lime: do not check fifoFilledCount before sendingMatthias P. Braendli2019-03-122-12/+4
| |
* | Refactor Lime outputMatthias P. Braendli2019-02-272-198/+205
| | | | | | | | | | | | | | | | | | * master_clock_rate sets CGEN clock, not sample rate * set sample rate accordingly * support only interpolate 1 and 2 * add frequency, txgain and temperature to RC * improve error handling * fix signedness of LMS_SendStream() return value
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-279-72/+62
|\|
| * Catch all exceptions as constMatthias P. Braendli2019-01-286-13/+13
| |