aboutsummaryrefslogtreecommitdiffstats
path: root/lib/transport
Commit message (Collapse)AuthorAgeFilesLines
* Created CMakeLists.txt for a CMake build.Josh Blum2010-02-151-0/+21
| | | | Only created the files for building, install part missing.
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-8/+8
| | | | | | | Made the device addrs into a string:string dict. If its all strings we dont have to change the top level caller for new product. Created shared_iovec class to manage memory for device recvs. Work on the bro/dude control protocol for usrp2.
* Getting hello packets from the usrp2 with ip and mac addrs.Josh Blum2010-02-111-7/+9
| | | | Cleaned up the mb build system a bit.
* added transport directory and udp transportJosh Blum2010-02-093-0/+98