summaryrefslogtreecommitdiffstats
path: root/lib/device_addr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-86/+0
|
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-51/+9
| | | | | | | 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.
* renamed usrp_uhd to uhdJosh Blum2010-02-091-7/+7
|
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-291-18/+0
| | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now).
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Various tweaks, switched to boost unit testing.Josh Blum2010-01-251-4/+7
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-3/+4
| | | | Added a usrp mboard named test, its empty for now.
* Added strict compiler flags.Josh Blum2010-01-131-21/+34
| | | | | Made changes to meet compilation. Added test to verify ip and mac addr code.
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-121-0/+116
The fpga and firmware are empty placeholders for now.