Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.18 KB

genie

A blazing fast TR-069 auto configuration server (ACS) built with node.js and MongoDB.

Features

  • Massively concurrent: Can handle handreds of thousands of connected devices on a single server even with low inform interval.
  • Preset-based configurations: Predefine sets of configurations that devices will pick up and apply based on given preconditions.
  • Tagging: Use tags to group devices for more managable presets.
  • Searching: Query for devices on any parameter (supports all common operators including regular expressions).
  • Parameter aliases: Define aliases to unify paramter paths from different types of devices. Aliases behave like normal parameters (i.e. can query on it or set it's value).

Requirements

Installation notes

  • Make sure you enable sockets for memcached and mongodb
  • Genie keeps all running tasks in memcached. Increase memcached cache size depending on the number of available devices.