mbed-os/features/nanostack/sal-stack-nanostack
Arto Kinnunen 3d6067cb2d Merge commit '6c5b7401d42014dfd7de7bcaa21b4f844fdaa19c' into feature-wisun
* commit '6c5b7401d42014dfd7de7bcaa21b4f844fdaa19c':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from 4a3c5c525b..225a4af94f
2021-09-23 10:25:06 +03:00
..
doxygen Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
nanostack Merge commit '6c5b7401d42014dfd7de7bcaa21b4f844fdaa19c' into feature-wisun 2021-09-23 10:25:06 +03:00
source Merge commit '6c5b7401d42014dfd7de7bcaa21b4f844fdaa19c' into feature-wisun 2021-09-23 10:25:06 +03:00
.gitattributes Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
.gitignore Merge commit '780e9afb8f3b8f09e66573e7d4ba096dd9a87dd7' 2019-02-25 14:24:47 +02:00
.mbedignore Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
DOXYGEN_FRONTPAGE.md Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
Doxyfile Merge commit '02021856e4681bd5092e48b8513ff90fb5d6b1e9' into origin/nanostack_release_12_8_0_feature_wisun 2021-01-18 15:24:13 +02:00
LICENSE-Apache-2.0 Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
LICENSE-BSD-3-Clause Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
Makefile Merge commit '396dae52ab4eef15910011432f2c7a4261fc22b7' 2019-09-05 14:28:22 +03:00
NOTICE Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
README.md Merge commit '528aa2f96fd4702b02ae9fff3dacd546ee984fde' into feature-wisun 2020-06-08 10:12:05 +03:00
include_dirs.mk Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
mbed_lib.json Merge commit '04c21e779bce62f4caa4f913e6c2a847f50d949e' into feature-wisun 2020-11-09 16:06:48 +02:00
sources.mk Merge commit '6c5b7401d42014dfd7de7bcaa21b4f844fdaa19c' into feature-wisun 2021-09-23 10:25:06 +03:00

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-SUN

All 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.