8000 GitHub - plutec/lwmqtt: a light weight MQTT implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

plutec/lwmqtt

 
 

Repository files navigation

lwmqtt

Build Status Release

The "Light Weight MQTT" library implements a MQTT 3.1.1 client that is optimized to be used in embedded and constraint systems. It can be used with any operating system and network stack and only requires a handful of callbacks for a full integration. The project is derived from the Paho MQTT Embeded C, gomqtt and mosquitto project.

Installation

The library is available on PlatformIO. You can install it by running: pio lib install "LWMQTT".

Release Management

  • Update version in library.json.
  • Create release on GitHub.

About

a light weight MQTT implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.7%
  • C++ 30.8%
  • Other 1.5%
0