summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-151-39/+0
| | | | | Feeding cpack a readme and license file. Added readme contents.
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-0/+1
| | | | | | | 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.
* added transport directory and udp transportJosh Blum2010-02-091-1/+2
|
* renamed usrp_uhd to uhdJosh Blum2010-02-091-5/+5
|
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-0/+1
| | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-1/+1
| | | | Added a usrp mboard named test, its empty for now.
* Created device interface for discovery, access, configuration...Josh Blum2010-01-161-0/+1
|
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-121-3/+4
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-121-0/+21
The fpga and firmware are empty placeholders for now.