MaQiaTTo
  • About
  • How To
    • Configure
    • Connect
  • Monitor
  • Contact
  • Pricing & Support
  • Login

Connect with your Devices

You can connect to MaQiaTTo Broker with below devices via provided sample codes.

  • For Linux based devices (Raspberry, Beagle Bone, Ubuntu etc.) click here.
  • For ESP32 with C SDK click here.
  • For ESP8266 with Arduino IDE click here.
  • For ESP8266 with Lua click here.
  • For ESP8266 with MicroPython click here.

  • Secure MQTT over SSL/TLS

    MaQiaTTo now supports secure MQTT connection over TLS. Here some keynotes that you should know before proceed:

  • Secure port is assigned as 3883.
  • CA File need to be provided to your client's requests.
  • This feature is initiated with self signed certificates and will be switched to known certificate authorities.

  • Connect with Mosquitto Command Line Pub/Sub Client

    Mosquitto connectivity could be done via client tools for Windows/Linux platforms.

  • Follow this this step by step guide on your console to pub/sub with your broker.
  • For secure MQTT connectivity over TLS, provide CA file with "--cafile" option and change port number to 3883 with "-p 3883".

  • Connect with Websocket Clients

    MaQiaTTo broker enables MQTT connectivity via Websockets. So you can follow up MQTT Web clients for your tests.

  • MaQiaTTo provides a basic and functional MQTT over Websocket test page for your test and development requirements.
  • HiveMQ's MQTT over Websocket client is a proven client and you can test your broker by following these steps.
  • © 2018 Maqiatto, A Free and Online Broker.

    • Twitter
    • GitHub