Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 747 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 747 Bytes

Raspberry Pi

All scripts are currently running on my Raspberry Pi


DDNS CLIENT

Email yourself your WAN IP address whenever it changes

  1. Clone the project
  pi@raspberry:~$ git clone git@github.com:ltekengineering/Raspberrypi.git .
  1. Clean up
  pi@raspberry:~$ rm LICENSE README.md
  pi@raspberry:~$ rm -rf .git*
  1. Edit resources/config.ini
  1. Schedule this in crontab
  pi@raspberry:~$ crontab -e
  #add the following to run the script every hour
  0 */1 * * * python /home/pi/Raspberrypi/pythonscripts/ipupdate.py >/dev/null 2>&1