summaryrefslogtreecommitdiffstats
path: root/lib/device.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-74/+0
|
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-12/+14
| | | | | | | 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-091-5/+5
|
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-291-0/+5
| | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now).
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added more to the mboard test and the usrp device.Josh Blum2010-01-211-1/+5
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-5/+12
| | | | Added a usrp mboard named test, its empty for now.
* Created device interface for discovery, access, configuration...Josh Blum2010-01-161-0/+43