Explore >> Select a destination


You are here

pagefault.blog
| | nabeelvalley.co.za
3.4 parsecs away

Travel
| | MQTT and real-time communication with the browser, JavaScript, Web Sockets and a Mosquitto message broker
| | 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.
| | d.sb
14.2 parsecs away

Travel
| WireGuard is an exciting, new, extremely simple VPN system that uses state-of-the-art cryptography. Its Linux implementation runs in the kernel, which provides a significant performance boost compared to traditional userspace VPN implementations The WireGuard kernel module is great, but sometimes you might not be able to install...