Skip to content

Tracks DHCP leases and allows users to claim devices and tie them to an individual user and then track usage

Notifications You must be signed in to change notification settings

davetroy/honeycomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honeycomb passively monitors DHCP leases and gives users an opportunity to claim devices by hardware MAC address. It then monitors subsequent usage and can show current or historical usage information.

Developer Information
To get running, first build your db:

  • create a database.yml with your favorite db as development
  • rake db:create
  • rake db:migrate:reset
  • rake db:load:manufacturers

Now to populate the ‘appearances’ with some test data from a fake log:

  • RAILS_ENV=development lib/daemons/net_monitor_ctl start

Made available under the MIT License
© 2009 David C. Troy, [email protected]

About

Tracks DHCP leases and allows users to claim devices and tie them to an individual user and then track usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published