dart_tinydtls 0.5.0 dart_tinydtls: ^0.5.0 copied to clipboard
Dart ffi bindings to the tinydtls library. Provides wrappers for both a DTLS client and server.
0.5.0 #
- Reworked and fixed the internal mechanism for finding tinyDTLS binaries
0.4.1 #
- Applied minor refactorings and style changes
0.4.0 #
- The
DtlsClient
andDtlsServer
should now handle connections closed by the peer correctly - When generating bindings,
CPATH
is now used in place of-I
compiler option to find headers
0.3.0 #
- Reworked server API using a generic DtlsConnection interface
- Improved documentation
0.2.1 #
- Expanded package description in pubspec.yaml
0.2.0 #
- Refactored tests and example
- Renamed the
data
field of theDtlsServerEvent
class todatagram
0.1.0 #
- Initial version.