#! /bin/bash
# Use "festival" to say out loud how much signal strength we have
# The IP address of the PDA
ip_addr="192.168.1.1"
# The username and password for the PDA
This works by using the same process as the 'Status-->Wireless'page i.e. it gets a chunk of data by wget'ing theStatus_Wireless.live.asp page from the PDA then running awk to get therelevant chunk of data (the signal strength) and then piping that intothe festival speech engine.user="root"
pass="admin"
DOWNLOAD FULL SCRIPT
fi
done
Now I just run this script and turn up the volume on my computer when I need to move the antenna.
Thanks...
0 comments:
Post a Comment