https://github.com/sbrugman/presence-board
Tracks Wi-Fi probe requests. Displays presence board. Endless possibilities: welcome message when someone enters office, stalk your neighbour or check if the mailman passed by with your package.
https://github.com/sbrugman/presence-board
Last synced: 8 months ago
JSON representation
Tracks Wi-Fi probe requests. Displays presence board. Endless possibilities: welcome message when someone enters office, stalk your neighbour or check if the mailman passed by with your package.
- Host: GitHub
- URL: https://github.com/sbrugman/presence-board
- Owner: sbrugman
- Created: 2015-05-23T19:10:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T20:42:46.000Z (over 10 years ago)
- Last Synced: 2025-01-14T13:53:43.326Z (9 months ago)
- Language: PHP
- Size: 1.88 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presence Board
Tracks Wi-Fi probe requests. Displays presence board. Endless possibilities: show a welcome message when someone enters office, stalk your neighbour, check if the mailman passed by with your package, start romatic music when your girlfriend is near...## How it works
The Wi-Fi probes are detected using the monitor mode of the wireless adapter. If yours doesn't support monitor mode, they're available in China for less than 2 USD. The data is collected using Python. The dashboard and storage is handled in PHP.## Usage
Place the files from the www-directory on your (local)server. Change the path on line 22 of ``monitor.py``. Now run ``monitor.py`` to collect the Wi-Fi probes and start having fun. If you have any questions on the usage or made a nice application, I'd like to hear from you.Based on https://github.com/cdaller/hoover.