Debugging CoAP Protocol in ThingsBoard

Debugging CoAP Protocol in ThingsBoard

This article introduces the CoAP protocol in the ThingsBoard platform, primarily due to the increasing application of NB-IoT in the IoT field. First, let’s briefly understand that the CoAP protocol (Constrained Application Protocol) is designed by the IETF specifically for constrained application environments. Functionally, it is similar to HTTP, but compared to HTTP, it is … Read more

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python to Develop ThingsBoard Gateway

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python to Develop ThingsBoard Gateway

Hello everyone! I’m Cat Brother, and today I want to take you on an exciting journey to explore a super cool tool: ThingsBoard Gateway! It is an open-source IoT gateway that can easily connect various IoT devices to the ThingsBoard platform. Even better, it is developed using Python, which means we can leverage Python’s powerful … Read more

Integrating IoT Devices with ThingsBoard Gateway Using Python

Integrating IoT Devices with ThingsBoard Gateway Using Python

The Internet of Things (IoT) has been gaining traction for quite some time now, and everyone wants to connect their devices and push data to the cloud. The challenge lies in the variety of devices and protocols available. How can we integrate all these devices in a complex IoT environment? Don’t worry, today we will … Read more

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python

Introduction With the development of the Internet of Things (IoT), more and more devices need to connect to IoT platforms for monitoring and management. However, different devices may use different communication protocols and interfaces, which poses certain challenges for integration and management. To address this issue, ThingsBoard has developed open-source software called ThingsBoard Gateway, which … Read more