| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Added a packet size param to the vrt pack and unpack.
|
|
|
|
|
|
|
|
| |
We can make simple udp transports for discovery and control.
We can support a udp zero copy transport (currently just asio).
Reworked the io_impl for usrp2 to work with the zero copy api.
So far, all of this untested other than compiling.
A cut-down vrt library is in the works to simplify the io impl.
|
|
|
|
|
| |
Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate...
Fixed some buffer size calculation logic.
|
|
|
|
|
|
| |
Worked on the io impl for usrp2 (added loop unrolls and 32 bit buffers).
Added some vrt rx constants to the fw common used by host and fw.
Removed the MTU prop and added a general device prop for num samples.
|
| |
|
| |
|
| |
|
|
|
|
| |
Store the fast path addrs in the udp data handler.
|
|
It packs and unpacks vrt headers/metadata.
NOT YET TESTED IN ANY WAY...
|