Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 548 Bytes

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