Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add protection_level to ensemble in showjson | Matthias P. Braendli | 2023-12-06 | 1 | -0/+1 |
* | Do not abort anymore if no EDI input comes in | Matthias P. Braendli | 2023-12-06 | 1 | -6/+0 |
* | Document changes in README and ChangeLog | Matthias P. Braendli | 2023-11-24 | 4 | -72/+20 |
* | Merge branch 'dexter' into next | Matthias P. Braendli | 2023-11-21 | 72 | -1303/+4427 |
|\ | |||||
| * | Fix compilation when all SDR outputs disabled | Matthias P. Braendli | 2023-11-07 | 1 | -2/+0 |
| * | Add edi_source RC param | Matthias P. Braendli | 2023-11-02 | 3 | -4/+21 |
| * | Add FIC decoder, present ensemble info for monitoring | Matthias P. Braendli | 2023-10-31 | 10 | -36/+1777 |
| * | Don't clutter log output every 6s | Matthias P. Braendli | 2023-10-10 | 1 | -6/+0 |
| * | Fix timestamp0 and timestamp in RC showjson | Matthias P. Braendli | 2023-09-12 | 1 | -1/+1 |
| * | Dexter: make channel_down wait for underflow to occur | Matthias P. Braendli | 2023-09-05 | 1 | -1/+23 |
| * | Add max_gps_holdover_time to RC, allow modifying synchronous too | Matthias P. Braendli | 2023-08-25 | 1 | -0/+13 |
| * | Add channel to SDR RC | Matthias P. Braendli | 2023-08-24 | 4 | -11/+94 |
| * | Fix compliation | Matthias P. Braendli | 2023-08-15 | 1 | -1/+1 |
| * | Add parameters sdr.synchronous and mainloop.running_since | Matthias P. Braendli | 2023-08-15 | 4 | -7/+30 |
| * | Dexter: Add in_holdover_since metric | Matthias P. Braendli | 2023-08-15 | 2 | -0/+17 |
| * | Dexter: remove old metrics from SDR.cpp | Matthias P. Braendli | 2023-08-15 | 2 | -22/+8 |
| * | MemlessPoly: avoid uninitialised variables | Matthias P. Braendli | 2023-08-15 | 1 | -2/+2 |
| * | Revert "DEXTER: Add pacontrol interface" | Matthias P. Braendli | 2023-08-15 | 5 | -95/+4 |
| * | Add main loop RC metrics | Matthias P. Braendli | 2023-07-20 | 10 | -104/+169 |
| * | Rework Json so that it works with map that doesn't support incomplete types | Matthias P. Braendli | 2023-07-20 | 3 | -5/+10 |
| * | Handle event socket bind failure | Matthias P. Braendli | 2023-07-20 | 3 | -2/+13 |
| * | Improve zmq_remote.py | Matthias P. Braendli | 2023-07-19 | 1 | -9/+13 |
| * | Add events | Matthias P. Braendli | 2023-07-19 | 20 | -62/+287 |
| * | Change RC showjson command | Matthias P. Braendli | 2023-07-19 | 24 | -110/+220 |
| * | Dexter: remove dexter_dsp_tx attributes from metrics | Matthias P. Braendli | 2023-07-18 | 1 | -156/+0 |
| * | RC: re-enable m_active after ZMQ RC restart | Matthias P. Braendli | 2023-06-27 | 1 | -0/+1 |
| * | RC: handle nonexistent module in showjson | Matthias P. Braendli | 2023-06-27 | 1 | -11/+16 |
| * | Add a few cosmetic changes | Matthias P. Braendli | 2023-06-27 | 2 | -2/+2 |
| * | DEXTER: Add pacontrol interface | Matthias P. Braendli | 2023-06-06 | 5 | -4/+95 |
| * | Avoid undefined format conversion and measure clipping | Matthias P. Braendli | 2023-05-16 | 5 | -110/+181 |
| * | Dexter: Only do handle_hw_time when synchronous is enabled | Matthias P. Braendli | 2023-05-05 | 1 | -3/+7 |
| * | Revert "Normalise TII to 1/sqrt(48)" and fix TII level in GainControl | Matthias P. Braendli | 2023-05-04 | 3 | -12/+21 |
| * | Improve dexter clock handling | Matthias P. Braendli | 2023-04-27 | 14 | -64/+66 |
| * | Dexter: Add three clock states and handling | Matthias P. Braendli | 2023-04-26 | 3 | -125/+217 |
| * | Properly set TX frequency | Matthias P. Braendli | 2023-04-26 | 2 | -8/+18 |
| * | dexter: set frequency to ad9957, lo_offset to dsp | Matthias P. Braendli | 2023-04-26 | 1 | -4/+10 |
| * | Normalise TII to 1/sqrt(48) | Matthias P. Braendli | 2023-04-26 | 1 | -4/+5 |
| * | Move include unistd.h from Buffer.h to cpp | Matthias P. Braendli | 2023-04-26 | 2 | -1/+1 |
| * | Add json remote HTTP server | Matthias P. Braendli | 2023-04-04 | 1 | -0/+131 |
| * | Add JSON output to RC | Matthias P. Braendli | 2023-03-31 | 22 | -87/+255 |
| * | Add more DEXTER metrics to RC | Matthias P. Braendli | 2023-03-31 | 3 | -23/+186 |
| * | SDR: add queued_frames_ms and fix max queue calculation | Matthias P. Braendli | 2023-03-30 | 1 | -20/+13 |
| * | Replace RunStatistics to permit representation of SDR device specific stats | Matthias P. Braendli | 2023-03-29 | 12 | -183/+197 |
| * | Move to C++17 | Matthias P. Braendli | 2023-03-29 | 2 | -4/+4 |
| * | Remove debugging printf | Matthias P. Braendli | 2023-03-24 | 2 | -21/+0 |
| * | Fix startup hiccup due to iio buffer allocation taking several seconds | Matthias P. Braendli | 2023-03-24 | 3 | -35/+75 |
| * | Remove duplicate stream0_start_clks = 0 on init | Matthias P. Braendli | 2023-03-03 | 1 | -5/+4 |
| * | Dexter: calculate frame margin from system time | Matthias P. Braendli | 2023-03-03 | 13 | -30/+26 |
| * | Change mod to output queue behaviour, fix SFN dexter + B200 | Matthias P. Braendli | 2023-02-21 | 10 | -82/+168 |
| * | Dexter timestamps: add 1s margin in modulator | Matthias P. Braendli | 2023-02-01 | 1 | -12/+6 |