lwM2M library based on Wakaama for PlattformIO/cmake with easy object API
Stars
27
Forks
17
Watchers
27
Open Issues
10
Overall repository health assessment
No package.json found
This might not be a Node.js project
Added 'ResourceRaw' constructor template for systems where 'int32_t' type is equal to 'long'. Also compatible with other systems, where 'int32_t' is of type 'int'
718e5d5View on GitHubAPI CHANGE: Move due_time into the network struct and make it a simple time_t for milliseconds. This way the ssl handshake can decrease the due_time if required which results in faster connections.
84c8b52View on GitHubAdd wakaama tests to this repository. Convert to google test. Fix tests
4f5d4daView on GitHubRemove requirement to specify endianess. The compiler optimizer will convert the semi-runtime check into a compile time constant. Fix warnings. Move 'goto error' into next lines
9d055daView on GitHubRemove 'b' build test directory. Fix lwip test environment. v1.0.1. Disable mbdetls ASM if not posix/windows.
3f5791bView on GitHub