Skip to content

Commit

Permalink
Update TODO.
Browse files Browse the repository at this point in the history
Signed-off-by: David Navarro <david.navarro@intel.com>
  • Loading branch information
David Navarro committed Jan 25, 2016
1 parent aa6c86a commit d20171d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions TODO
@@ -1,9 +1,6 @@
LWM2M Features
--------------

- Bootstrap interface:
Implements LWM2M Bootstap Server as a special instance of lwm2m_server_t.

- Access Control List

- JSON support
Expand Down Expand Up @@ -46,10 +43,4 @@ LWM2M Features
- Utility functions to easily implements objects
The utility will just use read and write individual resources. Either statically or
throught callbacks. See [https://github.com/01org/libdmclient]/tests/mgtobj/utils/static_mo_util.h

- Put platform specific includes and definitions in a separate header file
To ease porting to non-POSIX platforms. This header could contain functions for LWM2M_EMBEDDED_MODE,
includes like sys/time.h and LWM2M_*_ENDIAN

- Replace or abstract snprintf() and sscanf()
for embedded platforms

0 comments on commit d20171d

Please sign in to comment.