bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.19k stars 249 forks source link

rtl_tcp and rtlamr in different RPi(s) #132

Closed uriva9w closed 4 years ago

uriva9w commented 4 years ago

Hi All I want to understand "If you want to run the spectrum server on a different machine than the receiver you'll want to specify an address to listen on that is accessible from the machine rtlamr will run on with the -a option for rtl_tcp with an address accessible by the system running the receiver."

I want to run rtl_tcp in one RPi (A)...and rtlamr in another RPi (B) Could you please give me un example? In (A): rtl_tpc -a 192.168.1.1 What about (B)?

Thank you very much

bemasher commented 4 years ago

If RPi (A) is running rtl_tcp -a 192.168.1.1, then on RPi (B) you would then use rtlamr -server=192.168.1.1:1234