aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace RunStatistics to permit representation of SDR device specific statsMatthias P. Braendli2023-03-2912-183/+197
|
* Move to C++17Matthias P. Braendli2023-03-292-4/+4
|
* Remove debugging printfMatthias P. Braendli2023-03-242-21/+0
|
* Fix startup hiccup due to iio buffer allocation taking several secondsMatthias P. Braendli2023-03-243-35/+75
|
* Remove duplicate stream0_start_clks = 0 on initMatthias P. Braendli2023-03-031-5/+4
|
* Dexter: calculate frame margin from system timeMatthias P. Braendli2023-03-0313-30/+26
|
* Change mod to output queue behaviour, fix SFN dexter + B200Matthias P. Braendli2023-02-2110-82/+168
|
* Dexter timestamps: add 1s margin in modulatorMatthias P. Braendli2023-02-011-12/+6
|
* Remove ZeroMQ inputMatthias P. Braendli2023-02-0110-474/+7
|
* Remove easydabv3 supportMatthias P. Braendli2023-02-016-102/+29
|
* 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
| |
* | Merge branch 'next' into dexterMatthias P. Braendli2022-08-211-1/+3
|\|
| * Common e1b296e: Check for HAVE_ZEROMQ before including zmq.hppMatthias P. Braendli2022-08-211-1/+3
| |
* | Merge branch 'next' into dexterMatthias P. Braendli2022-08-193-10/+66
|\|
| * Common 036201c: socket changesMatthias P. Braendli2022-08-193-10/+66
| |
* | Improve DEXTER SFN supportMatthias P. Braendli2022-08-1828-168/+351
| |
* | Add PrecisionWave DEXTER supportMatthias P. Braendli2022-07-278-10/+469
|/
* missing if for zeromq andimik2022-06-121-1/+3
| | | fixes bug from https://github.com/Opendigitalradio/ODR-DabMod/commit/d14814a92377084177753c7a60d83a9307ad0672
* Add 2 installation optionsRobin ALEXANDER2022-06-091-71/+99
|
* Prepare v2.6.0HEADv2.6.0masterMatthias P. Braendli2022-04-202-1/+5
|
* Mention guide in manpageMatthias P. Braendli2022-04-201-0/+2
|
* Merge manpage into nextMatthias P. Braendli2022-04-202-0/+88
|\
| * Add manpageRobin ALEXANDER2022-04-192-0/+88
| |
* | Common: log timestamps, socket changes and frame_timestamp_tMatthias P. Braendli2022-03-294-2/+44
|/
* Prepare v2.5.0v2.5.0Matthias P. Braendli2022-02-022-2/+9
|
* 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
* Improve boost armv7l autoconfMatthias P. Braendli2022-01-261-0/+1
|
* Update README and AUTHORSMatthias P. Braendli2021-11-263-10/+22
|
* Add support for BladeRF devicesMatthias P. Braendli2021-11-269-8/+528
| | | | | Many thanks to Steven Rossel for the work he did during his student project.
* Common ba7f317, 5a0689a, c63fb05Matthias P. Braendli2021-11-264-45/+190
|
* Run autoupdateMatthias P. Braendli2021-07-081-5/+4
|
* Fix Soapy error messageMatthias P. Braendli2021-07-081-1/+1
|
* Avoid copy in loop in EtiReaderMatthias P. Braendli2021-06-151-1/+1
|
* Common e8d7277, bf60e06: EDI PFT input CRC and ClockTAI string copyMatthias P. Braendli2021-06-151-4/+4
|
* Common ad7e11a: Add seq and pseq information to EDI/ETI decoderMatthias P. Braendli2021-05-252-0/+3
|
* Common 44ae39c: Make SEQ and PSEQ available on EDI receive and improve error ↵Matthias P. Braendli2021-05-195-41/+85
| | | | handling
* Prepare v2.4.2v2.4.2Matthias P. Braendli2021-02-223-1/+9
|
* Update common code to latest, update zmq.hpp and adaptMatthias P. Braendli2021-01-1617-741/+2401
|
* 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.
* Travis: try ubuntu focalMatthias P. Braendli2020-11-161-28/+13
|
* Avoid frame_timestamp with pps exactly 16384000Matthias P. Braendli2020-11-131-1/+1
|
* Cosmetics in zmq_remote.pyMatthias P. Braendli2020-11-131-1/+1
|
* common ea3156f: EDI input: Do not print sequence error on first packetMatthias P. Braendli2020-10-282-3/+10
|
* common 81f518d: TCPSocket: let recv throw Interrupted on EINTRMatthias P. Braendli2020-10-282-5/+10
|