Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -67/+0 |
| | |||||
* | CMake does not have convenience libraries like automake. | Josh Blum | 2010-02-15 | 1 | -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 Blum | 2010-02-15 | 2 | -33/+0 |
| | | | | | Feeding cpack a readme and license file. Added readme contents. | ||||
* | Created CMakeLists.txt for a CMake build. | Josh Blum | 2010-02-15 | 1 | -0/+21 |
| | | | | Only created the files for building, install part missing. | ||||
* | Added a templated dictionary class because its more useful than map. | Josh Blum | 2010-02-12 | 1 | -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 Blum | 2010-02-11 | 1 | -7/+9 |
| | | | | Cleaned up the mb build system a bit. | ||||
* | added transport directory and udp transport | Josh Blum | 2010-02-09 | 3 | -0/+98 |