Source Repository: mosquitto-p
Free Pascal conversions of the libmosquitto header file mosquitto.h
, as part of the Eclipse Mosquitto project.
This allows using the libmosquitto MQTT client library, part of the Mosquitto MQTT Broker project from Free Pascal applications.
by Károly Balogh (chainq)
mosquitto.pas
- conversion of the C mosquitto.h header to Pascal, provides the same API as the C versionmqttclass.pas
- Object Pascal wrapper class to ease the integration of libmosquitto into Object-Oriented applications
For Pascal examples provided by chainq (test.pas
and testclass.pas
) please go to the original source.
Unsusbscribe methods have been added to the TMQTTConnection
class in mqttclass.pas
as described by JacoFourie in Issues #5: No Unsubscribe in the class.