Skip to content

jborrel00/showMEtheIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

showMEtheIP

Gives you the ip address of your raspberry pi at startup

To run this file at startup, use either the crontab or /etc/rc.local

Using crontab:

sudo crontab -e

scroll to the bottom and add @reboot sudo python /home/pi/iptest.py &

Using /etc/rc.local

sudo nano /etc/rc.local

enter sudo python /home/pi/iptest.py before the line that reads 'exit 0'

Both methods have worked for me

*Note: this script is designed specifically to work with gmail

About

Gives you the ip address of your raspberry pi at startup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages