A remote terminal management method based on mqtt transmission protocol
A remote terminal and management method technology, applied in the field of remote terminal management, can solve problems such as inconsistency between soap interface requests and responses, complex protocol implementation, slow signaling transmission, etc., to improve timeliness and usability, easy to understand and implement, and smooth Effects of upgrades and replacements
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0065] MQTT is a lightweight broker-based publish / subscribe message transmission protocol. The design idea is open, simple, lightweight, and easy to implement. Provides one-to-many message publishing, decoupling applications, and message transmission for load shielding. Using TCP / IP to provide network connectivity, NAT traversal, real-time signaling sending and receiving can be maintained with minimal overhead.
[0066] There are three identities in the MQTT protocol: publisher (Publish), broker (Broker) (server), and subscriber (Subscribe). Among them, the publisher and the subscriber of the message are both clients, the message broker is the server, and the message publish can be the subscriber at the same time.
[0067] The message transmitted by MQTT is divided into two parts: topic and payload.
[0068] Topic, which can be understood as the type of message, after the subscriber subscribes (Subscribe), it will receive the message content (payload) of the topic
[0069] ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


