30hours
30hours
It appears the AntSDR E200 works directly with the UHD drivers provided by Ettus (as commands like _uhd_find_devices_ work). In that case, this SDR should work directly too! In the...
Looks like you’ll have to build the modified UHD from source then since there’s no package equivalent. This will add ~30 mins to the build time, but I can put...
Building the modified UHD from source takes around 30 mins, but let me know how it goes. [https://github.com/30hours/blah2/tree/antsdr_e200](https://github.com/30hours/blah2/tree/antsdr_e200) Updated Dockerfile to build from source, added a new config file and...
Nah you're right - completely messed up my one job. Let me just change the repo and rebuild.
Getting a weird versioning error when building with CMake - the AntSDR code doesn't seem to like the following line: find_package(UHD "4.1.0.0" CONFIG REQUIRED) Tried removing the version, unless it's...
I can suppress the error and get the find_package(UHD ..) line to complete, but now I'm getting errors from including #include - may be more difficult without delving into the...
That's great to hear - during development I often had to restart the SDRplay service and wait the ~2 minutes for it to restart. Tried it just then and you're...
Thank you and looking awesome from scanning over the diff. I have a project to finish first then I'll test and review properly to get the simulator in! Stay tuned.