ydniw / mqqt-arduino-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino-mqtt-sn-client

Arduino based MQTT-SN Client

Models

  • Arduino Mega ❎
  • ESP8266 ✅
  • ESP32 ❎

Transmission Technology to Platform Matrix

UDP TCP Ethernet WiFi ZigBee LoRa BLE
Arduino ESP8266 ❎* ❎* ❎*
Arduino ESP32 ❎* ❎* ❎*
Arduino Mega ❎* ❎* ❎* ❎* ❎*

* needs additional transmission hardware

Legend:
  • ✅ implemented and tested
  • ❎ not implemented yet
  • ❌ will not be implemented

Getting Started

ESP8266 (UDP)

Download the the library and copy it into your Arduino Library directory. Unzip the archive and rename the folder to arduino-mqtt-sn-client . Restart your Arduino IDE if open. Select a ESP8266 board in the Arduino IDE. An example is in examples -> arduin-mqtt-sn-client -> example -> WiFiUdpMqttSnClient.

About

License:MIT License


Languages

Language:C++ 81.5%Language:C 18.5%