Skip to content

Releases: 8devices/wakaama

Scripts to rule them all

19 Oct 12:41

Choose a tag to compare

Implemented Scripts to Rule Them All.

Project can now be built by calling ./script/setup.

REST API security release

19 Sep 14:29

Choose a tag to compare

Changes:

  • HTTPS encryption
  • JWT authentication
  • Bugfixes

v1.0.1

21 Jun 13:49
eefef6c

Choose a tag to compare

Changes:

  • Fixed resource cleanup on client [de/re]-registration
  • Fixed transaction handling in queue mode
  • Fixed /notification/callback REST API processing
  • Implemented DELETE /notification/callback
  • Implemented GET /version
  • Implemented log levels and command line options
  • Implemented SSDP service
  • Removed base64 lib dependency

Known-issues:

  • Memory leak when using callback channel (#43)
  • Paths with extra '/' symbols are not handled (#3)

Initial release

30 Mar 10:58
093af89

Choose a tag to compare

First LwM2M REST server release.

REST server documentation.

Known-issues:

  • Memory leak when using callback channel (#43)
  • Callback headers are not set in response (#44)
  • Observations are not resent on client re-registration (#6)
  • Paths with extra '/' symbols are not handled (#3)