Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update common code to latest, update zmq.hpp and adapt | Matthias P. Braendli | 2021-01-16 | 1 | -4/+4 |
| | |||||
* | Update common EDI input and adapt to API changes | Matthias P. Braendli | 2020-05-11 | 1 | -15/+15 |
| | |||||
* | Make the ETI reader state a class enum | Matthias P. Braendli | 2020-03-16 | 1 | -1/+20 |
| | |||||
* | Rework EDI input | Matthias P. Braendli | 2019-09-05 | 1 | -2/+9 |
| | | | | | | - 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 | ||||
* | Update EDI input library | Matthias P. Braendli | 2019-07-08 | 1 | -3/+3 |
| | |||||
* | Unify Socket library with other mmbTools | Matthias P. Braendli | 2019-07-08 | 1 | -6/+3 |
| | |||||
* | Implement EDI over TCP | Matthias P. Braendli | 2019-05-06 | 1 | -4/+8 |
| | |||||
* | ThreadsafeQueue: add wakeup event instead of custom termination markers | Matthias P. Braendli | 2018-04-20 | 1 | -1/+0 |
| | | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering | ||||
* | Verify ETI FCT continuity before modulator | Matthias P. Braendli | 2018-03-06 | 1 | -0/+5 |
| | |||||
* | Enabled multicast support. Fix missing header in PAPRStats | Sergiy G | 2018-01-31 | 1 | -0/+2 |
| | |||||
* | Make EDI input optional | Matthias P. Braendli | 2018-01-22 | 1 | -2/+6 |
| | |||||
* | Remove calculateTimestamp | Matthias P. Braendli | 2018-01-07 | 1 | -9/+2 |
| | |||||
* | Remove unused variable myCurrentFrame | Matthias P. Braendli | 2017-12-18 | 1 | -1/+0 |
| | |||||
* | EDI input: decode timestamps | Matthias P. Braendli | 2017-01-20 | 1 | -4/+1 |
| | |||||
* | Integrate timestampdecoder into EDI input | Matthias P. Braendli | 2017-01-13 | 1 | -5/+11 |
| | |||||
* | Add threaded UDP input for EDI | Matthias P. Braendli | 2017-01-13 | 1 | -10/+25 |
| | |||||
* | Fix ETI-over-TCP and ZeroMQ inputs | Matthias P. Braendli | 2017-01-06 | 1 | -1/+5 |
| | |||||
* | EDI: handle pseq resync and SIGINT | Matthias P. Braendli | 2017-01-06 | 1 | -1/+5 |
| | |||||
* | Replace EDI-to-ETI converter with a dedicated EDI source | Matthias P. Braendli | 2017-01-06 | 1 | -9/+107 |
| | |||||
* | Refactor flowgraph and puncturing rules | Matthias P. Braendli | 2016-12-25 | 1 | -4/+2 |
| | |||||
* | Remove useless protected: in EtiReader | Matthias P. Braendli | 2016-10-24 | 1 | -2/+1 |
| | |||||
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 1 | -2/+1 |
| | |||||
* | Improve timestamp handling | Matthias P. Braendli | 2016-05-20 | 1 | -2/+2 |
| | | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected. | ||||
* | Keep tist offset across modulator restarts | Matthias P. Braendli | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Replace some loops with iterators to foreach loops | Matthias P. Braendli | 2015-08-01 | 1 | -5/+2 |
| | |||||
* | Switch to C++11, remove boost::shared_ptr | Matthias P. Braendli | 2015-08-01 | 1 | -3/+3 |
| | |||||
* | EtiReader: remove unused vars | Matthias P. Braendli | 2015-06-12 | 1 | -3/+3 |
| | |||||
* | Simplify TIST offset handling, add offset to RC | Matthias P. Braendli | 2015-06-12 | 1 | -1/+2 |
| | | | | This breaks old configuration files using synchronous=1 | ||||
* | Logging: use etiLog instead of stderr | Matthias Braendli | 2015-06-02 | 1 | -4/+1 |
| | |||||
* | Add validity check for eti_fc | Matthias P. Braendli | 2015-04-10 | 1 | -0/+1 |
| | |||||
* | Replace pointers by shared_ptr in all flowgraph | Matthias P. Braendli | 2015-02-22 | 1 | -5/+7 |
| | |||||
* | SFN: carry FCT along with timestamps | Matthias P. Braendli | 2014-09-14 | 1 | -5/+4 |
| | | | | | | | | | 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. | ||||
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | fix some errors seen by cppcheck | Matthias P. Braendli | 2014-01-20 | 1 | -2/+2 |
| | |||||
* | crc-dabmod: much cleaner logging implementation | Matthias P. Braendli (think) | 2012-09-13 | 1 | -16/+19 |
| | |||||
* | added crc-dabmod patch | Matthias (think) | 2012-07-11 | 1 | -2/+24 |
| | |||||
* | added unmodified mmbtools | Matthias (think) | 2012-07-11 | 1 | -0/+72 |