Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 7 | -391/+0 |
| | |||||
* | Removed Autotools stuff and the git ignore files. | Josh Blum | 2010-02-15 | 2 | -46/+0 |
| | | | | | Feeding cpack a readme and license file. Added readme contents. | ||||
* | Created CMakeLists.txt for a CMake build. | Josh Blum | 2010-02-15 | 1 | -0/+30 |
| | | | | Only created the files for building, install part missing. | ||||
* | Compiling under old fedora8 with boost 1.37. | Josh Blum | 2010-02-13 | 1 | -2/+2 |
| | | | | | Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system. | ||||
* | Made use of templated dict to replace used of map | Josh Blum | 2010-02-12 | 1 | -6/+6 |
| | | | | and to get rid of utility call. | ||||
* | Added a templated dictionary class because its more useful than map. | Josh Blum | 2010-02-12 | 1 | -6/+5 |
| | | | | | | | 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. | ||||
* | Getting hello packets from the usrp2 with ip and mac addrs. | Josh Blum | 2010-02-11 | 1 | -6/+0 |
| | | | | Cleaned up the mb build system a bit. | ||||
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 6 | -11/+11 |
| | |||||
* | Made get_link the only way to create nested props. | Josh Blum | 2010-02-05 | 2 | -4/+2 |
| | | | | | Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies. | ||||
* | Work on the properties framwork with wax::obj. | Josh Blum | 2010-02-01 | 3 | -14/+16 |
| | | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy. | ||||
* | Minimal framework in place to handle udp discovery. | Josh Blum | 2010-01-29 | 2 | -12/+1 |
| | | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now). | ||||
* | added gpl license v3 | Josh Blum | 2010-01-29 | 6 | -0/+78 |
| | |||||
* | Added dboard id enum. | Josh Blum | 2010-01-29 | 1 | -1/+1 |
| | | | | Moved timespec into its own header. | ||||
* | Added gain handler class to manage wildcard gain settings. | Josh Blum | 2010-01-28 | 3 | -0/+129 |
| | | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name. | ||||
* | Added boost system (needed with asio) and date time (will need for ↵ | Josh Blum | 2010-01-27 | 1 | -0/+2 |
| | | | | | | | | threading/sleeping). Added to dboard interface to get clock rates. Added OTHERS properties and some documentation type notes. Added more TODOs to the utils. | ||||
* | Switched from indexed properties to named properties. | Josh Blum | 2010-01-26 | 2 | -8/+8 |
| | | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources... | ||||
* | Various tweaks, switched to boost unit testing. | Josh Blum | 2010-01-25 | 7 | -116/+30 |
| | |||||
* | Added more to the mboard test and the usrp device. | Josh Blum | 2010-01-21 | 1 | -0/+15 |
| | |||||
* | Added a usrp device abstration that creates usrp mboards. | Josh Blum | 2010-01-21 | 2 | -1/+33 |
| | | | | Added a usrp mboard named test, its empty for now. | ||||
* | Integrated cppunit into the build system. | Josh Blum | 2010-01-15 | 5 | -76/+184 |
| | | | | Added new test for the usrp dboard stuff. | ||||
* | Added strict compiler flags. | Josh Blum | 2010-01-13 | 4 | -2/+45 |
| | | | | | Made changes to meet compilation. Added test to verify ip and mac addr code. | ||||
* | added interface for usrp dboards to communicate to mboards | Josh Blum | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Reorganized structure into include, lib, test, firmware, fpga. | Josh Blum | 2010-01-12 | 3 | -0/+104 |
| | | | | The fpga and firmware are empty placeholders for now. | ||||
* | removed test file | Josh Blum | 2010-01-08 | 1 | -0/+0 |
| | |||||
* | empty commit | Matt Ettus | 2010-01-08 | 1 | -0/+0 |