LwM2M transport extension for Dawn Wakaama targets, built on aiocoap.
Main Dawn project: railab/dawn.
The package exposes the standalone dawnpy-lwm2m command. It starts a local
LwM2M server, waits for a Wakaama client registration, and provides a
descriptor-backed console for reading and writing resources by IO ID or by
absolute LwM2M path.
dawnpy-lwm2m descriptors/ntfc/ntfc_wakaama.yaml --endpoint ntfc-wakaamaQA follows the shared Python tool baseline:
tox
tox -e py
tox -e format
tox -e flake8
tox -e type