From 8606c3d4246d1a08684b90057c5f1a9af3040381 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 13 Nov 2018 02:10:44 +0100 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a871b41 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# nymea-mqtt +Nymea MQTT broker + +The nymea MQTT broker consists of a library containing a MqttClient and a MqttServer implementation. +It can be used standalone or integrated in other applications.