dart_tinydtls 0.4.0
dart_tinydtls: ^0.4.0 copied to clipboard
Dart ffi bindings to the tinydtls library. Provides wrappers for both a DTLS client and server.
0.4.0 #
- The
DtlsClientandDtlsServershould now handle connections closed by the peer correctly - When generating bindings,
CPATHis now used in place of-Icompiler 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
datafield of theDtlsServerEventclass todatagram
0.1.0 #
- Initial version.