moonglow / ulwm2m

:bug: C implemenation of LWM2M protocol with low memory footprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uLWM2M client library in C

Build Status

  • Low memory footprint
  • No dynamic memory allocation
  • Highly portable ( linux/windows/bare-metal )
  • CMake and Pelles C demo project
  • Tested with Leshan Lightweight M2M public server

LIMITS:

  • CREATE/DELETE requests not supported
  • No DTLS & bootstrap server support
  • Up to 31 instances per object
  • TLV data encoding scheme only
  • No strict protocol implementation

About

:bug: C implemenation of LWM2M protocol with low memory footprint

License:Do What The F*ck You Want To Public License


Languages

Language:C 98.7%Language:CMake 1.3%