Bash and PHP scripts to send Raspberry Pi status to a webserver.
Raspberry Pi and Server side scripts are in separate folders.
Raspberry Pi:
- Add
SendRaspberryPiUptime.sh
to/usr/bin
- Add
SendRaspberryPiUptime.php
to/var/www/html
Server:
- Add
ReceivePiData.php
to a location on a server and update$url
inSendRaspberryPiUptime.php