nuaasunyang / MQTT

This is the MQTT library released by Ian Craggs, modified to support the wnc14a2a Cellular Data Module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT -- An API for using MQTT over multiple transports

This library originated from https://os.mbed.com/teams/mqtt/code/MQTT/ but has been modified to allow you to select different transports via a MACRO. For example, to use the BG96Interface:

    MQTT_USE(BG96Interface);
    MQTTct   net;

About

This is the MQTT library released by Ian Craggs, modified to support the wnc14a2a Cellular Data Module.


Languages

Language:C 55.2%Language:C++ 44.8%