Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfarrell/home-presence-monitor
Checks who's home using WiFi MAC addresses of devices
https://github.com/gfarrell/home-presence-monitor
Last synced: about 22 hours ago
JSON representation
Checks who's home using WiFi MAC addresses of devices
- Host: GitHub
- URL: https://github.com/gfarrell/home-presence-monitor
- Owner: gfarrell
- Created: 2014-09-21T20:47:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T23:13:05.000Z (over 10 years ago)
- Last Synced: 2024-11-16T14:11:42.752Z (2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Presence Monitor
================Checks who's home using WiFi MAC addresses of devices. Requires a locally running **redis** server.
## Usage
node main.js
Starts polling for present users, and also loads a web server to allow you to see who is at home.
## Adding users
To add users, at the moment you'll have to do it manually in redis:
hmset user:_USERNAME_ id _USERNAME_ device _MAC_ADDRESS_
sadd users _USERNAME_Once you've done that you're ready to rock and roll.