Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.