Andreas Schiffler
Research Professor at the Technical University of Wuerzburg-Schweinfurt
About the author
Research Professor at the Technical University of Wuerzburg-Schweinfurt
Dr. Andreas Schiffler is a research professor at the Technical University of Wuerzburg-Schweinfurt in the field of production and data technology in mechanical engineering. In addition to research topics related to 3D metal printing, Dr. Schiffler developed a Kubernetes cluster for the practice-oriented basics of IoT and Industry 4.0 as part of the student training. Before joining the university, he worked in different product development-related positions for Siemens AG and Schaeffler AG.
His hobbies and private activities are mixed to share practical knowledge on topics like home automation driven by MQTT protocol or using open-source CNC controllers for machine tools.
Articles by Andreas Schiffler
Implementing Unified Namespace (UNS) using MQTT
Learn how to implement Unified Namespace (UNS) using the Pro Mosquitto MQTT broker, explore the two approaches, their comparisons, and more.
Industry 4.0How to Use the Paho MQTT Client in Python with Examples
Discover how to set up a Paho MQTT Python client, securely connect it to an MQTT broker, publish messages on topics and subscribe to them. As a bonus, get a ready-to-use Python environment configured with a free trial of Pro Mosquitto.
Programming languages & toolsHow to enable OAuth 2.0 for Mosquitto MQTT Broker - Quick guide
Read the tutorial to learn how to set up OAuth 2.0 authentication for Mosquitto MQTT broker based on an example use case.
MQTT securityHow to Configure MQTT TLS/SSL and Certificate-based Authorization for Mosquitto MQTT Broker
Check out our step-by-step guide on how to configure MQTT TLS for Mosquitto with easy-to-follow examples and ready-to-use snippets of code.
MQTT securityHow to Use MQTT on ESP8266 Module: Detailed Guide
Discover how to use MQTT on an ESP8266 module. Learn about the configuration process and how to troubleshoot any possible issues.
Connected devicesUsing JWT for the Mosquitto MQTT Broker Authentication
Discover how to configure JWT authentication on the Pro Mosquitto broker to verify client access and strengthen your MQTT ecosystem.
MQTT securityHow to Test Mosquitto MQTT Broker in JMeter: Detailed Guide
Learn how to test Mosquitto MQTT broker functionality and performance using the JMeter application.
TestingHow to Configure and Run Mosquitto MQTT Broker in Azure
Explore how to deploy and configure a secure Mosquitto MQTT broker on a Microsoft Azure virtual machine to ensure security and performance in a cloud platform.
Cloud deploymentsHow to Push Mosquitto MQTT Broker Metrics to InfluxDB
Learn to leverage the Pro Mosquitto MQTT Broker and InfluxDB Metrics Exporter plugin to effectively monitor and observe broker performance, helping you identify and address potential issues.
MQTT IntegrationsConfiguring Sparkplug for Mosquitto MQTT Brokers with Python
Explore Sparkplug B specification for an MQTT broker. Read this comprehensive Python tutorial on how to build a Sparkplug-enabled architecture for an MQTT use case.
ProtocolsStep-by-Step Tutorial on Enabling ESP32 MQTT Project
Check out our detailed guide on how to set up MQTT on an ESP32 module. Discover ready-to-use sample application, configuration steps, and tips to troubleshoot any issues.
Connected devicesSetting Up MQTT on AWS with Mosquitto Example: Quick Guide
Discover how to set up a Mosquitto MQTT broker on AWS using an EC2 instance example to ensure high-security standards for your MQTT workloads.
Cloud deploymentsMosquitto MQTT Broker with HA in Kubernetes: Step-by-step Tutorial
Read this guide to learn how to deploy Mosquitto with HA in Kubernetes to facilitate secure and scalable MQTT messaging for your applications.
Container deploymentsMQTT to Kafka: Guide to Integrating Mosquitto with Apache Kafka
Learn to push MQTT data from Mosquitto to Apache Kafka. Follow the demo use case to configure and connect the two platforms via the Kafka bridge plugin feature.
MQTT IntegrationsHow to enable MQTT Authentication and Authorization on Mosquitto
Learn about MQTT authentication, how to configure the Mosquitto MQTT broker, and discover best practices for authentication.
MQTT securityConfiguring Mosquitto Bridge
Discover how Mosquitto bridge configurations work, how they can be enabled to connect multiple MQTT brokers, and learn about the different bridging concepts.
MQTT IntegrationsHow to Use Paho MQTT Client Library in C++ CMake Project
Check out this step-by-step guide to understand how to use Paho MQTT in C++ CMake project. In addition, access the sample code covering all features available for the MQTT protocol in one source code file.
Programming languages & tools