You are here

extract data: localnode.local.mesh:8080/cgi-bin/signal

3 posts / 0 new
Last post
nc8q
nc8q's picture
extract data: localnode.local.mesh:8080/cgi-bin/signal
How do I extract the SNR data from localnode.local.mesh:8080/cgi-bin/signal?
I would like to find the lowest SNR in the last 48 hours.

73, Chuck

 
N1WBV
N1WBV's picture
The raw data is in JSON here:
nc8q
nc8q's picture
Extract .json data from AREDN chart
N1WBV: Thank you

#
# example.sh
# input argument nodename
# output 10 lowest signal_dbm in last 48 hours
#
wget -O 0.txt  http://$1.local.mesh:8080/cgi-bin/api?chart=archive
cat 0.txt | jq .pages.chart.archive[].signal_dbm|sort -n|head
 

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer