From 9b3b5268463129b976597384d14aa4778de7eb3a Mon Sep 17 00:00:00 2001 From: Jannis Konrad <kabel42@gmail.com> Date: Tue, 25 Apr 2017 20:23:47 +0200 Subject: [PATCH] actually commit README --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 6f0d206..4ad6d46 100644 --- a/README +++ b/README @@ -1 +1,6 @@ -This is a cython wrapper for tinydtls, for more info see https://projects.eclipse.org/projects/iot.tinydtls +This is a cython wrapper for tinydtls. + +It currently implements a socket like Interface with sendmsg and readmsg. +All other calls are passt to the underlying socket. + +For more info of tinydtls see https://projects.eclipse.org/projects/iot.tinydtls -- GitLab