aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-172-87/+0
|
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-152-34/+0
| | | | | Feeding cpack a readme and license file. Added readme contents.
* Added CMakeLists.txt for the include dir.Josh Blum2010-02-151-0/+2
| | | | | Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags.
* Created CMakeLists.txt for a CMake build.Josh Blum2010-02-151-0/+20
| | | | Only created the files for building, install part missing.
* Reading the dboard ids from the usrp2.Josh Blum2010-02-121-0/+2
|
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-2/+3
| | | | | | | 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.
* renamed usrp_uhd to uhdJosh Blum2010-02-092-5/+5
|
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-293-0/+96
Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now).