8000 GitHub - ArtemTheVan/ulwm2m: C implemenation of LWM2M protocol with low memory footprint
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ArtemTheVan/ulwm2m

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

C implemenation of LWM2M protocol with low memory footprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • CMake 1.3%
0