-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone version of libsddc? #208
Comments
Alex, On the other hand, if you or someone else are interested on working on it, I'll be happy to help for what I can, since I also have a full time job during the day. Franco |
what set of features you are looking for? I am thinking only put a small set of functions into sddc, which mainly control the hardware and stream out the raw ADC samples. And the application can further down sampling and do some other calculation. Is that aligned with your requirement? |
the library should match exactly the capabilities of the hardware. So for example, since the hardware has no way of resampling and outputs real values, this is what the library should do. But it should also allow to:
I'd suggest making the API similar to the one of libairspy, librtlsdr, libbladerf, etc... |
what is the thread model you prefer? Like the original libssdc https://github.com/fventuri/libsddc which uses a sync API. If that works for you, I can adopt that one with the latest firmware. |
Depends on how the backend works. If you're using async calls for libusb, it's lilely better to make it async. If you're using sync calls, a synchronous API will be better. Btw, from what I remember, that versioin of the library was pretty broken and unfinished the last time I tried it, not sure if that has changed since then. |
Hello, |
Hi All, Ciao |
Hello,
Is there any plans to separate libsddc from the ExtIO?
Not only would this make the code much cleaner with clean separation between the device library and the ExtIO interface,
but it would also allow developers of SDR applications that do not support ExtIO to interface with the SDDC devices easily.
Regards,
Alex
The text was updated successfully, but these errors were encountered: