Skip to content

Packet Tracing and Logging for MQTT Server

Compare
Choose a tag to compare
@francois-normandin francois-normandin released this 24 May 12:20
· 29 commits to master since this release

[Feature] Addition of PacketTracer virtual class to allow injection of logging/tracer on incoming and outgoing packets
[Fix] Inbound PUBLISH messages are now generating "Base MQTT" public events

A PacketTracer virtual class has been added to the MQTT Server to allow developers to extend and inject their custom tracing/logging solution to directly capture all incoming and outgoing packets transiting through the server's core. Developers can see an example of how to use this feature by inspecting the example VI found in the MQTT Server's palette.

image

image