aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfspace
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Replace boost::shared_ptr with std::shared_ptrClayton Smith1-3/+3
2020-11-01rfspace: Remove broken asio codeClayton Smith2-162/+0
2020-11-01Replace BOOST_FOREACH with range-based for loopsClayton Smith1-2/+2
2020-08-02A lot of Boost functionality is available in C++11. Since GNU Radio is moving...Clayton Smith2-10/+11
2020-02-16build: Update build system to GR 3.8 standardsSylvain Munaut1-9/+3
2020-02-16build: Update CMakeLists.txt copyright headerSylvain Munaut1-4/+4
2017-02-27rfspace: use boost::chrono for sleepingDimitri Stolnikov1-1/+3
2017-02-27rfspace: Send periodic keep-alive packets.Alexandru Csete2-0/+37
2017-02-27rfspace: Wait 10 ms before sending queries to device.Alexandru Csete1-0/+1
2015-12-10rfspace: Add basic Cloud-IQ support.Alexandru Csete2-5/+44
2014-01-26rfspace: properly cover the absense of a serial numberDimitri Stolnikov1-1/+3
2013-12-27rfspace: add missing header for basename()Dimitri Stolnikov1-0/+1
2013-12-22rfspace: add support for RFSPACE SDR-IQ and SDR-IPDimitri Stolnikov3-0/+1881