hackrf
hackrf copied to clipboard
Feature request regarding hackrf_sweep.exe: would it be possible to make a .Net compatible DLL version?
Version information
Operating system: Windows 10 + Visual Studio .Net
It seems that the hackrf_scan.exe is now working without crashing the device. That is great!
However, to better use the HackRF sweep functionality in custom made software, it would be much nicer to have this tool as a DLL,, so that the sweep could be requested from i.e. a VB .net/C# .net application and the sweep data be read directly into an array.
Currently, I would have to use the "shell()" command, which is less than optimal.
Thanks, Vitor
Thank you for the enhancement suggestion! This feature is not on our roadmap right now but I've tagged this issue as "help wanted" so maybe someone from the community will make a PR to solve this issue.