Documentation Index
October 14, 2018 ยท View on GitHub
Format of the MQTT Server INI file
Server command line parameters
A checklist of MQTT 3.1.1 specification requirements
Source Code Documentation
| Document | Description |
|---|---|
| MQTTConsts.pas | Global types, error messages and string constants |
| TMQTTClient | The main MQTT client component |
| TMQTTClientSubscriptionList | Maintains the list of client subscriptions |
| TMQTTClientSubscription | A component that represents a client subscription |
| TMQTTClientPublisherList | Maintains the list of client publishers |
| TMQTTClientPublisher | A component that represents a client publisher |
| TMQTTTokenizer | The topic name/filter parser and validator |
| TMQTTToken | A token used by the TMQTTTokenizer |
| TMQTTSubscriptionList | A set of TMQTTSubscription objects |
| TMQTTSubscription | Represents a subscription on the server |
| MQTTPackets.pas | Defines MQTT packet base classes and utility classes. Used internally for parsing packets |
| MQTTPacketDefs.pas | Defines MQTT packet structure and validation constraints according to MQTT 3.1.1 |