martinius96 / MQTT-Broker-IoTIndustries

Home Page:http://arduino.clanweb.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT Broker - IoT Industries Slovakia

  • Server: mqtt.iotindustries.sk
  • MQTTPort: 1883
  • Secured MQTT Port: 8883 (Working only for ESP8266, ESP32)
  • Example for Arduino, ESP8266, ESP32 boards
  • Copy PubSubClient to your Arduino/libraries directory
  • Directory is at: C:/Users/User/Documents/ - Win 10 example
  • Plug n' Play implementations

MQTT Broker - UART - Arduino + Ethernet W5100

GET ROOT CA (FOR ESP32 / ESP8266 - MQTTS CONENCTION)

  • openssl s_client -showcerts -verify 5 -connect mqtt.iotindustries.sk:8883 < /dev/null

About

http://arduino.clanweb.eu

License:MIT License


Languages

Language:C++ 90.7%Language:Python 8.0%Language:C 0.9%Language:Makefile 0.4%