mirror of
https://github.com/Telecominfraproject/wlan-docs.git
synced 2025-11-03 12:18:06 +00:00
GitBook: [master] 13 pages modified
This commit is contained in:
16
README.md
16
README.md
@@ -1,20 +1,20 @@
|
||||
---
|
||||
description: Telecom Infra Project Open Wi-Fi
|
||||
description: Telecom Infra Project Open WiFi
|
||||
---
|
||||
|
||||
# Open Wi-Fi
|
||||
# OpenWiFi
|
||||
|
||||
## What is Open Wi-Fi?
|
||||
## What is OpenWiFi?
|
||||
|
||||
TIP Open Wi-Fi is an open source community project that believes in democratizing premium Wi-Fi experiences for multiple market use cases. The TIP approach to Open Wi-Fi creates an open source disaggregated technology stack without any vendor lock in. Open Wi-Fi offers premium managed Wi-Fi features, local break-out design, cloud native open source controller, and an open source AP firmware operating system tested nightly.
|
||||
TIP OpenWiFi is an open source community project that believes in democratizing premium Wi-Fi experiences for multiple market use cases. The TIP approach to OpenWiFi creates an open source disaggregated technology stack without any vendor lock in. OpenWiFi offers premium managed Wi-Fi features, local break-out design, cloud native open source controller, and an open source AP firmware operating system tested nightly.
|
||||
|
||||

|
||||
|
||||
TIP Open Wi-Fi is the industry's first CI/CD open source Wi-Fi eco-system. Built nightly with a strong community of Wi-Fi leaders, new features are unit tested in automated RF chambers and checked from cloud to ground for Wi-Fi performance and conformance.
|
||||
TIP OpenWiFi is the industry's first CI/CD open source Wi-Fi eco-system. Built nightly with a strong community of Wi-Fi leaders, new features are unit tested in automated RF chambers and checked from cloud to ground for Wi-Fi performance and conformance.
|
||||
|
||||
### High Level Features
|
||||
|
||||
#### Cloud SDK in Open Wi-Fi offers:
|
||||
#### Cloud SDK in OpenWiFi offers:
|
||||
|
||||
* Zero Touch Provisioning
|
||||
* Firmware Management
|
||||
@@ -23,7 +23,7 @@ TIP Open Wi-Fi is the industry's first CI/CD open source Wi-Fi eco-system. Built
|
||||
* Template based device provisioning with RADIUS profile management
|
||||
* Advanced RF control with RRM
|
||||
|
||||
#### Each Open Wi-Fi AP offers:
|
||||
#### Each OpenWiFi AP offers:
|
||||
|
||||
* Multiple topologies including Bridging, Virtual LAN, NAT Gateway, Local Breakout, Overlay
|
||||
* Multiple authentications WPA2, WPA3, Enterprise Radius models
|
||||
@@ -31,7 +31,7 @@ TIP Open Wi-Fi is the industry's first CI/CD open source Wi-Fi eco-system. Built
|
||||
* Zero Touch Provisioning
|
||||
* Captive Portal
|
||||
|
||||
**Open Wi-Fi AP Detail List:**
|
||||
**OpenWiFi AP Detail List:**
|
||||
|
||||
* Wi-Fi 4 \(n\) Wi-Fi 5 \(ac\) Wi-Fi 6 \(ax\)
|
||||
* Dual Bank Bootloader
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Table of contents
|
||||
|
||||
* [Open Wi-Fi](README.md)
|
||||
* [OpenWiFi](README.md)
|
||||
* [Getting Started](getting-started/README.md)
|
||||
* [Working With a Cloud Provider](getting-started/working-with-a-cloud-provider.md)
|
||||
* [Obtaining TIP Open Wi-Fi APs](getting-started/ordering-open-wi-fi-aps.md)
|
||||
* [Obtaining TIP OpenWiFi APs](getting-started/ordering-open-wi-fi-aps.md)
|
||||
* [Creating Your Own Cloud Solution](getting-started/roll-your-own.md)
|
||||
* [Device and Cloud Keys](getting-started/device-and-cloud-keys.md)
|
||||
* [Cloud SDK Installation](getting-started/controller-installation/README.md)
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# API
|
||||
|
||||
TIP Open Wi-Fi project is a data-model driven design, meaning the features in the solution are designed as interfaces to be consumed either by micro-services, network devices, or other applications integrating with the solution.
|
||||
TIP OpenWiFi project is a data-model driven design, meaning the features in the solution are designed as interfaces to be consumed either by micro-services, network devices, or other applications integrating with the solution.
|
||||
|
||||
The most useful way to learn the TIP Open Wi-Fi API is to consume the Swagger interface that fully describes all implemented REST methods.
|
||||
The most useful way to learn the TIP OpenWiFi API is to consume the Swagger interface that fully describes all implemented REST methods.
|
||||
|
||||
TIP Open Wi-Fi controller uses OAuth for authentication. A bearer token must first be obtained for subsequent API calls to succeed.
|
||||
TIP OpenWiFi controller uses OAuth for authentication. A bearer token must first be obtained for subsequent API calls to succeed.
|
||||
|
||||
## Curl Request to controller for Bearer Token
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ description: Passpoint®
|
||||
|
||||
# Configuration Introduction
|
||||
|
||||
TIP Open WiFi devices implement support for both the air interface and systems interfaces necessary to support Passpoint® Release 2 and above. Once also termed Hotspot 2.0, IEEE 802.11u specified added air interface fields exposing Access Network Query Protocol interactions for clients to discovery Access Point capabilities.
|
||||
TIP OpenWiFi devices implement support for both the air interface and systems interfaces necessary to support Passpoint® Release 2 and above. Once also termed Hotspot 2.0, IEEE 802.11u specified added air interface fields exposing Access Network Query Protocol interactions for clients to discovery Access Point capabilities.
|
||||
|
||||
Wi-Fi Alliance expanded ANQP to include Online Signup \(OSU\) concepts to leverage seamless onboarding and client security for Passpoint® networks. Following on from these efforts, Wireless Broadband Alliance has provided the necessary system interfaces for identity, security, mobile offload within a common federated operator solution known as OpenRoaming.
|
||||
|
||||
TIP Open WiFi enables operators to deploy the full range of Passpoint® and OpenRoaming solutions.
|
||||
TIP OpenWiFi enables operators to deploy the full range of Passpoint® and OpenRoaming solutions.
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Passpoint® Setup
|
||||
|
||||
# Passpoint® Cloud SDK Configuration
|
||||
|
||||
In earlier sections of Open WiFi documentation, the association of Access Point Equipment and SSID Profiles were described.
|
||||
In earlier sections of OpenWiFi documentation, the association of Access Point Equipment and SSID Profiles were described.
|
||||
|
||||
For Passpoint® configuration, each Equipment Profile may reference multiple SSID Profiles. Within the SSID Profile, an association to RADIUS and Passpoint® Profile is made.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Getting Started
|
||||
|
||||
There are two ways to get started with TIP Open Wi-Fi. For those interested in 'rolling their own' fell free to continue through the Cloud SDK Installation and related information to configure and consume the open source stack. Note you will need to join the TIP Open Converged Wireless PG for this.
|
||||
There are two ways to get started with TIP OpenWiFi. For those interested in 'rolling their own' feel free to continue through the Cloud SDK Installation and related information to configure and consume the open source stack. Note you will need to join the TIP Open Converged Wireless PG for this.
|
||||
|
||||
Interested in getting started with a partner? Obtaining a TIP AP directly or via a partner is simple and these partners will help setup cloud trial environment with you.
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Access Points
|
||||
|
||||
TIP Open WiFi devices are available from many hardware partners. All TIP Open WiFi devices have the same standard image of open source software.
|
||||
TIP OpenWiFi devices are available from many hardware partners. All TIP OpenWiFi devices have the same standard image of open source software.
|
||||
|
||||
TIP Open WiFi 1.0 devices run OpenWrt operating system with OpenSync as a management stack.
|
||||
TIP OpenWiFi 1.0 devices run OpenWrt operating system with OpenSync as a management stack.
|
||||
The use of OpenWrt is largely upstream based on OpenWrt 19.07 in Open WiFi 1.0.
|
||||
|
||||
When a TIP firmware image is created, the system will merge TIP specific patches, kernel specific patches, and build this with the target OpenWrt 19.07 operating system as one complete firmware image. From this process a TIP Open WiFi standard firmware results with the following settings.
|
||||
When a TIP firmware image is created, the system will merge TIP specific patches, kernel specific patches, and build this with the target OpenWrt 19.07 operating system as one complete firmware image. From this process a TIP OpenWiFi standard firmware results with the following settings.
|
||||
|
||||
### Device Defaults
|
||||
|
||||
@@ -17,7 +17,7 @@ When a TIP firmware image is created, the system will merge TIP specific patches
|
||||
|
||||
### Unable to Connect to WAN or Controller
|
||||
|
||||
If the Open WiFi device has been unable to reach the internet or the assigned controller, the 'Maverick' SSID will appear. Joining this Wi-Fi network will join the local management interface to help onboard the device to the internet and controller.
|
||||
If the OpenWiFi device has been unable to reach the internet or the assigned controller, the 'Maverick' SSID will appear. Joining this Wi-Fi network will join the local management interface to help onboard the device to the internet and controller.
|
||||
|
||||
After joining Maverick SSID, opening a web browser to the address 192.168.1.1 where the following login displays. Enter root login and password.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Cloud SDK Installation
|
||||
|
||||
Open Wi-Fi Cloud SDK may be deployed to both public and private cloud environments.
|
||||
OpenWiFi Cloud SDK may be deployed to both public and private cloud environments.
|
||||
|
||||
Helm charts support automated deployment of the Cloud SDK PODs and containers into AWS and MicroK8s Kubernetes platforms.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: TIP Open Wi-Fi
|
||||
description: TIP OpenWiFi
|
||||
---
|
||||
|
||||
# Cloud SDK
|
||||
|
||||
@@ -6,11 +6,11 @@ description: Root Certificate Trust
|
||||
|
||||
## Device and Cloud Certificates
|
||||
|
||||
TIP Open Wi-Fi program ensures unique identity of all devices, encryption of traffic to and from the management cloud, discovery of management cloud, and ability to change device to cloud service discovery. TIP model ensures worldwide Zero Touch Provisioning, unique identity of all device and cloud conversation with no vendor lock in.
|
||||
TIP OpenWiFi program ensures unique identity of all devices, encryption of traffic to and from the management cloud, discovery of management cloud, and ability to change device to cloud service discovery. TIP model ensures worldwide Zero Touch Provisioning, unique identity of all device and cloud conversation with no vendor lock in.
|
||||
|
||||

|
||||
|
||||
TIP device and cloud partners in Open Wi-Fi are uniquely managed members within a division of the Telecom Infra Project CA within DigiCert.
|
||||
TIP device and cloud partners in OpenWiFi are uniquely managed members within a division of the Telecom Infra Project CA within DigiCert.
|
||||
|
||||
### Device Onboarding
|
||||
|
||||
@@ -36,7 +36,7 @@ Each device on initial startup or when factory reset will connect to the Certifi
|
||||
|
||||
### Configuration without Internet Connection
|
||||
|
||||
In certain situations, a connection to the cloud or the root authority may not be possible. When this occurs, each TIP Open Wi-Fi Access Point device on factory boot presents an initial configuration Wi-Fi Management SSID called 'Maverick'. Connecting to Maverick presents a web page where updating WAN interface settings and the fully qualified domain name of the cloud may be entered.
|
||||
In certain situations, a connection to the cloud or the root authority may not be possible. When this occurs, each TIP OpenWiFi Access Point device on factory boot presents an initial configuration Wi-Fi Management SSID called 'Maverick'. Connecting to Maverick presents a web page where updating WAN interface settings and the fully qualified domain name of the cloud may be entered.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
description: TIP Wi-Fi Member Access Point Ordering Information
|
||||
description: TIP Member Access Point Ordering Information
|
||||
---
|
||||
|
||||
# Obtaining TIP Open Wi-Fi APs
|
||||
# Obtaining TIP OpenWiFi APs
|
||||
|
||||
### Open Wi-Fi Access Point Partners
|
||||
|
||||
@@ -14,7 +14,7 @@ description: TIP Wi-Fi Member Access Point Ordering Information
|
||||
|
||||
|
||||
|
||||
TIP Wi-Fi members may contact the ODM manufacturers in the TIP Wi-Fi eco-system using the information posted within Community Confluence page.
|
||||
TIP members may contact the ODM manufacturers in the TIP OpenWiFi eco-system using the information posted within Community Confluence page.
|
||||
|
||||
{% embed url="https://telecominfraproject.atlassian.net/wiki/spaces/WIFI/pages/112689187/AP+Hardware" caption="" %}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ There is no fee to join, once you are approved, access to Confluence, JIRA, Slac
|
||||
|
||||
### Initial Lab Setup
|
||||
|
||||
Deploying the TIP Open Wi-Fi solution into a lab or into production is simple to do.
|
||||
Deploying the TIP OpenWiFi solution into a lab or into production is simple to do.
|
||||
Some basic pre-requisites should be satisfied before beginning.
|
||||
|
||||
Ensure the following are known before beginning installation:
|
||||
|
||||
@@ -6,7 +6,7 @@ description: Out of the box Open Wi-Fi
|
||||
|
||||
### Cloud Providers
|
||||
|
||||
Current Release 1.x Open Wi-Fi cloud partners can accelerate your deployment of TIP Open Wi-Fi.
|
||||
Current Release 1.x OpenWiFi cloud partners can accelerate your deployment of TIP OpenWiFi.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user