mbed-os / connectivity / nanostack / sal-stack-nanostack /
@Jamie Smith Jamie Smith authored on 17 May 2023
GitHub committed on 17 May 2023
..
doxygen Mbed OS will soon be changing directory structure to the below: 3 years ago
nanostack Merge commit '00253cb' into nanostack_v15_1_0 2 years ago
source Synchronize upstream changes - May 2023 edition (#160) 1 year ago
.gitattributes Mbed OS will soon be changing directory structure to the below: 3 years ago
.gitignore Mbed OS will soon be changing directory structure to the below: 3 years ago
.mbedignore Mbed OS will soon be changing directory structure to the below: 3 years ago
CMakeLists.txt Convert nanostack and lwipstack to STATIC libraries 1 year ago
DOXYGEN_FRONTPAGE.md Mbed OS will soon be changing directory structure to the below: 3 years ago
Doxyfile Merge commit 'b0e699f' 3 years ago
LICENSE-Apache-2.0 Squashed 'connectivity/nanostack/sal-stack-nanostack/' changes from 0903b819c5..4a3c5c525b 2 years ago
LICENSE-BSD-3-Clause Squashed 'connectivity/nanostack/sal-stack-nanostack/' changes from 0903b819c5..4a3c5c525b 2 years ago
Makefile Mbed OS will soon be changing directory structure to the below: 3 years ago
NOTICE Mbed OS will soon be changing directory structure to the below: 3 years ago
README.md Mbed OS will soon be changing directory structure to the below: 3 years ago
include_dirs.mk Mbed OS will soon be changing directory structure to the below: 3 years ago
mbed_lib.json Merge commit '48fcb2b' 3 years ago
sources.mk Merge commit '00253cb' into nanostack_v15_1_0 2 years ago
README.md

ARM Mesh networking stack

This repository contains the ARM mesh networking stack that provides support for the following mesh protocols:

  • 6LoWPAN with Neighbor Discovery (ND) and Mesh Link Establishment (MLE)
  • Wi-SUNAll networking stacks are using IEEE 802.15.4 based radios.The full documentation is hosted in Mbed OS documentation.

On mbed OS, mesh networking stacks can be used through Mbed Mesh API and Network Socket API.

To see, how the mesh networking stack works, check the example application mbed-os-example-mesh-minimal.

6LoWPAN with ND and MLE

This networking stack is using standard 6LoWPAN and uses:

Wi-SUN

Wi-SUN (Smart Utility Networks) specification is standardized by Wi-SUN Alliance.

License

The software is partially provided under a Apache 2.0 license and partially BSD-3-Clause as described below.

This project also contains code from other projects as listed below. The original license text is included in those source files.

  • Public header files are provided under Apache 2.0 license.
  • Source code excluding Thread protocol, is provided under Apache 2.0
  • Source code implementing Thread protocol is provided under BSD-3-Clause
  • mDNS library is from FNET project and provided under Apache 2.0 license.