Skip to content

Simple MQTT version 3.1.1 library targeted to 32-bit microcontrollers providing a standard C library.

Notifications You must be signed in to change notification settings

RICCIARDI-Adrien/MQTT_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Library

Simple MQTT library tailored for ARM Cortex-M3 like cores with a C library and no malloc() support (even if it can be used with malloc() too).
Implementation is based on MQTT specifications version 3.1.1.

Building

Recommended way is :

  • Add the library to your project as a git submodule.
  • Add the library directory to you includes path.
  • Build MQTT.c and link it to your program.

Example

An example program running on a PC is provided. It allows to publish data to a standard MQTT server.

About

Simple MQTT version 3.1.1 library targeted to 32-bit microcontrollers providing a standard C library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages