codeskyblue / findme

This program help me to find my raspberrypi IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=http://<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=http://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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 83.0%Language:HTML 17.0%