From 1fe205299e778878f1c4c2bb98863bf40dd75695 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Wed, 30 Mar 2016 16:10:36 -0400 Subject: [PATCH] Sacrificed logging to make dump978 feed proper. --- bash/decoders/dump978.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bash/decoders/dump978.sh b/bash/decoders/dump978.sh index 6633bec..9c75812 100644 --- a/bash/decoders/dump978.sh +++ b/bash/decoders/dump978.sh @@ -143,11 +143,9 @@ echo -e "\033[37m" tee $DUMP978DIR/dump978-maint.sh > /dev/null < /var/log/dump978.log & +# Start without logging. while true; do - tail -n0 -f /var/log/dump978.log | ${DUMP978DIR}/uat2json /var/www/html/dump978/data - tail -n0 -f /var/log/dump978.log | ${DUMP978DIR}/uat2esnt | /bin/nc -q1 127.0.0.1 30001 + rtl_sdr -d ${DUMP978DEVICE} -f 978000000 -s 2083334 -g 48 - | ${DUMP978DIR}/dump978 | ${DUMP978DIR}/uat2json /var/www/html/dump978/data | ${DUMP978DIR}/uat2esnt | /bin/nc -q1 127.0.0.1 30001 & sleep 15 done EOF