The Wayback Machine - http://web.archive.org/web/20220323211222/https://github.com/topics/mqtt-client
Skip to content
#

mqtt-client

Here are 938 public repositories matching this topic...

burnworld3d
burnworld3d commented Aug 17, 2021

Device normal info

  • Smart Wireless Switch M2

Device info:

{
"active_time": 1624995021,
"biz_type": 18,
"category": "wxkg",
"create_time": 1624995021,
"icon": "smart/icon/ay1536047723331OpdLN/166bec229d0c60605b4d068e0d9b7e50.png",
"id": "eb7669e6fb880cb4c******",
"ip": "",
"lat": "
",
"local_key": "***",
"lon

good first issue
hivemq-mqtt-client
Sarek
Sarek commented Apr 22, 2020

Problem or use case

The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs detailing the message flow.

Preferred solution or suggestions

TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.

davydnorris
davydnorris commented Aug 4, 2020

Hi all,

Firstly many thanks for this library - I'm working heavily with the ESP8266 NonOS SDK and have been looking for a replacement MQTT library due to several problems with the current one. The ESP folks have rewritten the MQTT in their RTOS SDK but have made some weird decisions around the use of blocking socket calls and other things :-(

This library has a lot of potential to replace th

enhancement good first issue

A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac, with a very concise The API interface realizes the quality of service of QOS2 with very few resources, and seamlessly connects the mbedtls encryption library.

  • Updated Jan 14, 2021
  • C

Improve this page

Add a description, image, and links to the mqtt-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mqtt-client topic, visit your repo's landing page and select "manage topics."

Learn more