aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add --version optionMatthias P. Braendli2020-08-311-0/+12
|
* common edc9c1a: Add missing array includeMatthias P. Braendli2020-07-201-0/+1
|
* 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-118-61/+137
|
* Common 33a8362: EDI TCP output: handle disconnectsMatthias P. Braendli2020-04-213-7/+114
|
* Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXXMatthias P. Braendli2020-04-213-40/+952
|
* Reformat INSTALL.md and mention --with-boost-libdirMatthias P. Braendli2020-04-201-20/+11
|
* Update m4 macrosMatthias P. Braendli2020-04-205-313/+366
|
* Prepare v2.4.1v2.4.1Matthias P. Braendli2020-04-062-1/+7
|
* Fix quit on Ctrl-CMatthias P. Braendli2020-04-061-111/+109
|
* Fix unaligned memory access in ZeroMQ inputMatthias P. Braendli2020-04-061-15/+11
|
* Pull add14d9: Properly handle EDI AF SEQ rolloverMatthias P. Braendli2020-03-241-1/+3
|
* Pull common code c8defb3Matthias P. Braendli2020-03-241-1/+8
|
* Pull common code efe0a08Matthias P. Braendli2020-03-242-1/+19
|
* Link against Boost::Thread when UHD is enabledMatthias P. Braendli2020-03-244-4/+474
| | | | | | This is necessary on some systems, for a reason that is not entirely clear. I believe UHD's pkg-config file should instruct us to link against boost-thread if necessary, but it doesn't.
* Prepare v2.4.0v2.4.0Matthias P. Braendli2020-03-162-2/+9
|
* 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
|
* Apply common 23752f6 and e10272eMatthias P. Braendli2019-11-182-3/+3
|
* Common 27ac70f: Initialise InetAddress::addrMatthias P. Braendli2019-11-182-2/+3
|
* Common 0a50ea0: Set SO_REUSEADDR for TCP socketsMatthias P. Braendli2019-11-181-0/+5
|