| Commit message (Expand) | Author | Age | Files | Lines |
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 25 | -1796/+0 |
* | Added control code in the txrx.c and dboard interface for usrp2 to handle gpi... | Josh Blum | 2010-02-16 | 1 | -3/+3 |
* | Created dboard wrapper in the usrp2 impl | Josh Blum | 2010-02-16 | 1 | -1/+1 |
* | Added usrp2 impl for the guts of the usrp2 handling. | Josh Blum | 2010-02-16 | 3 | -13/+4 |
* | Removed Autotools stuff and the git ignore files. | Josh Blum | 2010-02-15 | 14 | -191/+0 |
* | Added CMakeLists.txt for the include dir. | Josh Blum | 2010-02-15 | 6 | -0/+153 |
* | Compiling under old fedora8 with boost 1.37. | Josh Blum | 2010-02-13 | 1 | -1/+1 |
* | Reading the dboard ids from the usrp2. | Josh Blum | 2010-02-12 | 1 | -2/+7 |
* | Made use of templated dict to replace used of map | Josh Blum | 2010-02-12 | 6 | -70/+60 |
* | Added a templated dictionary class because its more useful than map. | Josh Blum | 2010-02-12 | 8 | -62/+231 |
* | Getting hello packets from the usrp2 with ip and mac addrs. | Josh Blum | 2010-02-11 | 4 | -10/+6 |
* | added transport directory and udp transport | Josh Blum | 2010-02-09 | 6 | -16/+111 |
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 27 | -98/+98 |
* | Made get_link the only way to create nested props. | Josh Blum | 2010-02-05 | 3 | -13/+14 |
* | Work on the properties framwork with wax::obj. | Josh Blum | 2010-02-01 | 10 | -102/+130 |
* | Minimal framework in place to handle udp discovery. | Josh Blum | 2010-01-29 | 3 | -13/+56 |
* | added gpl license v3 | Josh Blum | 2010-01-29 | 21 | -0/+273 |
* | added utility convenience tune function (wip) | Josh Blum | 2010-01-29 | 2 | -4/+55 |
* | Added dboard id enum. | Josh Blum | 2010-01-29 | 6 | -33/+69 |
* | Added gain handler class to manage wildcard gain settings. | Josh Blum | 2010-01-28 | 4 | -6/+142 |
* | Added boost system (needed with asio) and date time (will need for threading/... | Josh Blum | 2010-01-27 | 4 | -14/+40 |
* | Switched from indexed properties to named properties. | Josh Blum | 2010-01-26 | 7 | -27/+64 |
* | Various tweaks, switched to boost unit testing. | Josh Blum | 2010-01-25 | 1 | -2/+2 |
* | Added more to the mboard test and the usrp device. | Josh Blum | 2010-01-21 | 4 | -30/+24 |
* | Added a usrp device abstration that creates usrp mboards. | Josh Blum | 2010-01-21 | 9 | -16/+292 |
* | Created device interface for discovery, access, configuration... | Josh Blum | 2010-01-16 | 3 | -34/+77 |
* | Dboard base class that is no longer also the xcvr. | Josh Blum | 2010-01-15 | 2 | -28/+27 |
* | Switched dboard ctor arguments with a tuple. | Josh Blum | 2010-01-14 | 2 | -5/+45 |
* | Added strict compiler flags. | Josh Blum | 2010-01-13 | 2 | -3/+3 |
* | Added the basic rx and tx skeleton wrapper. | Josh Blum | 2010-01-12 | 3 | -9/+9 |
* | Added base classes for the usrp dboards to inherit. | Josh Blum | 2010-01-12 | 3 | -1/+130 |
* | added interface for usrp dboards to communicate to mboards | Josh Blum | 2010-01-12 | 2 | -0/+151 |
* | Reorganized structure into include, lib, test, firmware, fpga. | Josh Blum | 2010-01-12 | 15 | -0/+325 |