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

Using the LDM to ingest from more than one satellite receiver on a single server #98

Open
sebenste opened this issue May 30, 2021 · 1 comment

Comments

@sebenste
Copy link

Hello,

If one has two Novras (or other brand receiver) for NOAAport, or any other data feed like GRB, there is currently no way to have two NOAAport receivers, and then, through a config file, decide which one you want to feed from using the same server. That is, let's say we have a single server network configuration like this:

Eth0: LAN
Eth1: NOAAport receiver #1
Eth2: NOAAport receiver #2

Let's suppose NOAAport receiver 1 and NOAAport receiver 2 are from different dishes at the same facility receiving the same broadcast. I want the ability to change things in a configuration file such that I can restart the LDM, and change which one of the two I can feed from. I would also like the possibility of being able to feed from both from the same time, if one dish is receiving NOAAport, and another is receiving GRB, as an example.
Is there a simple flag that can be done like a value of 0, 1, 2, 3 in a config line to determine which port(s) to feed from separately or concurrently?

@semmerson
Copy link
Collaborator

The noaaportIngester(1) option "-I ip_addr" will restrict input to a particular interface.

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