-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 895 Bytes
/
Copy pathlibrary.properties
File metadata and controls
10 lines (10 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
name=EmbeddedMqttBroker
version=2.1.12-qos0
author=Alex Cajas <alexcajas505@gmail.com>
maintainer=Alex Cajas <alexcajas505@gmail.com>
sentence= Mqtt/MQTTS Broker for embedded systems, tested on an Esp32 and esp8266. Support, TCP, Websockets,, TCP wiht mTLS and secure websockets (wss) connections.
paragraph=This library is developed with arduino core, FreeRTOS and use alexCajas/WrapperFreeRTOS library, to implement concurrent C++ objects. Currently, it supports Mqtt 3.1.1 and QoS 0 over, TCP, TCP with mTLS, Websockets and secure Websockets (wss). QoS 1 and QoS 2 are still in development. You can use this library in other architectures supported by FreeRtos and arduino core, like esp32 arduino core or esp8266 using esp8266RTOSArduCore.
category=Communication
url=https://github.com/alexCajas/EmbeddedMqttBroker.git
architectures=*
depends=WrapperFreeRTOS, Async TCP, ESP Async WebServer