https://github.com/dropbox/dropline
Tool to monitor how busy an area is using Wi-Fi. Originally intended for Dropbox's Tuck Shop.
https://github.com/dropbox/dropline
Last synced: 10 months ago
JSON representation
Tool to monitor how busy an area is using Wi-Fi. Originally intended for Dropbox's Tuck Shop.
- Host: GitHub
- URL: https://github.com/dropbox/dropline
- Owner: dropbox
- License: other
- Created: 2015-08-19T21:14:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T00:44:52.000Z (almost 11 years ago)
- Last Synced: 2025-06-10T03:10:06.761Z (about 1 year ago)
- Language: Haskell
- Size: 2.49 MB
- Stars: 18
- Watchers: 28
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple utility to estimate how busy an area is using wifi signals.
Built for Dropbox's Hack Week 2015.
Inspired by long lines at the Tuck Shop.
It connects to a Kismet server to gather Wi-Fi data.
It processes this data and keeps track of all MAC addresses seen in the last 5 minutes, as well as their respective signal strengths.
It then presents this data over HTTP.
`http://server/` shows a human-friendly signal strength indicator.
`http://server/raw` shows a list of RSSIs and how long they've been visible (without their associated MAC addresses).
To install,
cd Dropline
cabal install