Skip to content
Snippets Groups Projects
Unverified Commit 43a880e4 authored by Florian Maurer's avatar Florian Maurer
Browse files

docs: apply suggestions from code review


Co-authored-by: default avatarTom Herbers <github@herbetom.de>
parent 1fd073af
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ TLS support ...@@ -4,7 +4,7 @@ TLS support
The generic TLS implementation which is currently used by OpenWRT can be installed or added as dependency through the package ``gluon-tls``. The generic TLS implementation which is currently used by OpenWRT can be installed or added as dependency through the package ``gluon-tls``.
This removes the need for community packages to depend on a specific TLS implementation (like mbedtls, OpenSSL or WolfSSL). This removes the need for community packages to depend on a specific TLS implementation (like mbedtls, OpenSSL or WolfSSL).
This package is a placeholder for the current TLS implementation used. This package is an alias for the current TLS implementation used.
To allow for easy usage of communicating through HTTPS from the node, typical Certificate Authorities (CAs) are included through the package ``ca-bundle`` . To allow for easy usage of communicating through HTTPS from the node, typical Certificate Authorities (CAs) are included through the package ``ca-bundle`` .
* Starting with OpenWRT 23.05, mbedtls is the default TLS layer - this is reflected in Gluon :ref:`v2023.2 <releases-v2023.2-minor-changes>`. HTTPS is used by default to communicate with OpenWRT opkg servers. * Starting with OpenWRT 23.05, mbedtls is the default TLS layer - this is reflected in Gluon :ref:`v2023.2 <releases-v2023.2-minor-changes>`. HTTPS is used by default to communicate with OpenWRT opkg servers.
...@@ -9,7 +9,7 @@ configuration. ...@@ -9,7 +9,7 @@ configuration.
Outdoor mode Outdoor mode
------------ ------------
Configuring the node for `outdoor use` tunes the 5 GHz radio to a frequency and transmission power that conforms with the local regulatory requirements. Configuring the node for outdoor use tunes the 5 GHz radio to a frequency and transmission power that conforms with the local regulatory requirements.
It also enables dynamic frequency selection (DFS; radar detection). It also enables dynamic frequency selection (DFS; radar detection).
At the same time, mesh functionality is disabled as it requires neighbouring nodes to stay on the same channel permanently. At the same time, mesh functionality is disabled as it requires neighbouring nodes to stay on the same channel permanently.
......
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
gluon-web-cellular gluon-web-cellular
================== ==================
This package allows the configure WWAN for capable cellular devices. This package allows to configure WWAN for capable cellular devices.
This works by creating an abstraction layer into Gluon which takes common options (SIM PIN / APN) and translates it to modem-specific settings based on the specific device using. This works by creating an abstraction layer into Gluon which takes common options (SIM PIN / APN) and translates it to modem-specific settings based on the specific device using.
Doing so limits the use-case onto specific models (no LTE sticks possible) but provides a common interface. Doing so limits the use-case onto specific models (no LTE sticks possible) but provides a common interface.
The WWAN is assigned the firewall WAN zone and wired WAN can still be used, however without prioritization. The WWAN is assigned the WAN firewall zone and wired WAN can still be used, however without prioritization.
The traffic path is not configured to prefer one uplink source or the other. The traffic path is not configured to prefer one uplink source or the other.
.. image:: gluon-web-cellular.png .. image:: gluon-web-cellular.png
gluon-web-network gluon-web-network
================= =================
The package *gluon-web-network* is part of the :ref:`Feature Flag <user-site-feature-flags>` web-advanced. The package *gluon-web-network* is part of :ref:`Feature Flag <user-site-feature-flags>` web-advanced.
It allows to configure the roles of the gluon nodes network interfaces in config mode through checkboxes. It allows to configure the network interfaces roles of the gluon node in config mode through checkboxes.
It is a user-friendly way to configure what otherwise would need the :ref:`wired-mesh-commandline`. It is a user-friendly way to configure what otherwise would need the :ref:`wired-mesh-commandline`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment