Skip to content
Joakim Eriksson edited this page Feb 2, 2017 · 14 revisions

TODO

  • Improved LLSEC with multiple keys and run-time security managements
  • LLSEC support for automatic dual-op mode
  • DTLS support for CoAP (Work in progress)
  • TSCH support on iot-u10/Re-mote
  • New clock configuration for CC2538
  • Adaptive CCA threshold for radio driver (Work in progress)
  • Derived LWM2M server address from RPL root information
  • Use non-storing mode as default (or at least as Make option).

Done

  • Add a command line option for sparrow-border-router to enable netscan's beacon response
  • Rebase Sparrow to latest Contiki (again)
  • Add a board type for CC2538EM in 'Felicia' platform (Done)
  • Cleanup naming of WITH_<FEATURE> and HAVE_<FEATURE> in all makefiles and code. In make it should be MAKE_WITH_<FEATURE> and in C files WITH_<FEATURE>.