# findme **Repository Path**: shxsun/findme ## Basic Information - **Project Name**: findme - **Description**: This program help me to find my raspberrypi IP address - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-08-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Find My Raspberry ![findrb](static/favicon.png) ## 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://:8858/api/findme python findme.py It is recommend to add to crontab, open crontab with `crontab -e` * * * * * 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](static/demo.png) ## LICENSE [MIT](LICENSE)