viasat / exede dap script
Automated process to get rid of the viasat DAP screen
When you go over usage all port 80 traffic is blocked and a screen is displayed asking you to press a button
this can stop any automated process you have from working that sends data on port 80. In my case my weather station stops reporting . This script press the button for you.
Setup. Download the script from here
enter a url I recommend using the DDNS www.duckdns.org IP update url
On a PI it can be located anywhere as long as PHP is installed
run on a PI by calling by chron
PHP exede.php >> /var/log/exede.log
or
PHP exede.php >/dev/null
