Due to life decisions that I am comfortable with , I use my SDRs over the network with my own goofball protocol.

Existing apt installable programs don't support it, so I figured it was high time to do what any normal person would do -- convincingly implement librtlsdr.so off my rust sdr codebase (sparky) and make it work without any other changes. Obviously.

https://k3xec.com/sparky-rtlsdr/

#hztools #radio #rf #sdr #rtl #rtlsdr #rust

@paul I had another question, in this case about writing SDR software in Rust: do you use any of the existing projects/crates (futuredsp, rustradio, futuresdr, something else)?
@laund I do not, with no_std I think my only external dep is libm - this whole adventure was to learn, so I didn't want to skip any aspect of it
@laund I suspect a reasonable person would likely just use something fancy and out there already (and probably my general advice if anyone wanted to just play radios), but alas