C++ Send IQ Data to the RTSA Suite
Quote from DevSF on 08/04/2021, 14:31The HTTP Server block now has a data Stream output.
It accepts data send via a HTTP post to the sample HTTP endpoint in the same format the sample endpoint provides data with a HTTP get request.
The first implementation of this new feature supports values in JSON Format (values as ASCII String). Surely there is room for speed optimizations.
So, if you need higher data rates, let us know.
Attached is a C++ example based on the QT Framework, which sends IQ data to the RTSA Suite containing a sinus sweep.
The HTTP Server block now has a data Stream output.
It accepts data send via a HTTP post to the sample HTTP endpoint in the same format the sample endpoint provides data with a HTTP get request.
The first implementation of this new feature supports values in JSON Format (values as ASCII String). Surely there is room for speed optimizations.
So, if you need higher data rates, let us know.
Attached is a C++ example based on the QT Framework, which sends IQ data to the RTSA Suite containing a sinus sweep.