Coder Social home page Coder Social logo

yrong / genieacs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from genieacs/genieacs

1.0 1.0 0.0 2.08 MB

A fast and lightweight TR-069 Auto Configuration Server (ACS)

Home Page: https://genieacs.com

License: GNU Affero General Public License v3.0

JavaScript 0.14% TypeScript 98.01% CSS 1.85%

genieacs's Introduction

GenieACS

GenieACS is a high performance Auto Configuration Server (ACS) for remote management of TR-069 enabled devices. It utilizes a declarative and fault tolerant configuration engine for automating complex provisioning scenarios at scale. It's battle-tested to handle hundreds of thousands and potentially millions of concurrent devices.

Quick Start

Important: This is a pre-release branch. Use v1.1 for production deployments.

Install Node.js and MongoDB. Refer to their corresponding documentation for installation instructions. The supported versions are:

  • Node.js: 10.x through 12.x
  • MongoDB: 2.6 through 4.1

Clone this repo or download the source archive then cd into the source directory and install the required dependencies:

npm install

Now build:

npm run build

Finally, run the following services from the build that's generated under 'dist' directory:

genieacs-cwmp

This is the service that the CPEs will communicate with. It listens on port 7547 by default. Configure the ACS URL in your devices accordingly.

./dist/bin/genieacs-cwmp

You may optionally use genieacs-sim as a dummy TR-069 simulator if you don't have a CPE at hand.

genieacs-nbi

This is the northbound interface module. It exposes a REST API on port 7557 by default. This one is only required if you have an external system integrating with GenieACS using this API.

./dist/bin/genieacs-nbi

genieacs-fs

This is the file server from which the CPEs will download firmware images and such.

./dist/bin/genieacs-fs

genieacs-ui

This serves the web based user interface. It listens on port 3000 by default.

./dist/bin/genieacs-ui --ui-jwt-secret secret

The argument --ui-jwt-secret supplies the key used for signing browser cookies.

The UI has plenty of configuration options. When you open GenieACS's UI in a browser you'll be greeted with a database initialization wizard to help you populate some initial configuration.

Support

The forum is a good place to get guidance and help from the community. Head on over and join the conversation! In addition, the wiki provides useful documentation and tips from GenieACS users.

For commercial support options and professional services, please visit genieacs.com.

License

Copyright 2013-2019 GenieACS Inc. GenieACS is released under the AGPLv3 license terms.

genieacs's People

Contributors

akcoder avatar mtvs avatar omar84 avatar pgbezerra avatar rfdrake avatar richardplatel-tc avatar shweelan avatar spencerlambert avatar tkaptan avatar yrong avatar zaidka avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.