From a125ef66cef72ca10c8ed5457ae6d1a53e49938b Mon Sep 17 00:00:00 2001 From: Jaspreet Sachdev Date: Thu, 23 Jun 2022 21:12:24 +0000 Subject: [PATCH] GitBook: [#8] No subject --- SUMMARY.md | 16 ++++++++-------- .../README.md | 12 ++++++------ .../about-the-sdk.md | 4 ++-- .../access-points/README.md | 0 .../access-points/local-device-settings.md | 0 .../cloud-discovery/README.md | 0 .../cloud-discovery/discovery-without-cloud.md | 0 {about-openwifi => openwifi-stack}/firmware.md | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) rename about-openwifi/openwifi-stack.md => openwifi-stack/README.md (89%) rename {about-openwifi => openwifi-stack}/about-the-sdk.md (95%) rename {getting-started => openwifi-stack}/access-points/README.md (100%) rename {getting-started => openwifi-stack}/access-points/local-device-settings.md (100%) rename {getting-started => openwifi-stack}/cloud-discovery/README.md (100%) rename {getting-started => openwifi-stack}/cloud-discovery/discovery-without-cloud.md (100%) rename {about-openwifi => openwifi-stack}/firmware.md (79%) diff --git a/SUMMARY.md b/SUMMARY.md index 93cc679..8709f23 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -3,22 +3,22 @@ * [OpenWiFi Release 2.6 GA](README.md) * [About OpenWifi](about-openwifi/about-openwifi.md) * [Open WiFi First](about-openwifi/contribute.md) - * [Open WiFi Stack](about-openwifi/openwifi-stack.md) - * [About the OpenWiFi SDK](about-openwifi/about-the-sdk.md) - * [OpenWiFi Firmware](about-openwifi/firmware.md) * [About Device Provisioning](about-openwifi/device-provisioning.md) * [Supported Hardware](about-openwifi/supported-hardware.md) - * [Integrations](about-openwifi/openwifi-stack.md) + * [Integrations](openwifi-stack/README.md) * [Ordering OpenWiFi APs](ordering-open-wi-fi-aps.md) * [Device Partner Information](device-partner-information.md) * [Cloud Partner Information](cloud-partner-information.md) * [What's New](whats-new.md) +* [Open WiFi Stack](openwifi-stack/README.md) + * [About the OpenWiFi SDK](openwifi-stack/about-the-sdk.md) + * [OpenWiFi Firmware](openwifi-stack/firmware.md) + * [Cloud Discovery](openwifi-stack/cloud-discovery/README.md) + * [Discovery without Cloud](openwifi-stack/cloud-discovery/discovery-without-cloud.md) + * [Access Points](openwifi-stack/access-points/README.md) + * [Local Device Settings](openwifi-stack/access-points/local-device-settings.md) * [Getting Started](getting-started/README.md) - * [Cloud Discovery](getting-started/cloud-discovery/README.md) - * [Discovery without Cloud](getting-started/cloud-discovery/discovery-without-cloud.md) * [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) diff --git a/about-openwifi/openwifi-stack.md b/openwifi-stack/README.md similarity index 89% rename from about-openwifi/openwifi-stack.md rename to openwifi-stack/README.md index 23f5c3a..8d1263d 100644 --- a/about-openwifi/openwifi-stack.md +++ b/openwifi-stack/README.md @@ -1,14 +1,14 @@ -# TIP OpenWiFi Stack +# Open WiFi Stack The TIP OpenWiFi SDK and the AP network operating system (AP NOS) firmware serves many use cases. With TIP OpenWiFi, the entire 'stack' from the SDK to the firmware can be consumed—lowering the cost of entry and time to market of a new entrant. -![](./media/image3.png) +![](../about-openwifi/media/image3.png) -![](./media/image4.png) +![](../about-openwifi/media/image4.png) Ensuring lock in is not present is not enough for a mass market solution. It is also necessary to provide customer choice in the cloud whether that customer is the operator or an end user. -![](./media/image5.png) +![](../about-openwifi/media/image5.png) ## Cloud or On-prem @@ -22,8 +22,8 @@ In the TIP OpenWiFi solution, all devices may be registered to any TIP OpenWiFi The OpenWiFi team implemented a Continuous Integration / Continuous Deployment (CI/CD) development pipeline that integrated feature development with continuous builds. Recognizing a large factor for operators is the break-fix cycle common in network vendors, OpenWiFi continuous builds are automated into a Quality Assurance (QA) pipeline. -![](./media/image6.png) +![](../about-openwifi/media/image6.png) At this time, 1,500 nightly tests exercise sanity for all builds of AP NOS and the cloud SDK across the majority of OpenWiFi hardware portfolio. -![](./media/image7.png) +![](../about-openwifi/media/image7.png) diff --git a/about-openwifi/about-the-sdk.md b/openwifi-stack/about-the-sdk.md similarity index 95% rename from about-openwifi/about-the-sdk.md rename to openwifi-stack/about-the-sdk.md index 320ae30..a04292e 100644 --- a/about-openwifi/about-the-sdk.md +++ b/openwifi-stack/about-the-sdk.md @@ -1,4 +1,4 @@ -# OpenWiFi SDK +# About the OpenWiFi SDK The TIP OpenWiFi SDK supports multiple hardware platforms for Wi-Fi and PoE switching. Commercial controllers are also integrating the OpenWiFi SDK with their go to market offers. This presents great opportunities for many operators. A full SDK for those who seek to work directly with the Open Source project to a full commercial vendor - operator model. @@ -14,4 +14,4 @@ You can integrate OSS/BSS (Operations Back Office Support Software) systems with The SDK dashboard shows all devices deployed, their current state, and simplified reports of overall device health. -![](./media/image10.png) +![](../about-openwifi/media/image10.png) diff --git a/getting-started/access-points/README.md b/openwifi-stack/access-points/README.md similarity index 100% rename from getting-started/access-points/README.md rename to openwifi-stack/access-points/README.md diff --git a/getting-started/access-points/local-device-settings.md b/openwifi-stack/access-points/local-device-settings.md similarity index 100% rename from getting-started/access-points/local-device-settings.md rename to openwifi-stack/access-points/local-device-settings.md diff --git a/getting-started/cloud-discovery/README.md b/openwifi-stack/cloud-discovery/README.md similarity index 100% rename from getting-started/cloud-discovery/README.md rename to openwifi-stack/cloud-discovery/README.md diff --git a/getting-started/cloud-discovery/discovery-without-cloud.md b/openwifi-stack/cloud-discovery/discovery-without-cloud.md similarity index 100% rename from getting-started/cloud-discovery/discovery-without-cloud.md rename to openwifi-stack/cloud-discovery/discovery-without-cloud.md diff --git a/about-openwifi/firmware.md b/openwifi-stack/firmware.md similarity index 79% rename from about-openwifi/firmware.md rename to openwifi-stack/firmware.md index 755f746..9aab7e9 100644 --- a/about-openwifi/firmware.md +++ b/openwifi-stack/firmware.md @@ -1,7 +1,7 @@ -# Firmware Management +# OpenWiFi Firmware One of the highest management costs for operators is delivering firmware to the production network. TIP OpenWiFi provides an out-of-the-box firmware management service—controlled using the Firmware dashboard or the firmware API. -![](./media/image11.jpeg) +![](../about-openwifi/media/image11.jpeg)