aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-0118-67/+58
|
* ZMQ RC whitespaceMatthias P. Braendli2015-08-011-36/+18
|
* Refactor ZMQ RC and add list and show commandsMatthias P. Braendli2015-08-012-34/+96
|
* Correct defaults for refclk_source and pps_sourceMatthias P. Braendli2015-07-301-2/+2
|
* Add version info to starting up messageMatthias P. Braendli2015-07-241-1/+7
|
* Handle modulator restart with file inputMatthias P. Braendli2015-07-171-5/+13
|
* Remove boost::atomic dependencyMatthias P. Braendli2015-07-171-2/+1
| | | | To support debian oldstable
* Replace fixtype by timelock sensor in OutputUHDMatthias P. Braendli2015-07-032-17/+17
|
* update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-031-3/+39
|
* Make TII enabling a soft-failMatthias P. Braendli2015-06-281-2/+8
|
* Add missing includeMatthias P. Braendli2015-06-261-0/+1
|
* Add TII to remote control, add explicit enableMatthias P. Braendli2015-06-265-34/+140
|
* Add TII configuration to ini fileMatthias P. Braendli2015-06-264-9/+24
|
* Merge branch 'next' into tiiMatthias P. Braendli2015-06-2613-588/+603
|\
| * Merge 'raspine/master' with ZMQ RC fixes into nextMatthias P. Braendli2015-06-251-5/+4
| |\
| | * changed cout to cerrJörgen Scott2015-06-251-5/+4
| | |
| * | Replace pointer in TimestampDecoder by shared_ptrMatthias P. Braendli2015-06-142-4/+5
| | |
| * | Use local zmq.hpp for RemoteControl.hMatthias P. Braendli2015-06-141-1/+1
| | |
| * | Move GPS check out of UHDWorkerMatthias P. Braendli2015-06-122-243/+264
| | |
| * | Add some sort of initial gps checkMatthias P. Braendli2015-06-122-76/+162
| | |
| * | EtiReader: remove unused varsMatthias P. Braendli2015-06-122-5/+7
| | |
| * | Cleanup OutputUHD structureMatthias P. Braendli2015-06-122-288/+269
| | |
| * | Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-1210-160/+98
| | | | | | | | | | | | This breaks old configuration files using synchronous=1
| * | Revert priority setting for mod and UHD threadsMatthias P. Braendli2015-06-072-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | It is safer to go back to the previous state, given that several users have expressed concerns about reliability. Revert "Set priorities for modulator and UHD threads". This reverts commit c9ea7fb88809d935f3eaeee108415ff5abd17ead.
| * | Always log to stderrMatthias P. Braendli2015-06-071-0/+2
| | | | | | | | | | | | | | | Commit e3cc55d removed print of log to stderr by default, which is not helpful in most cases. This reverts this change.
| * | Increase default ZMQ queue sizeMatthias P. Braendli2015-06-051-1/+1
| | |
* | | Increase default ZMQ queue sizeMatthias P. Braendli2015-06-051-1/+1
| | |
* | | Merge branch 'next' into tiiMatthias P. Braendli2015-06-057-27/+58
|\| |
| * | Remove debugging printsMatthias P. Braendli2015-06-052-33/+0
| | |
| * | Fix intermittent underruns after a restartMatthias P. Braendli2015-06-056-23/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using UHD without synchronous=1: After a modulator restart, the input ZMQ buffer is nearly empty, and the modulator actually gets blocked by the ThreadsafeQueue. This is visible by looking at the time deltas printed in the debugging code. This commit adds a minimal form of prebuffering (10 ETI frames) to the ZeroMQ input, and removes the useless minimum required size for the ThreadsafeQueue. In synchronous=1, the issue is not visible because the TIST defines the time to transmit, which will cause the ZMQ buffer to fill.
| * | Set priorities for modulator and UHD threadsMatthias P. Braendli2015-06-052-4/+19
| | |
* | | Merge branch 'next' into tiiMatthias P. Braendli2015-06-0314-156/+117
|\| |
| * | Logging: use etiLog instead of stderrMatthias Braendli2015-06-0214-155/+112
| | |
| * | Apply rule of 3 in InputReaderMatthias Braendli2015-06-021-1/+5
| | |
* | | TII: Move carrier duplication into enable_carrierMatthias P. Braendli2015-05-301-7/+3
| | |
* | | Add and enable TII insertion for testingMatthias P. Braendli2015-05-304-3/+384
|/ /
* | Use shared_ptr in ZMQ input instead of pointersMatthias P. Braendli2015-05-302-12/+10
| |
* | Telnet RC: reduce scope of m_welcome and m_promptMatthias P. Braendli2015-05-302-5/+4
| |
* | Use shared_ptr in FIRFilterMatthias P. Braendli2015-05-302-14/+14
| |
* | Use correct delete[] in ZMQ inputMatthias P. Braendli2015-05-301-1/+1
| |
* | Reduce print of UHD messagesMatthias P. Braendli2015-05-031-11/+40
| |
* | gps fix detector: add timeoutMatthias P. Braendli2015-05-033-20/+50
| |
* | Add GPS fix checker, still with debuggingMatthias P. Braendli2015-05-032-3/+77
| |
* | Add validity check for eti_fcMatthias P. Braendli2015-04-102-0/+9
| |
* | Avoid having exceptions triggering abort()Matthias P. Braendli2015-04-102-2/+18
| |
* | Fix license text in usage screenMatthias P. Braendli2015-04-101-9/+11
| |
* | Only print closing message if really closing fileMatthias P. Braendli2015-04-101-2/+2
| |
* | Use make_shared in DabMod.cppMatthias P. Braendli2015-04-103-23/+22
| |
* | ZMQ output: Add REP socket typeMatthias P. Braendli2015-04-103-10/+44
| |
* | 'underfull' sounds wrongMatthias P. Braendli2015-04-101-1/+1
| |