项目作者: albismart

项目描述 :
Open-source provisioning :sparkler: middleware client-api :twisted_rightwards_arrows: to manage network infrastructures :globe_with_meridians:
高级语言: PHP
项目地址: git://github.com/albismart/client-api.git
创建时间: 2018-08-08T22:56:36Z
项目社区:https://github.com/albismart/client-api

开源协议:MIT License

下载


alt text

Albismart snmp-driver is an opensource project, MIT-licensed. It is maintained by the core developers of Albismart company. Open to any contributors willing to give to the Internet Providing community.

Client API - Intro

Introduction

The client-api, is a middleware between the decentralized servers and provisioning solutions.
It is designed to provide your network infrastructure a modern REST API using JSON.

Prerequisites

In order to get the API running, setup a linux distro with the below services

  1. 1. PHP 5.4> running server with
  2. 2. PHP Extensions: json, snmp, mysql, mysql-pdo
  3. 3. MySQL if you are planing to use https://freeradius.org
  4. 4. DHCP server in case you have one you can install our API inside that actual running server.
  5. 5. ([OMAPI](https://en.wikipedia.org/wiki/OMAPI)) and OMSHELL in order to manage the DHCP Hosts on the fly.

Installing

You may download our api from project page or get the zip from github.

After doing get the files inside your /var/www/html/ dir or your public apache/nginx based on your server configuration.

Our initial todo list (we may extend or eleminate items, depending on the project flow)

  • Server info
  • DHCP Provisioning Management API (OMAPI based)
  • PPPoE Provisioning Management API
  • CMTS - SNMP Read, Write API
  • CableModem - SNMP Read, Write API
  • OLT - SNMP Read, Write API
  • ONU/ONT - SNMP Read, Write API
  • Telnet connection API
  • Cronjob tasks for fixes, updates and collection purposes
  • GUI installation index.php, create config.php
  • Build an extensive wiki for the repo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details