Explore >> Select a destination


You are here

pagefault.blog
| | mosquitto.org
1.3 parsecs away

Travel
| | Name mosquitto - an MQTT broker Synopsis mosquitto [-c config file] [ -d | --daemon ] [-p port number] [-v] Description mosquitto is a broker for the MQTT protocol version 5.0/3.1.1/3.1. Opt
| | www.mathieupassenaud.fr
6.7 parsecs away

Travel
| | [AI summary] The author describes creating an IoT timeseries platform using LibreOffice and MQTT for data collection and visualization, with a focus on simplicity and minimal coding requirements.
| | brandonrozek.com
3.9 parsecs away

Travel
| | I've been playing with Tasmota smart devices recently; and to hook them up with home assistant, they both need to be configured to utilize MQTT. In this post, we'll only focus on the MQTT part. From quickly installing it to making sure publish/subscribe messages work on another machine. Installing MQTT Broker On the server you want to install MQTT on: sudo dnf install mosquitto We won't go over how to setup TLS or authenticated users.
| | studiofreya.org
26.9 parsecs away

Travel
| [AI summary] This article provides a beginner's guide to setting up and running a Java 'Hello, World!' program using Java 9, covering JDK installation, environment variables, IDE setup with Eclipse, and command-line execution.