bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.19k stars 249 forks source link

SoapySDR #209

Closed bluegizmo83 closed 2 years ago

bluegizmo83 commented 2 years ago

I saw a closed issue tracker from two years ago about possibly adding support for SoapySDR Remote streams. Is that something that's still a possibility? I'd love to be able to use devices other than RTLSDR sticks.

bemasher commented 2 years ago

SoapySDR Remote's protocol is non-trivial to implement and I'm not aware of any existing implementations in Go. I had started some work on this, but I don't have much time or need for this feature.

Some design requirements for rtlamr also limit the kinds of radios you could use with it, for example, only signed 8-bit samples are currently supported.