this post was submitted on 24 Nov 2024
7 points (100.0% liked)

Amateur Radio

1024 readers
17 users here now

General amateur radio (ham radio) chat, questions, and news

founded 1 year ago
MODERATORS
 

Do you know of a table comparing the capabilities of SDR protocols like rtl_tcp, soapy, openhpsdr, spyserver and no doubt a dozen I'm not yet aware of?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 8 hours ago (1 children)

What’s your goal? It’s hard to give a useful answer without understanding that.

[–] [email protected] 1 points 2 hours ago

I'm attempting to figure out what functionality each has, for example, rtl_tcp apparently only supports 8 bit samples which means that you run into issues if the hardware does 12 bit samples.

Another example is spyserver that's closed source. I have no idea what sample size it uses and if it has the capability to use different sizes depending on the hardware.

I'm attempting to evaluate the protocols each of these tools uses to talk to the world.

[–] [email protected] 1 points 14 hours ago (1 children)

I don't know such a table. I have an RTL-SDR v3, but I'm not even sure what protocol it uses.

[–] [email protected] 1 points 13 hours ago

The protocol between the computer and the dongle is one, but there's another using rtl_tcp which allows you to access the dongle remotely across the network.

I've found individual references to some of this, but it's not really complete and in order to figure out how it all works, I'm hoping that I don't have to learn all the various protocols, rather pick the one with the right functionality and then learn (and implement) it.