solettaproject / soletta

Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
http://solettaproject.org
Apache License 2.0
225 stars 108 forks source link

LWM2M: Tests covering new functionality from GSoC #2291

Closed bsmelo closed 8 years ago

bsmelo commented 8 years ago

This patch adds lwm2m tests covering all new functionality added during GSoC, including: Bootstrap Interface, Access Control Objects and CoAP Encryption (DTLS Security Modes).

Depends on #2290.

Signed-off-by: Bruno Melo bsilva.melo@gmail.com

cabelitos commented 8 years ago

It would be nice to add comments about what kind of objects each client has and what the servers are trying to do. Could you add this documentation? You should also add to this docs operations that the servers will try to do, but will fail since they are not allowed.

bsmelo commented 8 years ago

An updated version is at #2294.