How to Connect S7-1500 to Alibaba Cloud IoT Platform

How to Connect S7-1500 to Alibaba Cloud IoT Platform

The Expert Speaks The Internet of Things and the concept of connecting everything is quite trendy, isn’t it? Upon seeing Alibaba Cloud’s IoT platform, I thought about directly connecting the PLC to the Alibaba Cloud IoT platform. After several days of testing, I finally succeeded. ▲ Siemens’ MQTT client library ▲ Publishing messages ▲ Platform … Read more

Flexible Authentication Methods for Secure IoT Device Connections

Flexible Authentication Methods for Secure IoT Device Connections

Introduction: Flexible Authentication/Authorization Mechanisms Provide Efficient Security Assurance EMQX has always placed great emphasis on security, providing continuous enhancement of security guarantees for IoT users through a wide range of out-of-the-box security features, including MQTT over TLS/SSL, transmission encryption and authentication integration based on national cryptography algorithms, as well as various identity authentication functions such … Read more

Step-by-Step Guide to IoT Smart Faucet Client Program Design

Step-by-Step Guide to IoT Smart Faucet Client Program Design

This article mainly covers the implementation of MQTT server connection and topic publishing in Python & the implementation of Python forms. Refer to the following for setting up the MQTT server: http://www.guyuehome.com/44993 Design Goals: Implement remote control for faucet switch Implement scheduled remote control for faucet Implement a visual interactive interface Based on the above … Read more

Quick Connection of Wumei IoT Using MQTT.fx Tool

Quick Connection of Wumei IoT Using MQTT.fx Tool

Click the “Blue Word: IoT Guesthouse” above to follow us Starting today, we will learn about the smart dormitory system. For the front end, we will use WeChat Mini Programs for development, and for the server, we will choose the open-source IoT platform – Wumei Smart. After completing this series of courses, I believe everyone … Read more

Introduction to IoT Development: NB-IoT, MQTT, and TCP_IP Explained

Introduction to IoT Development: NB-IoT, MQTT, and TCP_IP Explained

Introduction to IoT Development Key Technologies and System Applications of IoT This section systematically introduces the concept of the Internet of Things (IoT), its three-layer architecture, enabling technologies, and typical applications. It first discusses the background, characteristics, architecture, standards, and industry chain of IoT; then it introduces sensing layer technologies, including EPC technology, RFID technology, … Read more

Integrity Monitoring of IoT Devices Based on MQTT Protocol Extension

Article Title: Integrity Monitoring of IoT Devices Based on MQTT Protocol Extension All Authors: Qi Bing, Qin Yu, Li Minhong, Xie Hong, Shang Ketong, Feng Wei, Li Wei First Affiliation: University of Chinese Academy of Sciences Publication Date: 2022, 31(11): 68–78 Abstract Summary With the rapid development of the Internet of Things (IoT), the number … Read more

Release of the MQTT Video Tutorial by Shang Silicon Valley

27-year-old domineering CEO falls in love with 45-year-old cleaning lady? Domestic short dramas are crazy! The boss asked me to write something according to this style. Part One: The female CEO falls in love with me, who has no money or house and spends all day typing. “I want to take everything that doesn’t belong … Read more

MQTT Protocol Analysis of Himqtt Source Code

MQTT Protocol Analysis of Himqtt Source Code

This article is an excellent piece from the KX Forum Author ID on KX Forum: xiaoduoduo himqtt is the first complete source high-performance MQTT IoT firewall – MQTT Application FireWall, written in C language, using epoll mode to support hundreds of thousands of high concurrent connections for IoT, and is compatible with some ModSecurity rules. … Read more

Learning MQTT Protocol: Retained Messages and LWT

Learning MQTT Protocol: Retained Messages and LWT

Let’s look at this scenario: You have a temperature sensor that publishes the current temperature to a Topic every three hours. So the question arises, if a new subscriber subscribes to this topic right after it has published the current temperature, when will this subscriber receive the temperature message? That’s right, it has to wait … Read more

Using MQTT to Upload Images to OneNET

Using MQTT to Upload Images to OneNET

In recent days, I have been preparing for the follow-up IoT STM32 development and practical demonstrations, as well as writing mini-programs, so I haven’t had time to update the articles on my public account. Actually, I originally planned to wrap up the series of articles about the IoT platform with the last one. However, a … Read more