https://github.com/codeskyblue/findme
This program help me to find my raspberrypi IP address
https://github.com/codeskyblue/findme
Last synced: about 2 months ago
JSON representation
This program help me to find my raspberrypi IP address
- Host: GitHub
- URL: https://github.com/codeskyblue/findme
- Owner: codeskyblue
- License: bsd-3-clause
- Created: 2015-08-01T09:05:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T01:27:36.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T01:18:08.381Z (4 months ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find My Raspberry

## Server
pip install flask tinydb
PORT=8858 python server.pyYour can use `hostname -i` to find your server IP in most times.
## Client(Run on your own raspberry)
SERVER=http://: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.
## LICENSE
[MIT](LICENSE)