Skip to content
/ MQTT Public

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

Notifications You must be signed in to change notification settings

Avnet/MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published