bemasher / rtlamr-collect

Data aggregation for rtlamr.
GNU Affero General Public License v3.0
171 stars 29 forks source link

Using 2 instances on rtlamr-collect #21

Closed RamSet closed 5 years ago

RamSet commented 5 years ago

Hello.

Wandering if there a parameter or support for defining the source of rtl_tcp for aggregation.

As in 2 dongles, on different Ips.

Aggregation/influxdb is on IP1, second dongle is on IP2 (doesn't have that much firepower to run rtlamr on it but it's ok with rtl_tcp serving). Was wondering if i can run a different instance of rtlamr-collect on IP1 with IP2 as it's data source

bemasher commented 5 years ago

rtlamr-collect does not connect to the spectrum server, it only interprets messages read from stdin.

You can set the spectrum server for each instance of rtlamr using the -server command line flag, or RTLAMR_SERVER environment variable.