Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Question) Does this support rtl_tcp #7

Closed
thebirdwashere opened this issue Apr 22, 2021 · 10 comments
Closed

(Question) Does this support rtl_tcp #7

thebirdwashere opened this issue Apr 22, 2021 · 10 comments

Comments

@thebirdwashere
Copy link

I run a personal rtl_tcp server to get my antenna in a better reception spot in my house, while still using RTL-SDR anywhere around the house, and i would like to know if this supports it.

@markjfine
Copy link
Owner

Not at this time. Was just checking to see if nrsc5 even supports rtl_tcp. If it does, then it's just a matter of spawning nrsc5 with to appropriate argument to do so.

@thebirdwashere
Copy link
Author

thebirdwashere commented Apr 22, 2021 via email

@markjfine
Copy link
Owner

Cool. Interesting... Let me see if I can't add something to the settings that would kick it off with that set of arguments.

I'm just not sure of the specfics of how nrsc5 works via rtl_tcp. Since it's remote, it will be interesting to see where the images and weather overlays are dumped to (locally? remotely?). Hopefully it tcps the files locally as well as the audio.

If I can't get it to work at least locally with 127.0.0.1, I may be coding this 'in the blind'. Are you willing to test it when ready if I can gets something ginned up?

@thebirdwashere
Copy link
Author

Yea, I can test.

@andrewfer000
Copy link

andrewfer000 commented Apr 22, 2021

I'm just not sure of the specfics of how nrsc5 works via rtl_tcp. Since it's remote, it will be interesting to see where the images and weather overlays are dumped to (locally? remotely?). Hopefully it tcps the files locally as well as the audio.

This should just send all the data from the SDR on the server to nrsc-5 on the client where the client does all the processing. All the server does is send I/Q data to the client over TCP meaning the client still does all the nrsc-5 work. This should not have any implications on code as long as nrsc5's rtl_tcp implementation works as expected.

@markjfine
Copy link
Owner

Cool. So was able to get rtl_tcp running in the background using rtl_tcp -a 127.0.0.1, then was able to run nrsc5 -H 127.0.0.1 103.3 0 to get WPRB. So, this is quite promising.

It's kind of cold and windy here... good as any a day to get my hands dirty on this. Should have something semi-operational in a few hours, though the status messages I'm seeing from rtl_tcp are a little confusing.

@markjfine
Copy link
Owner

Updated... seems to work, including image files. #hooah

@markjfine
Copy link
Owner

@grumpzalt: Give me a high sign if this satisfies what you needed and I'll close this (or you can - either way).

@thebirdwashere
Copy link
Author

Yep, it's working fine with the text data and audio with rtl_tcp, no images yet but I am sure that's something to do with either the station or my signal. Thank you for responding and getting it working as quickly as you did!

@markjfine
Copy link
Owner

No problem. I can't believe I overlooked something as important as this when you brought it up, if I'm honest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants