From 3f524d45671a7f4fa775ea25bf2521b445b308f6 Mon Sep 17 00:00:00 2001 From: Dmitry Toptygin <62253810+dmitry-toptygin-connectus-ai@users.noreply.github.com> Date: Fri, 19 Jun 2020 09:09:45 -0400 Subject: [PATCH] Updated README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 637e6b5..5a67559 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# tip-wlan-opensync-wifi-controller +# wlan-opensync-wifi-controller Opensync Wifi Controller - accepts connections from the access points, pushes configuration, reads metrics from the topics on MQTT broker. -Components in this repository depend on other tip-wlan repositories. +Components in this repository depend on other wlan-cloud repositories. -How to build components in this repository - checkout [tip-wlan-cloud-workspace](https://github.com/Telecominfraproject/tip-wlan-cloud-workspace) repository and follow its build instructions. +How to build components in this repository - checkout [wlan-cloud-workspace](https://github.com/Telecominfraproject/wlan-cloud-workspace) repository and follow its build instructions. + +There are several variants of the Opensync Wifi Controller: +* statically configured by the json files - see the projects: opensync-ext-static, opensync-gateway-static-process, opensync-gateway-static-docker +* dynamically configured using REST APIs and provisioning workflows of the CloudSDK - see the projects: opensync-ext-cloud, opensync-gateway-cloud-process, opensync-gateway-cloud-docker + +All the variants mentionined above are using common components defined in projects opensync-gateway and opensync-ext-interface