I added functionality for transmitting a raw frame to the usrp server
now also.
A couple things:
I am not sure what to initialize ‘tag’ to in the header, I’m not sure we
have a concrete
plan for this field yet? So I set it to 0 for now.
I need someone (aka. Eric ;)) to check over how I am extracting the
samples from the
m-block data and placing them in to the usb packet. I am not 100% sure
I am doing this
correctly.
Thanks!
On Tue, Apr 10, 2007 at 04:20:25PM -0400, George N. wrote:
sure I am doing this correctly.
Thanks!
George,
I’ll take a look at this. However, it would make more sense to write
this code in an order that allows us to test it with minimum
dependencies and minimum stubbed-out functionality.
I suggest that you start with cmd-allocate-channel and it’s response,
followed by the usrp-low-level-cs stuff.
Eric
Eric B. wrote:
George,
I’ll take a look at this. However, it would make more sense to write
this code in an order that allows us to test it with minimum
dependencies and minimum stubbed-out functionality.
I suggest that you start with cmd-allocate-channel and it’s response,
followed by the usrp-low-level-cs stuff.
I already did the cmd-allocate-channel and cmd-deallocate-channel and
responses
also. That’s why I moved on to the raw frame transmit. I thought I
sent out a
response that I committed them to the list last night… but maybe I
didn’t.
On Tue, Apr 10, 2007 at 06:15:21PM -0400, George N. wrote:
I suggest that you start with cmd-allocate-channel and it’s response,
followed by the usrp-low-level-cs stuff.
I already did the cmd-allocate-channel and cmd-deallocate-channel and
responses also. That’s why I moved on to the raw frame transmit. I
thought I sent out a response that I committed them to the list last
night… but maybe I didn’t.
OK, thanks.
I’ll take a look at them.
Eric
Eric B. wrote:
I suggest that you start with cmd-allocate-channel and it’s response,
followed by the usrp-low-level-cs stuff.
I already did the cmd-allocate-channel and cmd-deallocate-channel and
responses also. That’s why I moved on to the raw frame transmit. I
thought I sent out a response that I committed them to the list last
night… but maybe I didn’t.
OK, thanks.
I’ll take a look at them.
Sounds good! I’ll start digging in to the usrp-low-level-cs stuff now.