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

mqtt-client

Here are 818 public repositories matching this topic...

DutchessNicole
DutchessNicole commented Sep 20, 2019

https://github.com/collectd/collectd/blob/0b2796dfa3b763ed10194ccd66b39b1e056da9b9/src/mysql.c#L772

Hi,
As I saw in the source for the mysql plugin, the collector specifically ignors the Prepared_stmt_count variable.
I would like to have that in the output for collectd as well.
Is it possible to enable this key in the collectd mysql collector?

Unfortunately my C skills are pretty near zer

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.

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