All Projects → 256dpi → Lwmqtt

256dpi / Lwmqtt

Licence: mit
a light weight MQTT implementation

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Lwmqtt

Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+1534.33%)
Mutual labels:  mqtt, iot, embedded
Wolfmqtt
wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
Stars: ✭ 316 (+371.64%)
Mutual labels:  mqtt, iot, embedded
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+3802.99%)
Mutual labels:  mqtt, iot, embedded
Paho.mqtt.embedded C
Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
Stars: ✭ 887 (+1223.88%)
Mutual labels:  mqtt, iot, embedded
Moquette
MQTT service dispatcher
Stars: ✭ 33 (-50.75%)
Mutual labels:  mqtt, iot
React Native Aws Iot Device Shadows
React Native Component for connecting to AWS IoT Shadows from a device using SDK JavaScript bundle
Stars: ✭ 30 (-55.22%)
Mutual labels:  mqtt, iot
Mpower Tools
Tools for operating Ubiquiti Networks mPower devices
Stars: ✭ 41 (-38.81%)
Mutual labels:  mqtt, iot
Haskell Mqtt
An MQTT protocol implementation (client and server)
Stars: ✭ 42 (-37.31%)
Mutual labels:  mqtt, iot
Rf24node msgproto
An application that runs on a Raspberry Pi that interfaces RF24Network packets to a Message Bus. Currently MQTT & AMQP (alpha); Topics are RF24SensorNet compatible.
Stars: ✭ 11 (-83.58%)
Mutual labels:  mqtt, iot
Aedes
Barebone MQTT broker that can run on any stream server, the node way
Stars: ✭ 1,007 (+1402.99%)
Mutual labels:  mqtt, iot
Mqtt Mongo
A generic service that subscribes to MQQT broker and saves messages to MongoDB.
Stars: ✭ 46 (-31.34%)
Mutual labels:  mqtt, iot
Hodd
Homie Device Discovery
Stars: ✭ 21 (-68.66%)
Mutual labels:  mqtt, iot
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-70.15%)
Mutual labels:  iot, embedded
Emqx
An Open-Source, Cloud-Native, Distributed MQTT Message Broker for IoT.
Stars: ✭ 8,951 (+13259.7%)
Mutual labels:  mqtt, iot
Mqtt
Native Go MQTT Library
Stars: ✭ 15 (-77.61%)
Mutual labels:  mqtt, iot
Utensor cgen
C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Stars: ✭ 42 (-37.31%)
Mutual labels:  iot, embedded
Gleam
An operation cluster based on MQTT
Stars: ✭ 53 (-20.9%)
Mutual labels:  mqtt, iot
Paho.mqtt.c
An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/
Stars: ✭ 1,056 (+1476.12%)
Mutual labels:  mqtt, iot
Addon Zwave2mqtt
Z-Wave to MQTT - Home Assistant Community Add-ons
Stars: ✭ 58 (-13.43%)
Mutual labels:  mqtt, iot
Mqttx
MQTT X - Elegant MQTT 5.0 Client Tool of Cross-platform
Stars: ✭ 892 (+1231.34%)
Mutual labels:  mqtt, iot

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].