aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/network_relay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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