mirror of https://github.com/ARMmbed/mbed-os.git
3abd82e Merge branch 'release_internal_v8.1.1' into release_external_v8.1.1 f2ca069 Update apache license to config-files (#1781) b2179ee Rename cfg-files to h-files (#1780) git-subtree-dir: features/nanostack/sal-stack-nanostack git-subtree-split: 3abd82e07a733fbb84e786f138541b5a0ef50c26 |
||
---|---|---|
.. | ||
docs/img | ||
doxygen | ||
nanostack | ||
source | ||
.gitattributes | ||
.gitignore | ||
.mbedignore | ||
DOXYGEN_FRONTPAGE.md | ||
Doxyfile | ||
LICENSE-Apache-2.0 | ||
LICENSE-BSD-3-Clause | ||
Makefile | ||
NOTICE | ||
README.md | ||
include_dirs.mk | ||
mbed_lib.json | ||
sources.mk |
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.