mbed-os/features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack
Deepak Venugopal 7d555a3db7 Merge commit '7197b5fd51825257ee04dac5dfd0d16ea1896853'
* commit '7197b5fd51825257ee04dac5dfd0d16ea1896853':
  Squashed 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/' changes from c9bf20f..43c7ec2
2018-02-09 13:18:25 +02:00
..
docs/img Merge commit '6887e495f0cb0b3009e4da7c0282c1542bbb2608' 2017-11-28 13:48:31 +02:00
doxygen Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
nanostack Merge commit '7197b5fd51825257ee04dac5dfd0d16ea1896853' 2018-02-09 13:18:25 +02:00
source Merge commit '7197b5fd51825257ee04dac5dfd0d16ea1896853' 2018-02-09 13:18:25 +02:00
.gitattributes Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
.gitignore Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
.mbedignore Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
DOXYGEN_FRONTPAGE.md Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
Doxyfile Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
LICENSE-Apache-2.0 Merge commit '03d1c4331350e6be4455b5234101075268431f11' into nanostack-release-candidate 2017-11-22 11:22:16 +02:00
LICENSE-BSD-3-Clause Merge commit '03d1c4331350e6be4455b5234101075268431f11' into nanostack-release-candidate 2017-11-22 11:22:16 +02:00
Makefile Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
NOTICE Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
README.md Merge commit '6887e495f0cb0b3009e4da7c0282c1542bbb2608' 2017-11-28 13:48:31 +02:00
include_dirs.mk Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
mbed_lib.json Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +02:00
sources.mk Merge commit '0c2a41eb5599925945111589529ad6da4ea1e5a4' as 'features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack' 2017-11-16 15:45:42 +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.