-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
11 lines (11 loc) · 1.1 KB
/
Copy pathlibrary.properties
File metadata and controls
11 lines (11 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
name=NiusThread
version=0.1.2
author=dunknowcoding (NiusRobotLab)
maintainer=dunknowcoding
sentence=Thread (OpenThread) IPv6 mesh networking on the ArduinoNRF nRF52840's native 2.4 GHz radio.
paragraph=A full OpenThread FTD stack (vendored, with mbedtls) running on a bare-metal IEEE 802.15.4 driver for the nRF52840's own RADIO peripheral - no SoftDevice, no external module, no nrfx. Form or join a Thread mesh with four calls (begin / setNetwork / start / process), then talk IPv6/UDP across it - or use the built-in CoAP layer (onCoapGet/onCoapPost/coapPost/coapGet) for resource-style control. The dataset and frame counters persist in flash, so nodes re-attach by themselves after a reboot. The complete official OpenThread C API stays available through Thread.instance(). Hardware-verified: two-node mesh (Leader + Child to Router), UDP multicast and CoAP LED control confirmed over the air, settings persistence across reset. Requires the ArduinoNRF board package.
category=Communication
url=https://github.com/dunknowcoding/ArduinoNRF-Thread
architectures=nrf52
includes=NiusThread.h,ArduinoNRF_Thread.h
depends=