summaryrefslogtreecommitdiffstats
path: root/lib/transport/udp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-67/+0
|
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-8/+8
| | | | | | | 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 Blum2010-02-111-7/+9
| | | | Cleaned up the mb build system a bit.
* added transport directory and udp transportJosh Blum2010-02-091-0/+65