aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Change mod to output queue behaviour, fix SFN dexter + B200Matthias P. Braendli2023-02-219-78/+118
|
* Dexter timestamps: add 1s margin in modulatorMatthias P. Braendli2023-02-011-12/+6
|
* Remove ZeroMQ inputMatthias P. Braendli2023-02-017-465/+6
|
* Remove easydabv3 supportMatthias P. Braendli2023-02-012-42/+21
|
* Remove dexter timestamp_state_tMatthias P. Braendli2023-02-012-71/+72
|
* Add dexter underflow thread, still problematicMatthias P. Braendli2022-10-264-36/+73
|
* Merge branch 'next' into dexterMatthias P. Braendli2022-10-258-11/+19
|\
| * Rework timestamp_refreshMatthias P. Braendli2022-10-147-9/+18
| | | | | | | | Since we have the 'timestamp in the past' warning refresh requests can be lost
* | Add timestamp refresh logicMatthias P. Braendli2022-10-144-19/+61
| |
* | Add TS debugging outputMatthias P. Braendli2022-08-244-1/+22
| |
* | Improve DEXTER SFN supportMatthias P. Braendli2022-08-1828-168/+351
| |
* | Add PrecisionWave DEXTER supportMatthias P. Braendli2022-07-275-7/+449
|/
* 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
| |