Olaf Bergmann 320c04b96d Fixes for compiler warnings
The code has been cleaned up to
1. provide proper prototypes for functions that take no arguments (void),
2. avoid signedness issues, and
3. provide missing cases for switch statements.

Change-Id: I9e84ddb9ef6594c374ad817330a43b22642ebb33
2017-03-01 13:32:14 +01:00
2016-02-02 18:39:21 +01:00
2016-02-02 18:39:21 +01:00
2016-02-02 18:39:21 +01:00
2017-03-01 13:32:14 +01:00
2016-02-02 18:39:21 +01:00
2017-03-01 13:32:14 +01:00
2017-03-01 13:32:14 +01:00
2017-03-01 13:32:14 +01:00
2016-02-02 18:39:21 +01:00
2017-03-01 13:32:14 +01:00
2017-03-01 13:32:14 +01:00
2016-02-02 18:39:21 +01:00
2017-03-01 13:32:14 +01:00
2016-02-02 18:39:21 +01:00
2017-03-01 13:32:14 +01:00
2016-02-02 18:39:21 +01:00
2016-02-02 18:39:21 +01:00
2016-02-02 18:39:21 +01:00
2016-02-02 18:39:21 +01:00
2016-02-02 18:49:53 +01:00

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:

* dtls
  Basic support for DTLS with pre-shared key mode.

* tests
  The subdirectory tests contains test programs that show how each
  component is used. 

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

Description
No description provided
Readme 1.8 MiB
Languages
C 93.9%
Makefile 1.9%
CMake 1.9%
Perl 1.6%
M4 0.6%