https://github.com/9-volt/antioffice
Antioffice dashboard
https://github.com/9-volt/antioffice
Last synced: 3 months ago
JSON representation
Antioffice dashboard
- Host: GitHub
- URL: https://github.com/9-volt/antioffice
- Owner: 9-volt
- Created: 2014-08-19T18:16:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T12:55:13.000Z (almost 12 years ago)
- Last Synced: 2025-12-07T02:40:28.572Z (8 months ago)
- Language: CoffeeScript
- Homepage: antioffice.9vo.lt
- Size: 477 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Antioffice stats
Shows who's in the office right now. Data is gathered from router stats.
## List of supported routers
* D-Link DIR-300 (v2.02)
* D-Link DIR-300 (v2.15)
## Instalation
* Requires Node.js and MySQL database
* Install CoffeeScript `npm install -g coffee-script`
* Clone project and cd into its main folder
* Install required npm modules `npm install`
* Rename `config.json.sample` to `config.json` and edit file
* Run project `coffee index.coffee`
## Development
If you have a different router than you may want to develop your own parser function. Place the file in `parsers` folder.
Name your file as `routercode-version.coffee` where `routercode` is your router type in lowercase.
You may want to install nodemon so that server will restart automatically when any file changes.