From 8109d300acb8f7b01993d4555264c0920c1bebd2 Mon Sep 17 00:00:00 2001 From: Jaspreet Sachdev Date: Fri, 17 Dec 2021 16:35:15 +0000 Subject: [PATCH] GitBook: [#16] No subject --- SUMMARY.md | 1 + getting-started/repositories.md | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 getting-started/repositories.md diff --git a/SUMMARY.md b/SUMMARY.md index cb0c191..9f7f1e0 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -8,6 +8,7 @@ * [Release 2.0 SDK](getting-started/sdk.md) * [Access Points](getting-started/access-points/README.md) * [Local Device Settings](getting-started/access-points/local-device-settings.md) + * [Repositories](getting-started/repositories.md) * [Provisioning](provisioning/README.md) * [Data Model Introduction](provisioning/data-model-introduction.md) * [Creating a Configuration](provisioning/creating-a-configuration.md) diff --git a/getting-started/repositories.md b/getting-started/repositories.md new file mode 100644 index 0000000..de61f6d --- /dev/null +++ b/getting-started/repositories.md @@ -0,0 +1,41 @@ +--- +description: 2.4 Repository Information +--- + +# Repositories + +**Access Point Network OS (APNOS)** + +License: BSD-3-Clause + +* Openwrt based APNOS: [https://github.com/Telecominfraproject/wlan-ap/tree/release/v2.4.0](https://github.com/Telecominfraproject/wlan-ap/tree/release/v2.4.0) + +**Controller SDK** + +License: BSD-3-Clause + +* Gateway Service: [https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/tree/release/v2.4.0](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/tree/release/v2.4.0) +* Gateway UI: [https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui/tree/release/v2.4.0](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui/tree/release/v2.4.0) +* Security Service: [https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/tree/release/v2.4.0](https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/tree/release/v2.4.0) +* Firmware Service: [https://github.com/Telecominfraproject/wlan-cloud-ucentralfms/tree/release/v2.4.0](https://github.com/Telecominfraproject/wlan-cloud-ucentralfms/tree/release/v2.4.0) +* Provisioning Service:[https://github.com/Telecominfraproject/wlan-cloud-owprov/tree/main](https://github.com/Telecominfraproject/wlan-cloud-owprov/tree/main) +* Provisioning UI: [https://github.com/Telecominfraproject/wlan-cloud-owprov-ui/tree/main](https://github.com/Telecominfraproject/wlan-cloud-owprov-ui/tree/main) + +**Testing** + +License: BSD-3-Clause + +* Open Test Harness and Test cases: [https://github.com/Telecominfraproject/wlan-testing/tree/master](https://github.com/Telecominfraproject/wlan-testing/tree/master) + +**SDK Load Simulator** + +License: BSD-3-Clause + +* OpenWiFi Load Simulator (OWLS): [https://github.com/Telecominfraproject/wlan-cloud-owls/tree/main](https://github.com/Telecominfraproject/wlan-cloud-owls/tree/main)\ + + +**Deployment** + +License: BSD-3-Clause + +* Helm and Docker Compose Deployments: [https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy/tree/release/v2.4.0](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy/tree/release/v2.4.0)