First cmmit

This commit is contained in:
hsaturn
2021-03-16 23:44:14 +01:00
parent 8c2e351418
commit 13d22f85b3
9 changed files with 706 additions and 0 deletions

9
library.properties Normal file
View File

@@ -0,0 +1,9 @@
name=TinyMqtt
version=0.1
author=HSaturn <hsaturn@gmail.com>
maintainer=HSaturn <hsaturn@gmail.com>
sentence=A tiny broker and client library for MQTT messaging.
paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS.
category=Communication
url=https://github.com/hsaturn/TinyMqtt
architectures=*