o3o / DerelictPaho

A dynamic binding to paho-mqtt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DerelictPahoMqtt

A dynamic binding to the libpaho-mqtt library version for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictPahoMqtt and load libpaho-mqtt at run time. In the meantime, here's some sample code.

import derelict.paho;

void main() {
    DerelictPahoMQTTClient.load();
    ...
}

About

A dynamic binding to paho-mqtt


Languages

Language:D 100.0%