Re: wireless oscilloscope
Well, your unlikely to learn Qt by Monday.
What have you written so far? Surely they give you more than a weekend for a project? They normally give you several months?
Re: wireless oscilloscope
Yeah, I think you shouldn't have waited so long to start on your homework project. What you want to do is fundamentally easy if you know how to program, it just takes some work (likely a couple of week's worth, even if you already knew Qt).
Re: wireless oscilloscope
Some time ago I used standard VISA (virtual instrument standard architecture) to do such things.
Good thing about this is that network layer is hidden by standard, you just programing device (oscilloscope) using this standard and then just configure VISA to handle device on other computer.
Most good companies in this industry supports this standard: National Instrument, Techtronix, LeCroy.
Your deadline is just funny, good luck :).