Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -0/+46 |
| | |||||
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -2/+2 |
| | |||||
* | udp: try non-blocking recv first for performance | Josh Blum | 2011-02-20 | 1 | -3/+1 |
| | |||||
* | udp: update docs for transport, create common header for wait implementation | Josh Blum | 2011-02-20 | 1 | -124/+36 |
| | | | | | | | Reimplemented simple udp transport with one impl class. Moved wait for ready/select implementation into common header. Important note on select, timeval should have usecs < 1 second or it may error on some platforms. Fixed in this implementation. | ||||
* | udp: added polling alternative to select for mac | Josh Blum | 2010-11-17 | 1 | -0/+13 |
| | |||||
* | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 1 | -22/+22 |
| | |||||
* | usrp2: add a timeout to udp control and make it large for usrp2 control ↵ | Josh Blum | 2010-07-19 | 1 | -10/+11 |
| | | | | transactions | ||||
* | added interface address discovery | Josh Blum | 2010-03-26 | 1 | -0/+1 |
| | |||||
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 1 | -1/+1 |
| | | | | Fixed up fw so the device can reply after new addrs are set. | ||||
* | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 1 | -2/+27 |
| | | | | | | Simplified the fast path checking in the fw, but it turns out this was not the issue. Fixed some bad bit operations with the 16sc words (dont forget sign extension). Added some more documentation to the headers.... | ||||
* | Expanded the UDP api: | Josh Blum | 2010-03-02 | 1 | -0/+133 |
We can make simple udp transports for discovery and control. We can support a udp zero copy transport (currently just asio). Reworked the io_impl for usrp2 to work with the zero copy api. So far, all of this untested other than compiling. A cut-down vrt library is in the works to simplify the io impl. |