summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added control code in the txrx.c and dboard interface for usrp2 to handle gpi...Josh Blum2010-02-164-21/+145
* Setting the clock config over controlJosh Blum2010-02-161-2/+5
* Moved the usrp2 implementation files into a usrp2 dir within mboard.Josh Blum2010-02-168-119/+346
* Created dboard wrapper in the usrp2 implJosh Blum2010-02-164-13/+156
* Added usrp2 impl for the guts of the usrp2 handling.Josh Blum2010-02-167-42/+221
* CMake does not have convenience libraries like automake.Josh Blum2010-02-155-101/+10
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-1512-205/+0
* Added CMakeLists.txt for the include dir.Josh Blum2010-02-151-0/+2
* Created CMakeLists.txt for a CMake build.Josh Blum2010-02-155-0/+129
* Compiling under old fedora8 with boost 1.37.Josh Blum2010-02-132-14/+18
* Reading the dboard ids from the usrp2.Josh Blum2010-02-122-3/+48
* Made use of templated dict to replace used of mapJosh Blum2010-02-124-23/+18
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-129-95/+147
* Getting hello packets from the usrp2 with ip and mac addrs.Josh Blum2010-02-115-21/+37
* net_common working in this state with control udp packetsJosh Blum2010-02-101-4/+4
* added transport directory and udp transportJosh Blum2010-02-096-80/+112
* renamed usrp_uhd to uhdJosh Blum2010-02-0916-55/+55
* work on link and proxy argsJosh Blum2010-02-091-29/+47
* Made get_link the only way to create nested props.Josh Blum2010-02-054-28/+54
* commentsJosh Blum2010-02-011-9/+26
* Work on the properties framwork with wax::obj.Josh Blum2010-02-018-73/+99
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-295-19/+177
* added gpl license v3Josh Blum2010-01-2919-0/+247
* Added dboard id enum.Josh Blum2010-01-294-6/+35
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-284-15/+156
* Added boost system (needed with asio) and date time (will need for threading/...Josh Blum2010-01-271-0/+6
* Switched from indexed properties to named properties.Josh Blum2010-01-264-63/+86
* Various tweaks, switched to boost unit testing.Josh Blum2010-01-252-7/+9
* Added more to the mboard test and the usrp device.Josh Blum2010-01-213-11/+172
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-218-9/+137
* Created device interface for discovery, access, configuration...Josh Blum2010-01-163-2/+45
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-153-65/+68
* Switched dboard ctor arguments with a tuple.Josh Blum2010-01-144-29/+108
* Added strict compiler flags.Josh Blum2010-01-134-30/+43
* Added the basic rx and tx skeleton wrapper.Josh Blum2010-01-124-14/+97
* Added base classes for the usrp dboards to inherit.Josh Blum2010-01-123-1/+170
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-124-4/+31
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-1213-0/+254