MQTT Broker

tyckr is running an open and public MQTT broker for data storage and synchronization. The server is reachable at:

mqtt.tyckr.io

Available protocols are:

  • mqtt://mqtt.tyckr.io:1883 : MQTT unencrypted

  • mqtts://mqtt.tyckr.io:8883 : MQTT with TLS encryption

  • ws://mqtt.tyckr.io:8080 : MQTT over WebSockets unencrypted

  • wss://mqtt.tyckr.io:8081 : MQTT over WebSockets with TLS encryption

No username and password is required for access.

Caution
This is a public server and stored data is not encrypted. Anyone can read, alter and write data on this server.
Use it for testing, public data or fun purposes only!

Normally you should run a private MQTT broker in your own network for secure data exchange and secure it by username and password.

Use the MQTT Provider to connect to a MQTT server to display tocic data and messages in your faces.
To explore the broker we can recommend the MQTT Explorer tool.