mbed-os/features/nanostack/sal-stack-nanostack
Arto Kinnunen e92e7b9a88 Merge commit 'fbef0d8e70234611e131a94c4f4e97bd99634548'
* commit 'fbef0d8e70234611e131a94c4f4e97bd99634548':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from 76da6a5..84a07ce
2019-03-07 17:26:32 +02:00
..
docs/img Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
doxygen Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
nanostack Merge commit '780e9afb8f3b8f09e66573e7d4ba096dd9a87dd7' 2019-02-25 14:24:47 +02:00
source Merge commit 'fbef0d8e70234611e131a94c4f4e97bd99634548' 2019-03-07 17:26:32 +02: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 Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
LICENSE-Apache-2.0 Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
LICENSE-BSD-3-Clause Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
Makefile Merge commit '780e9afb8f3b8f09e66573e7d4ba096dd9a87dd7' 2019-02-25 14:24:47 +02:00
NOTICE Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
README.md Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
include_dirs.mk Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
mbed_lib.json Merge pull request #9561 from theotherjimmy/test-resources 2019-02-13 12:31:54 -06:00
sources.mk Merge commit '780e9afb8f3b8f09e66573e7d4ba096dd9a87dd7' 2019-02-25 14:24:47 +02:00

README.md

ARM IPV6/6LoWPAN stack.

This repository contains the ARM IPv6/6LoWPAN/Thread Stack for mbed OS.

mbed OS is now a Thread Certified Component. Using IPv6 with 6LoWPAN as the foundation, Thread technology provides a low-power, self-healing mesh network designed for the home.

The documentation is hosted in here.

On mbed OS, usage is through mbed Mesh API and Socket API.

To see, how the 6LoWPAN Stack works, check the example application mbed-os-example-mesh-minimal.

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.