Skip to content

Commit c31eea6

Browse files
committed
mesh11sd: update to version 5.0.1
Maintainer: Rob White [email protected] Compile tested: All Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, mips_24kc, aarch64_cortex-a53; On 23.5, 24.10 and master/snapshot. Description: mesh11sd (5.0.1) This is a major release, with additional minor fixes. It introduces significant new functionality, including point to multipoint vxlan tunneling and a Centralised Access Point usage database. The full changelog can be seen here: https://github.com/openNDS/mesh11sd/blob/v5.0.1/ChangeLog Signed-off-by: Rob White <[email protected]> (cherry picked from commit 5d1d38a)
1 parent c9b6366 commit c31eea6

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

mesh11sd/Makefile

+12-19
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#
33
# This is free software, licensed under the GNU General Public License v2.
44
# See /LICENSE for more information.
5-
# Copyright (C) 2022 - 2024 BlueWave Projects and Services <[email protected]>
5+
# Copyright (C) 2022 - 2025 BlueWave Projects and Services <[email protected]>
66
#
77

88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=mesh11sd
11-
PKG_VERSION:=4.1.1
11+
PKG_VERSION:=5.0.1
1212
PKG_RELEASE:=1
1313

1414
PKG_MAINTAINER:=Rob White <[email protected]>
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
1717

1818
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1919
PKG_SOURCE_URL:=https://codeload.github.com/opennds/mesh11sd/tar.gz/v$(PKG_VERSION)?
20-
PKG_HASH:=348bf2b2a4cf07b0f8688e6e4bcf564879e5a978ab3a711704126454d6a42e19
20+
PKG_HASH:=db06bc633c2f7221ab72ec9a6761f078ec84a0d117eb9c4bff8b5a0007745252
2121

2222
include $(INCLUDE_DIR)/package.mk
2323

@@ -31,22 +31,15 @@ define Package/mesh11sd
3131
endef
3232

3333
define Package/mesh11sd/description
34-
Mesh11sd is a dynamic parameter configuration daemon for 802.11s mesh networks.
35-
It was originally designed to leverage 802.11s mesh networking at Captive Portal venues.
36-
This is the open source version and it enables easy and automated mesh network operation with multiple mesh nodes.
37-
It allows all mesh parameters supported by the wireless driver to be set in the uci config file.
38-
Settings take effect immediately without having to restart the wireless network.
39-
Mesh paths are stabilised when node coverage areas overlap and rssi thresholds and tx power can be dynamically adjusted.
40-
Default settings give rapid and reliable layer 2 mesh convergence.
41-
Without mesh11sd, many mesh parameters cannot be set in the uci wireless config file as the mesh interface must be up before the parameters can be set.
42-
Some of those that are supported, would fail to be implemented when the network is (re)started resulting in errors or dropped nodes.
43-
The mesh11sd daemon can dynamically check configured parameters and set them as required.
44-
In auto_config mode, upstream wan connectivity is checked (eg Internet feed) and when not present, layer 2 peer mode is autonomously enabled,
45-
and when it is present, layer 3 portal mode is enabled. This allows the same simple router configuration to be used on all meshnodes in the layer 2 mesh backhaul.
46-
Remote terminal sessions and remote file transfers are supported using the meshnode mac address as an identifier.
47-
Simple configuration of Opportunistic Wireless Encryption (OWE) and Customer[Client] Premises Equipment (CPE) mode is supported on mesh gates.
48-
OWE Transition Mode is enabled by default on mesh gates.
49-
This version does not require a Captive Portal to be running.
34+
Mesh11sd is a package that autonomously configures and manages all aspects of an 802.11s mesh network and its connected nodes.
35+
The package acts as a service daemon, dynamically setting mesh parameters across all nodes.
36+
It is particularly useful for simplifying setup, reducing manual configuration, and improving network reliability.
37+
Support for point to multi-point vxlan tunneling over the wireless backhaul is included as standard.
38+
A guest/iot type network is auto-configured without requiring complex vlan setup.
39+
If required, custom vlan trunking over the vxlan tunnel is supported.
40+
Mesh-gate access point usage is collected in a central database on the mesh portal.
41+
A command line interface is provided for reporting in json format output.
42+
An optional Customer/Client Premises Equipment (CPE) mode, greatly simplifies rollout of community WISP projects.
5043
endef
5144

5245
define Package/mesh11sd/install

0 commit comments

Comments
 (0)