forked from eclipse-tinydtls/tinydtls
-
Couldn't load subscription status.
- Fork 0
Eclipse tinydtls
License
Couldn't load subscription status.
obgm/tinydtls
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 and RPK mode with ECC. * 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 $ autoconf $ autoheader $ ./configure to re-create the configure script. On Contiki, place the tinydtls library into the apps folder. 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
About
Eclipse tinydtls
Resources
License
Contributing
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 95.2%
- Perl 2.0%
- Makefile 1.8%
- Other 1.0%