Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a52497d292 | ||
|
|
4fbfe78e53 | ||
|
|
6f93c09e2f | ||
|
|
28d54b64c9 | ||
|
|
95de4646df |
@@ -1,6 +1,6 @@
|
||||
#include "TinyMqtt.h" // https://github.com/hsaturn/TinyMqtt
|
||||
|
||||
const uint16_t PORT 1883;
|
||||
const uint16_t PORT = 1883;
|
||||
const uint8_t RETAIN = 10; // Max retained messages
|
||||
|
||||
MqttBroker broker(PORT, RETAIN);
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
name=TinyMqtt
|
||||
version=1.1.4
|
||||
author=Francois BIOT, HSaturn, <hsaturn@gmail.com>
|
||||
maintainer=Francois BIOT <hsaturn@gmail.com>
|
||||
sentence=A tiny broker and client library for MQTT messaging.
|
||||
paragraph=A lightweight MQTT library for ESP8266 and ESP32, supporting MQTT 3.1.1 with QoS and allowing to create a Mqtt broker
|
||||
author=HSaturn, <hsaturn@gmail.com>
|
||||
maintainer=HSaturn <hsaturn@gmail.com>
|
||||
sentence=A lightweight broker and client Mqtt library for Arduino and ESP.
|
||||
paragraph=TinyMqtt supports MQTT 3.1.1 with QoS and allows to create a Mqtt broker
|
||||
category=Communication
|
||||
url=https://github.com/hsaturn/TinyMqtt
|
||||
architectures=*
|
||||
|
||||
Reference in New Issue
Block a user