mbed-os/features/nanostack/sal-stack-nanostack
Arto Kinnunen bad78ee326 System time read/write callbacks (#2637)
- Add new API for setting system time read and write callbacks.
- Update ws_pae to use the new time service.
2021-06-23 14:22:40 +03:00
..
doxygen Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
nanostack System time read/write callbacks (#2637) 2021-06-23 14:22:40 +03:00
source System time read/write callbacks (#2637) 2021-06-23 14:22:40 +03:00
.gitattributes Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
.gitignore Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
.mbedignore Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
DOXYGEN_FRONTPAGE.md Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
Doxyfile Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
LICENSE-Apache-2.0 Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
LICENSE-BSD-3-Clause Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
Makefile Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
NOTICE Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
README.md Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
include_dirs.mk Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
mbed_lib.json Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87e41..0903b819c5 2021-04-20 11:30:39 +03:00
sources.mk System time read/write callbacks (#2637) 2021-06-23 14:22:40 +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.