Folks: I am working on a Matlab data acquisition system that must interface with a ROACH board. I can successfully collect data over the 10 gig port when the ROACH board has been configured using the Python katcp_wrapper library.
Unfortunately porting the code to Matlab hits a snag when I need to call tap_start. This particular function has not been ported in the xps_library in the SVN. I was wondering if anyone on the list has already ported it? I can't say I'm terribly good at gauging Python code by eye, but it doesn't look too tough. tap_start seems to rely on a _request function and that's about it. Tom

