Skip to content

codeskyblue/findme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find My Raspberry

findrb

Server

pip install flask tinydb
PORT=8858 python server.py

Your can use hostname -i to find your server IP in most times.

Client(Run on your own raspberry)

SERVER=https://<your-server-ip>:8858/api/findme python findme.py

It is recommend to add to crontab, open crontab with crontab -e Need to run with root

* * * * * SERVER=https://10.246.13.180:8858/api/findme python findme.py

Open your browser

Enter the server address, you will see your raspberry ip.

demo

LICENSE

MIT

About

This program help me to find my raspberrypi IP address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published