Skip to content

0.6.8

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 06:43
· 55 commits to main since this release

Features 🌈

LwM2M

lwm2m
The Lightweight Machine-to-Machine (LwM2M) protocol is a specialized Internet of Things device management protocol, which was initially designed for use with constrained devices and constrained networks in the Internet of Things (IoT). It is, however, also successfully used on high-end IoT devices as well. LwM2M is deployed in a variety of verticals, such as smart energy, building automation, precision farming, logistics, etc. The object and resource model defined for LwM2M allows extensiblity while maintaining interoperability. More than 300 objects and resources have been specified to retrieve sensor data, control actuators, and to manage application data. These objects and resources are free to use and publically available.

  • add LwM2M Protocol Support
  • add subcommand :
  1. list: list available objects, instances and resources
  2. update: trigger a registration update.
  3. create: enable a new object.
  4. delete: disable a new object
  5. send: send data to server