GithubHelp home page GithubHelp logo

freeacs / freeacs-next Goto Github PK

View Code? Open in Web Editor NEW
5.0 6.0 7.0 7.38 MB

(WIP) A project to revitalize the FreeACS project

Scala 50.78% HTML 4.92% CSS 42.05% JavaScript 0.89% Java 0.03% SCSS 1.32%
play scala tr069 telecom

freeacs-next's Introduction

Free ACS

Freeacs Logo

main Maintainability CodeQL Analysis

FreeACS is a somewhat complete TR-069 ACS available for free under the MIT License. You can download and install it, or contribute to the project!

Prerequisites

FreeACS requires Java 17 and MySQL. It has been tested to work on Java 17, 18 and 19 and latest version of MySQL (the latter with some minor quirk in the install script).

Discussion

Build it

FreeACS is built with SBT on unix/linux systems:

$ ./mvnw test

Packaged to deployable zips with:

$ ./mvnw package

See the distribution modules target folder or the individual module target folders for deployable zip files.

Contributing

Please read CONTRIBUTING.md for instructions to set up your development environment to build FreeACS

Versioning

We use SemVer for versioning.

License

This project is licensed under the The MIT License.

Active project Members

  • Jarl André Hübenthal (@jarlah)

See https://github.com/freeacs/freeacs/wiki/About for information.

freeacs-next's People

Contributors

jarlah avatar yrong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

freeacs-next's Issues

Re-Implement Kick functionality

Kick is inherently extremely simple. Either we do have connectionrequest params or we dont. If we do. Use them to kick device with a http request with basic header. Done. No fuzz

Re-implement TR-069 Basic Provisioning

Following things must be implemented:

  1. IN -> INr, including auto discovery of unit, authentication etc.
    DONE
  2. IN -> INr -> EM -> [GPN -> GPNr ->] GPV -> GPVr -> SPV -> SPVr -> EM
    Partially done, tr069 controller will automatically answer EM with dummy GPV and onwards.
    Done:
  • If Discover param is 1, or if discovery mode is true, or if deviceParameters.length == 0 (meaning only system params)
    • GPN: Ask CPE for parameter names in <Keyroot>.ManagementServer. (or be explicit)
    • GPNr: Store all parameters in unit type that does not already exist
  • GPV/GPVr: Ask CPE for all values to parameters with Read Always flag
  • SPV/SPVr: Ask CPE to set new values for parameters that has different values in ACS (for initial provisioning this is obviously none). Always set new semi random PII.

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.