From 5fe52b37b002c1b6177e627ffb5f4c75a0718c21 Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Tue, 6 Jan 2015 17:02:14 +0000 Subject: [PATCH] Enable RTL-SDR auto-gain; remove net rate limit * With this setting more messages are decoded and at a greater range. * Get rid of batch rate limiting for dump1090 networking. It's more of a thing for Windows, anyway. --- fadump1090.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fadump1090.sh b/fadump1090.sh index d26fdc9..41af7cb 100755 --- a/fadump1090.sh +++ b/fadump1090.sh @@ -10,7 +10,7 @@ # ### END INIT INFO # Fill in name of program here. -PROG_ARGS="--quiet --net --net-ro-size 500 --net-ro-rate 5 --net-buffer 5" +PROG_ARGS="--quiet --net --gain -10" . /lib/lsb/init-functions