
A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
CONTENUTI
Questa libreria contiene funzioni e strutture che possono aiutare a costruire un server UDP monothread con supporto DTLS in C99. Sono disponibili i seguenti componenti:
dtls Supporto di base per DTLS con modalità chiave pre-condivisa.
tests La sottodirectory tests contiene programmi di test che mostrano come viene utilizzato ciascun componente.
COMPILAZIONE
Quando si utilizza il codice dal repository git, invocare make per compilare DTLS come libreria condivisa.