From 9ff86816288904bb552793b4c6edfd746b6a2c07 Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Wed, 25 Oct 2023 11:56:19 +0300 Subject: [PATCH] Main page for explanation. --- docs/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..71d83ca --- /dev/null +++ b/docs/index.md @@ -0,0 +1,17 @@ +# Net-N +### A simple micro ISP management solution + +[![Repo stars](https://img.shields.io/github/stars/Maagan-Michael/net-n?style=social)](https://github.com/Maagan-Michael/net-n) + +Designed to manage local area network with prominent tenants. +These are the input modes: +1. Auto ingestion mode - Designed to read from a view in Oracle DB and perform certain operations given that there's a relevant available budget for the desired operation. +2. Interactive mode - A full management UI for both tenants and network equipment in search-like interface to focus on what matters. + +The control plane allows different operations using several types of network equipment control: +1. HPE IMC API - The HPE management software using their native API. +2. SNMP - A highly configurable SNMP plugin that will allow reading relevant information from the network equipment and controlling the relevant ports for connection/disconnection. + +The following documents describe some of the inner mechanism of this system. + +This system is designed to be fully modular allowing adding more modules for ingestion or control plane along with detaching options for some of the modules to make it more secure.