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

Eclipse Paho: A Java IoT Messenger

Eclipse Paho: A Java IoT Messenger

header.jpg.jpeg Eclipse Paho: A Java IoT Messenger! Essential Knowledge from Beginner to Pro Hello everyone, I am Niu Ge. In IoT development, have you encountered difficulties in device communication and unstable message transmission? Today, I will introduce a powerful tool – the Eclipse Paho MQTT client library. Through this article, you will master: The core … Read more