-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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. |
I have been using nrsc5 fine with rtl_tcp, you just need to use -H and put the ip address of the server.
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: markjfine ***@***.***>
Sent: Wednesday, April 21, 2021 10:08:44 PM
To: markjfine/nrsc5-dui ***@***.***>
Cc: grumpzalt ***@***.***>; Author ***@***.***>
Subject: Re: [markjfine/nrsc5-dui] (Question) Does this support rtl_tcp (#7)
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOFHG4NSSV3RAY6THXE5WZDTJ6HLZANCNFSM43LQLWUA>.
|
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? |
Yea, I can test. |
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. |
Cool. So was able to get rtl_tcp running in the background using 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. |
Updated... seems to work, including image files. #hooah |
@grumpzalt: Give me a high sign if this satisfies what you needed and I'll close this (or you can - either way). |
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! |
No problem. I can't believe I overlooked something as important as this when you brought it up, if I'm honest. |
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.
The text was updated successfully, but these errors were encountered: