Skip to content

Release 0.2.3

Compare
Choose a tag to compare
@delmet delmet released this 28 Jul 05:44
· 176 commits to master since this release

Enhancements

New since version 0.2.2:

  • Add command line argument to client daemon to specify default content type if one is not received in request
  • Add function to static client to specify default content type if one is not received in request
  • Able to use TinyDTLS (PSK only) with contiki
  • Add compiler error if GnuTLS version does not support DTLS
  • Add option to turning off building examples (which is still on by default)
  • Client daemon now supports setting certificate file via command line

Bug Fixes

New since version 0.2.2:

  • Fix for TinyDTLS so if client handshake started don't try and call again (unless DTLS is reset)
  • Fix problem with setting certificate information in DTLS abstractions
  • Seed random generator in daemons (client, bootsrap and server) so that CoAP messages IDs on restart don't start from same value