Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net_common working in this state with control udp packets | Josh Blum | 2010-02-10 | 1 | -4/+4 |
| | |||||
* | added transport directory and udp transport | Josh Blum | 2010-02-09 | 1 | -72/+5 |
| | |||||
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 3 | -13/+13 |
| | |||||
* | Made get_link the only way to create nested props. | Josh Blum | 2010-02-05 | 1 | -6/+10 |
| | | | | | 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 | 1 | -8/+8 |
| | | | | 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 | 3 | -1/+172 |
| | | | | | 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 | 3 | -0/+39 |
| | |||||
* | 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 | 1 | -10/+4 |
| | | | | | 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/+6 |
| | | | | | | | | 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 | 1 | -23/+34 |
| | | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources... | ||||
* | Added more to the mboard test and the usrp device. | Josh Blum | 2010-01-21 | 1 | -6/+142 |
| | |||||
* | Added a usrp device abstration that creates usrp mboards. | Josh Blum | 2010-01-21 | 3 | -0/+50 |
| | | | | Added a usrp mboard named test, its empty for now. | ||||
* | Reorganized structure into include, lib, test, firmware, fpga. | Josh Blum | 2010-01-12 | 2 | -0/+9 |
The fpga and firmware are empty placeholders for now. |