summaryrefslogtreecommitdiffstats
path: root/lib/transport
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-67/+0
|
* CMake does not have convenience libraries like automake.Josh Blum2010-02-151-21/+0
| | | | | Removed the nested lib CMakeLists.txt in favor of a single top level lib/CMakeLists.txt for building the shared library.
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-152-33/+0
| | | | | Feeding cpack a readme and license file. Added readme contents.
* 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