cetic / tinydtls

6LBR copy of TinyDTLS, see official repository for support outside 6LBR
https://projects.eclipse.org/projects/iot.tinydtls
Other
27 stars 20 forks source link

CONTENTS

This library contains functions and structures that can help constructing a single-threaded UDP server with DTLS support in C99. The following components are available:

BUILDING

When using the code from the git repository at sourceforge, invoke 'autoreconf' to re-create the configure script. To build for Contiki, place tinydtls into Contiki's apps directory and call ./configure --with-contiki.

After configuration, invoke make to build the library and associated test programs. To add tinydtls as Contiki application, drop it into the apps directory and add the following line to your Makefile:

APPS += tinydtls/aes tinydtls/sha2 tinydtls/ecc tinydtls