aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/network_relay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-1/+3
| | | | Replace with std::this_thread::sleep_for().
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Fix build with Boost 1.66ilovezfs2017-12-191-2/+2
| | | | Thanks to FX Coudert for suggesting this fix.
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
|
* uhd: cast thread_group.create_thread() return value to void to avoid memory leakAndrej Rode2017-04-251-2/+2
|
* fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. ↵Martin Braun2016-11-151-2/+2
| | | | | | (fixed-width types) Now also removes the namespaces in examples/
* network_relay: added #include necessary for older versions of Boost on WindowsNicholas Corgan2013-12-051-1/+2
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-10/+7
|
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-2/+3
| | | | instead of 0 and 1.
* examples: fix bsd compilation for network relay exampleJosh Blum2012-04-011-3/+3
| | | | | | | Fixes compilation on platforms that dont have one of the OS defines by providing #else case for rx_dsp_buff_size constant. This also makes OSX the special case and assumes other OS can handle the large RX socket buffer size.
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-2/+2
|
* usrp2: added bind option to the relayJosh Blum2011-12-201-7/+9
|
* usrp2: more work on relay app and sequence error detectionJosh Blum2011-12-201-14/+45
|
* usrp2: created network relay example appJosh Blum2011-12-201-0/+194