aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Collapse)AuthorAgeFilesLines
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-3/+7
| | | | Added a packet size param to the vrt pack and unpack.
* Added a vrt library to pack and unpack from metadata.Josh Blum2010-03-021-0/+104
| | | | Added a vrt test app that packs and unpacks the data.
* Expanded the UDP api:Josh Blum2010-03-023-98/+250
| | | | | | | | 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.
* Added IF data io handing within the usrp2 impl.Josh Blum2010-02-231-14/+6
| | | | | It packs and unpacks vrt headers/metadata. NOT YET TESTED IN ANY WAY...
* Work on the io interface for a device (and some implementation work in usrp2).Josh Blum2010-02-221-8/+12
| | | | | Modified the udp transport to reflect some of these changes. Got the fw compiling again, and it will not set data to true for small payloads (configuration ones).
* Moved the udp implementation guts into the cpp fileJosh Blum2010-02-221-5/+40
|
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-0/+67