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

RTL-TCP reception #920

Open
Sasszem opened this issue Feb 23, 2024 · 2 comments
Open

RTL-TCP reception #920

Sasszem opened this issue Feb 23, 2024 · 2 comments

Comments

@Sasszem
Copy link
Contributor

Sasszem commented Feb 23, 2024

RTL-TCP reception
It is often better to use an SDR receiver in a remote location, and is often accessed via RTL-TCP.
SATDUMP already has support for it, but the reception scripts do not support it yet.

@yvesclousier
Copy link

Hi,
I work like this.
I have my PI running with RTL_TCP and I installed RN-V2 on a VPS server at Amazon (AWS).
You must modify the 2 scripts receive_noaa.sh and receive_meteor.sh where Satdump is called for start capture and remplace the parameter '--source $receiver' by '--source rtltcp --ip_adresse w.x.y.z' where w.x.y.z is the IP adress of your SDR.

It works wonderfully, but I know this modification is not very clean. This receiver type option should be added to the RN-V2 settings. Like receiver_type: 'rtltcp', but I'm not good enough in programming to make all these modifications.
Maybe someone in the community could do it.

@Sasszem
Copy link
Contributor Author

Sasszem commented Feb 25, 2024

We hacked it into the receiver selection switch-case, but that's also not the best solution. I opened the issue so hopefully a proper way will be provided eventually.

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

2 participants