CN116436970B - Multi-client multi-serial communication method and system based on MQTT protocol - Google Patents

Multi-client multi-serial communication method and system based on MQTT protocol Download PDF

Info

Publication number
CN116436970B
CN116436970B CN202210763132.4A CN202210763132A CN116436970B CN 116436970 B CN116436970 B CN 116436970B CN 202210763132 A CN202210763132 A CN 202210763132A CN 116436970 B CN116436970 B CN 116436970B
Authority
CN
China
Prior art keywords
equipment
queue
client
receiving
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210763132.4A
Other languages
Chinese (zh)
Other versions
CN116436970A (en
Inventor
颜士博
江期助
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Railway Communication Co Ltd
Original Assignee
Shanghai Railway Communication Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Railway Communication Co Ltd filed Critical Shanghai Railway Communication Co Ltd
Priority to CN202210763132.4A priority Critical patent/CN116436970B/en
Publication of CN116436970A publication Critical patent/CN116436970A/en
Application granted granted Critical
Publication of CN116436970B publication Critical patent/CN116436970B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/10Streamlined, light-weight or high-speed protocols, e.g. express transfer protocol [XTP] or byte stream
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/52Queue scheduling by attributing bandwidth to queues
    • H04L47/527Quantum based scheduling, e.g. credit or deficit based scheduling or token bank

Abstract

The invention relates to a multi-client multi-serial communication method and a system based on an MQTT protocol, wherein the method comprises the following steps: transmitting connection confirmation information; performing device ID identification based on the device ID number; acquiring a creation queue instruction sent by a device side; creating a transceiving queue Topic based on the create queue instruction; asynchronously receiving client data information sent by a client and storing the client data information to a receiving queue; receiving subscription information of a device side; when the information stored in the receiving queue changes, actively sending client data information to the equipment end based on subscription information of the equipment end or passively waiting for the equipment end to acquire the client data information based on the subscription information; receiving equipment data information sent by an equipment end and storing the equipment data information into a sending queue; receiving subscription information of a client; and when the information stored in the transmission queue changes, transmitting the device data information to the client based on the subscription information of the client. Compared with the prior art, the invention has the advantages of high integration level, low cost, simple implementation mode and the like.

Description

Multi-client multi-serial communication method and system based on MQTT protocol
Technical Field
The invention relates to the field of data communication, in particular to a multi-client multi-serial communication method and system based on an MQTT protocol.
Background
The serial interface is abbreviated as serial interface and is an expansion interface adopting serial communication mode. The serial port data are sequentially transmitted bit by bit, the communication line is simple, two-way communication can be realized only by a pair of transmission lines, the development is simple, the use is convenient and fast, the cost is low and the serial port data are well known, and the serial port data are widely applied to various occasions. However, the disadvantage of the serial port is also obvious, and complex application occasions are not supported, for example, when multiple clients access the same serial port at the same time, the conflict is easy to occur; for another example, a client may communicate with a plurality of serial devices, and the ports of the serial devices must be known in advance. To realize multi-client multi-serial communication, a hardware conversion device is generally added to a serial device, for example, a serial device converting a serial port to a TCP/UDP/IP protocol is added to the serial device, and then each client establishes a TCP/UDP connection with the hardware device to realize bidirectional communication. However, in this manner, each serial port needs to be equipped with a hardware device, and when the client needs to be connected with multiple serial ports, multiple TCP connections need to be maintained, which is complex in implementation, large in workload, and high in cost.
Disclosure of Invention
The invention aims to provide a multi-client multi-serial port communication method and system based on an MQTT protocol, which are free from adding complex hardware conversion equipment, realize communication only by a software method, have low coupling between a client and a serial port, and have simple implementation mode and low cost.
The aim of the invention can be achieved by the following technical scheme:
a multi-client multi-serial port communication method based on an MQTT protocol comprises the following steps:
transmitting connection confirmation information to the equipment end;
acquiring and storing equipment ID numbers stored by equipment ends, and carrying out equipment ID identification based on the equipment ID numbers, wherein the equipment ID numbers are automatically distributed to the equipment ends when the equipment ends are connected to a server, one equipment end corresponds to one equipment ID number and the equipment ID numbers are not repeated;
acquiring a creation queue instruction sent by a device side, wherein the creation queue instruction is determined based on connection confirmation information and a device ID number;
creating a transceiving queue Topic based on the queue creating instruction, wherein the transceiving queue Topic comprises a sending queue and a receiving queue, one equipment ID number generally corresponds to a pair of unique transceiving queues Topic, and the equipment end automatically subscribes to the receiving queue Topic; when special requirements exist, the transmitting and receiving queues Topic can be shared between different equipment ends, and once the establishment of the transmitting and receiving queues is completed, all subsequent information is transmitted through the transmitting and receiving queues, wherein the transmitting queues are used for caching the information transmitted by the equipment ends, and the receiving queues are used for caching the information received by the equipment ends;
asynchronously receiving client data information sent by a client and storing the client data information to a receiving queue;
receiving subscription information of equipment terminals, wherein one equipment terminal subscribes to a receiving queue, and the equipment ID number of the equipment terminal is consistent with the equipment ID number corresponding to a receiving-transmitting queue Topic to which the receiving queue belongs;
when the client data information stored in the receiving queue changes, actively sending the client data information to the equipment end based on subscription information of the equipment end, or passively waiting for the equipment end to acquire the client data information stored in the receiving queue based on the subscription information;
receiving equipment data information sent by an equipment end and storing the equipment data information into a sending queue;
receiving subscription information of clients, wherein one client subscribes to one or more sending queues, and the clients determine the subscription information based on the received query information;
and when the device data information stored in the transmission queue changes, the device data information is transmitted to the client based on the subscription information of the client.
The method further comprises the steps of:
receiving heartbeat information sent by a device side;
and if the heartbeat information or the equipment data information is received in the preset heartbeat period, marking the connection state corresponding to the equipment end as on-line, otherwise marking the connection state as off-line.
The inquiry information comprises a device ID number, a connection state and a corresponding queue Topic of the device side.
The device ID number is specified and generated by the MCU.
The equipment types of the equipment end comprise serial port equipment and Ethernet interface equipment.
A multi-client multi-serial communication method system based on MQTT protocol includes:
the client is accessed to the server through the MQTT based on TCP/IP, subscribes a transmission queue of a receiving and transmitting queue Topic in the server based on subscription requirements, and transmits client data information to the server;
the device end is connected to the server through a serial port and comprises a device end MQTT management module, wherein the device end MQTT management module is stored with a device ID number, and the device end MQTT management module subscribes to a receiving queue of a corresponding receiving and transmitting queue Topic in the server based on the device ID number and transmits device data information to the server through a transmitting queue;
the server comprises an MQTT function server, an access management module and a bi-directional communication module based on a transmit-receive queue Topic,
the MQTT function server executes the following steps:
receiving a queue creation instruction sent by the MQTT management module of the equipment end (after receiving the connection confirmation information, the MQTT management module of the equipment end sends the queue creation instruction if confirming that the connection is established with the MQTT server);
creating a queue Topic based on a queue creating instruction, wherein the queue Topic comprises a sending queue and a receiving queue, the sending queue is used for caching information sent by a device end, the receiving queue is used for caching information received by the device end, and one device ID number corresponds to a pair of receiving and sending queues Topic;
receiving a subscription request of a client, and establishing an application information transmission channel based on a release PUB-subscription SUB mode with each equipment terminal based on an MQTT protocol;
the bi-directional communication module based on the transmit-receive queue Topic executes the following steps:
the method has the advantages that the client data information sent by the client is asynchronously received to the receiving queue, and the conflict problem caused when a plurality of clients send information to the same device at the same time can be well solved by adopting an asynchronous receiving mode;
receiving subscription information of equipment terminals, wherein one equipment terminal subscribes to a receiving queue, and the equipment ID number of the equipment terminal is consistent with the equipment ID number corresponding to a receiving-transmitting queue Topic to which the receiving queue belongs;
when the client data information stored in the receiving queue changes, the client data information is sent to the equipment end based on subscription information of the equipment end, or the equipment end actively acquires the client data information stored in the receiving queue based on the subscription information;
receiving equipment data information sent by an equipment end and storing the equipment data information into a sending queue;
receiving subscription information of clients, wherein one client subscribes to one or more sending queues, and the clients determine the subscription information based on the received query information;
when the equipment data information stored in the sending queue changes, actively sending the data information to the client according to the subscription information of the client, and completing the communication from the equipment to the client;
the access management module performs the steps of:
automatically enumerating and creating a corresponding device communication port number when the device end is connected to the server;
querying a device ID number of the device based on the communication port number;
receiving a successful connection signal confirmed by the equipment end based on the equipment ID number;
storing the device ID number, the communication port number, the transmission queue and the receiving queue related information;
before formally communicating with the equipment end, the client inquires and acquires equipment information of equipment to be subscribed through a server access management module, and once the client acquires the inquiry information of the equipment to be subscribed, the client can actively subscribe a queue Topic of related equipment; multiple clients can subscribe to the same queue Topic at the same time, and once subscription is successful, a data change (the data change is caused by the device side) exists in a transmission queue MCU_TX in the queue Topic, and each client can receive information sent by the device in real time.
The access management module further performs the steps of:
receiving heartbeat information periodically sent by an MQTT management module at a device end;
and if the heartbeat information or the equipment data information is received in the preset heartbeat period, marking the connection state of the equipment end corresponding to the equipment end MQTT management module as on-line, otherwise marking as off-line.
The inquiry information comprises an equipment end ID number, a connection state and a corresponding queue Topic.
The device ID number is specified and generated by the MCU.
The equipment types of the equipment end comprise serial port equipment and Ethernet interface equipment.
Compared with the prior art, the invention has the following beneficial effects:
(1) Aiming at the communication among multiple clients and multiple serial ports, the invention realizes the high integration of the system in the form of pure software, fully utilizes the low serial port, does not need to additionally increase hardware equipment, and has low cost and low working complexity.
(2) The invention realizes the data transmission between the client and the equipment through the server, has low coupling degree between the client and the equipment, does not need to know the actual port and interface type of the equipment, can be mixed and integrated with different interface equipment, and has wide application range.
(3) The client can be realized by only establishing one connection with the server, and the connection with each equipment terminal is not required, so that the realization mode is simple and the volume is small.
Drawings
FIG. 1 is a schematic diagram of a system architecture of the present invention;
fig. 2 is a flow chart of the method of the present invention.
Detailed Description
The invention will now be described in detail with reference to the drawings and specific examples. The present embodiment is implemented on the premise of the technical scheme of the present invention, and a detailed implementation manner and a specific operation process are given, but the protection scope of the present invention is not limited to the following examples.
A multi-client multi-serial communication method system based on MQTT protocol, as shown in fig. 1, comprising:
(1) Client terminal
The client accesses the server through the MQTT based on TCP/IP, queries the Topic created by the equipment end in the server according to the communication requirement, subscribes the sending queue of the related receiving and sending queue Topic according to the requirement, or sends information to the appointed queue according to the requirement.
(2) Equipment end
The device end is connected to the server through a serial port and comprises a device end MQTT management module, wherein a unique device ID number appointed by the MCU is stored on the device end MQTT management module. The device-side MQTT management module subscribes to a receiving queue of a corresponding receiving and transmitting queue Topic in the server based on the device ID number, and sends device data information to the server through the transmitting queue Topic.
The equipment types of the equipment end comprise serial port equipment and Ethernet interface equipment.
(3) Server device
The server comprises an MQTT function server, an access management module and a bidirectional communication module based on a transmit-receive queue Topic.
The MQTT function server executes the following steps:
receiving a queue creation instruction sent by the MQTT management module of the equipment end (after receiving the connection confirmation information, the MQTT management module of the equipment end sends the queue creation instruction if confirming that the connection is established with the MQTT server);
creating a queue Topic based on a queue creating instruction, wherein the queue Topic comprises a sending queue and a receiving queue, the sending queue is used for caching information sent by a device end, the receiving queue is used for caching information received by the device end, and one device ID number corresponds to a pair of receiving and sending queues Topic;
and receiving a subscription request of the client, and establishing an application information transmission channel based on a release PUB-subscription SUB mode with each equipment terminal based on the MQTT protocol.
The bi-directional communication module based on the transmit-receive queue Topic executes the following steps:
the asynchronous receiving mode can well solve the conflict problem caused when a plurality of clients send information to the same device at the same time.
Receiving subscription information of equipment ends, wherein one equipment end subscribes to a receiving queue;
when the client data information stored in the receiving queue changes, the client data information is sent to the equipment end based on subscription information of the equipment end, or the equipment end actively acquires the client data information stored in the receiving queue based on the subscription information, so that the communication from the client end to the equipment end is completed;
receiving equipment data information sent by an equipment end and storing the equipment data information into a sending queue;
receiving subscription information of clients, wherein one client subscribes to one or more sending queues, and the clients determine the subscription information based on the received query information;
when the data information of the equipment stored in the sending queue changes (namely, the equipment end has a request for sending data to the client end), the data information is actively sent to the client end according to the subscription information of the client end, and the communication from the equipment end to the client end is completed.
The access management module performs the steps of:
automatically enumerating and creating a corresponding device communication port number when the device end is connected to the server;
querying a device ID number of the device based on the communication port number;
receiving a successful connection signal confirmed by the equipment end based on the equipment ID number;
storing the device ID number, the communication port number, the transmit queue, and the receive queue related information.
The access management module further performs the steps of:
receiving heartbeat information periodically sent by an MQTT management module at a device end;
and if the heartbeat information or the equipment data information is received in the preset heartbeat period, marking the connection state of the equipment end corresponding to the equipment end MQTT management module as on-line, otherwise marking as off-line.
Before formally communicating with the equipment end, the client inquires and acquires equipment information of equipment to be subscribed through a server access management module, wherein the equipment information comprises an equipment end ID number, a connection state and a corresponding queue Topic. Once the client acquires the inquiry information of the device side of the device to be subscribed, the client can actively subscribe to the queue Topic of the related device. Multiple clients can subscribe to the same queue Topic at the same time, and once subscription is successful, a data change (the data change is caused by the device side) exists in a transmission queue MCU_TX in the queue Topic, and each client can receive information sent by the device in real time.
Based on the system, the client only needs to care about the serial device, the connection state of the device and the receiving and transmitting Topic corresponding to the device, does not need to care about the real serial device access port number, and only needs to establish one TCP connection with the server when one client communicates interactive data with a plurality of device ends.
The foregoing describes in detail preferred embodiments of the present invention. It should be understood that numerous modifications and variations can be made in accordance with the concepts of the invention by one of ordinary skill in the art without undue burden. Therefore, all technical solutions which can be obtained by logic analysis, reasoning or limited experiments based on the prior art by a person skilled in the art according to the inventive concept shall be within the scope of protection defined by the claims.

Claims (10)

1. The multi-client multi-serial port communication method based on the MQTT protocol is characterized by comprising the following steps of:
transmitting connection confirmation information to the equipment end;
acquiring and storing equipment ID numbers stored by equipment ends, and carrying out equipment ID identification based on the equipment ID numbers, wherein the equipment ID numbers are automatically distributed to the equipment ends when the equipment ends are connected to a server, one equipment end corresponds to one equipment ID number and the equipment ID numbers are not repeated;
acquiring a creation queue instruction sent by a device side, wherein the creation queue instruction is determined based on connection confirmation information and a device ID number;
creating a receiving and transmitting queue Topic based on a queue creating instruction, wherein the receiving and transmitting queue Topic comprises a sending queue and a receiving queue, one equipment ID number corresponds to a pair of unique receiving and transmitting queues Topic, and the equipment end automatically subscribes to the receiving queue Topic, wherein the sending queue is used for caching information sent by the equipment end, and the receiving queue is used for caching information received by the equipment end;
asynchronously receiving client data information sent by a client and storing the client data information to a receiving queue;
receiving subscription information of equipment terminals, wherein one equipment terminal subscribes to a receiving queue, and the equipment ID number of the equipment terminal is consistent with the equipment ID number corresponding to a receiving-transmitting queue Topic to which the receiving queue belongs;
when the client data information stored in the receiving queue changes, actively sending the client data information to the equipment end based on the subscription information of the equipment end or passively waiting for the equipment end to acquire the client data information based on the subscription information;
receiving equipment data information sent by an equipment end and storing the equipment data information into a sending queue;
receiving subscription information of clients, wherein one client subscribes to one or more sending queues, and the clients determine the subscription information based on the received query information;
and when the device data information stored in the transmission queue changes, the device data information is transmitted to the client based on the subscription information of the client.
2. The MQTT protocol-based multi-client multi-serial communication method of claim 1, further comprising:
receiving heartbeat information sent by a device side;
and if the heartbeat information or the equipment data information is received in the preset heartbeat period, marking the connection state corresponding to the equipment end as on-line, otherwise marking the connection state as off-line.
3. The multi-client multi-serial communication method based on the MQTT protocol according to claim 2, wherein the query information includes a device ID number, a connection status, and a corresponding queue Topic of the device side.
4. The MQTT protocol-based multi-client multi-serial communication method of claim 1, wherein the device ID number is specified by the MCU.
5. The multi-client multi-serial communication method based on the MQTT protocol according to claim 1, wherein the device types of the device side include serial devices and ethernet interface devices.
6. A multi-client multi-serial communication system based on MQTT protocol, comprising:
the client is accessed to the server through the MQTT based on TCP/IP, subscribes a transmission queue of a queue Topic in the server based on subscription requirements, and transmits client data information to the server;
the device end is connected to the server through a serial port and comprises a device end MQTT management module, wherein the device end MQTT management module is stored with a device ID number, and the device end MQTT management module subscribes to a receiving queue of a corresponding receiving and transmitting queue Topic in the server based on the device ID number and transmits device data information to the server through a transmitting queue;
the server comprises an MQTT function server, an access management module and a bi-directional communication module based on a transmit-receive queue Topic, wherein,
the MQTT function server executes the following steps:
receiving a queue creating instruction sent by an MQTT management module at a device end;
creating a queue Topic based on a queue creating instruction, wherein the queue Topic comprises a sending queue and a receiving queue, the sending queue is used for caching information sent by a device end, the receiving queue is used for caching information received by the device end, and one device ID number corresponds to a pair of receiving and sending queues Topic;
receiving a subscription request of a client, and establishing an application information transmission channel based on a release PUB-subscription SUB mode with each equipment terminal based on an MQTT protocol;
the bi-directional communication module based on the transmit-receive queue Topic executes the following steps:
asynchronously receiving client data information sent by a client to a receive queue,
receiving subscription information of equipment terminals, wherein one equipment terminal subscribes to a receiving queue, and the equipment ID number of the equipment terminal is consistent with the equipment ID number corresponding to a receiving-transmitting queue Topic to which the receiving queue belongs;
when the client data information stored in the receiving queue changes, actively sending the client data information to the equipment end based on subscription information of the equipment end or passively waiting for the equipment end to acquire the client data information based on the subscription information, and completing communication from the client end to the equipment end;
receiving equipment data information sent by an equipment end and caching the equipment data information to a sending queue;
receiving subscription information of clients, wherein one client subscribes to one or more sending queues, and the clients determine the subscription information based on the received query information;
when the equipment data information stored in the sending queue changes, actively sending the data information to the client according to the subscription information of the client, and completing the communication from the equipment to the client;
the access management module performs the steps of:
automatically enumerating and creating a corresponding device communication port number when the device end is connected to the server;
querying a device ID number of the device based on the communication port number;
receiving a successful connection signal confirmed by the equipment end based on the equipment ID number;
storing the device ID number, the communication port number, the transmit queue, and the receive queue related information.
7. The MQTT protocol-based multi-client multi-serial communication system of claim 6, wherein the access management module further performs the steps of:
receiving heartbeat information periodically sent by an MQTT management module at a device end;
and if the heartbeat information or the equipment data information is received in the preset heartbeat period, marking the connection state of the equipment end corresponding to the equipment end MQTT management module as on-line, otherwise marking as off-line.
8. The MQTT protocol-based multi-client multi-serial communication system of claim 7, wherein the query information comprises device ID number of the device side, connection status, corresponding queue Topic.
9. The MQTT protocol-based multi-client, multi-serial communication system of claim 6, wherein the device ID numbers are generated by MCU designation.
10. The MQTT protocol-based multi-client multi-serial communication system of claim 6, wherein the device types of the device side comprise serial devices, ethernet interface devices.
CN202210763132.4A 2022-06-29 2022-06-29 Multi-client multi-serial communication method and system based on MQTT protocol Active CN116436970B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210763132.4A CN116436970B (en) 2022-06-29 2022-06-29 Multi-client multi-serial communication method and system based on MQTT protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210763132.4A CN116436970B (en) 2022-06-29 2022-06-29 Multi-client multi-serial communication method and system based on MQTT protocol

Publications (2)

Publication Number Publication Date
CN116436970A CN116436970A (en) 2023-07-14
CN116436970B true CN116436970B (en) 2023-12-12

Family

ID=87091308

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210763132.4A Active CN116436970B (en) 2022-06-29 2022-06-29 Multi-client multi-serial communication method and system based on MQTT protocol

Country Status (1)

Country Link
CN (1) CN116436970B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016014516A1 (en) * 2014-07-21 2016-01-28 Convida Wireless, Llc Service layer interworking using mqtt protocol
WO2018210401A1 (en) * 2017-05-15 2018-11-22 Telefonaktiebolaget Lm Ericsson (Publ) Topic handling in mqtt networks
CN111131501A (en) * 2019-12-31 2020-05-08 郑州信大捷安信息技术股份有限公司 MQTT protocol-based message pushing system and method
WO2021121305A1 (en) * 2019-12-19 2021-06-24 华为技术有限公司 Method for managing smart device, mobile terminal, and communication system
CN113194133A (en) * 2021-04-27 2021-07-30 华北电力大学 MQTT protocol communication method for mass message transmission of power distribution Internet of things
US11159634B1 (en) * 2017-11-22 2021-10-26 Amazon Technologies, Inc. Subscription fan out

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016014516A1 (en) * 2014-07-21 2016-01-28 Convida Wireless, Llc Service layer interworking using mqtt protocol
WO2018210401A1 (en) * 2017-05-15 2018-11-22 Telefonaktiebolaget Lm Ericsson (Publ) Topic handling in mqtt networks
US11159634B1 (en) * 2017-11-22 2021-10-26 Amazon Technologies, Inc. Subscription fan out
WO2021121305A1 (en) * 2019-12-19 2021-06-24 华为技术有限公司 Method for managing smart device, mobile terminal, and communication system
CN111131501A (en) * 2019-12-31 2020-05-08 郑州信大捷安信息技术股份有限公司 MQTT protocol-based message pushing system and method
CN113194133A (en) * 2021-04-27 2021-07-30 华北电力大学 MQTT protocol communication method for mass message transmission of power distribution Internet of things

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于消息队列遥测传输协议的智能家居消息中间件设计;李洋;;计算机应用(第S1期);全文 *

Also Published As

Publication number Publication date
CN116436970A (en) 2023-07-14

Similar Documents

Publication Publication Date Title
WO2019205907A1 (en) Intelligent device communication platform based on mqtt message protocol
KR100772548B1 (en) Efficient polled frame exchange on a shared-communications channel
CN110635982B (en) Double-host communication method and system on communication bus, industrial control gateway and storage medium
US6496509B1 (en) System for transmitting data packets between computers via an IEEE-1394 network medium
CA2547204A1 (en) Inter-processor parameter management in a multiple-processor wireless mobile communication device operating on a processor specific communication network
CN116436970B (en) Multi-client multi-serial communication method and system based on MQTT protocol
CN116095664B (en) Method for realizing service registration of newly-added Beidou user machine in system
CN110300042A (en) A kind of bus communication system and communication control method
CN105471718A (en) Realization method of full duplex message queue
CN109328449A (en) RTEX-EtherCAT protocol conversion apparatus and industrial control system
CN210274135U (en) Remote connection system
CN113938469A (en) non-SIP protocol terminal and SIP protocol terminal conversation method, gateway and SIP server
US6973044B1 (en) Efficient method for collecting statistics via a half-duplex serial bus
CN102111732A (en) Method and device for sharing information between wireless terminals
CN111328056A (en) Communication method and system for carrying out protocol adaptation based on ATT and read-write instruction
CN109981725A (en) A kind of communication means across security domain, server and readable storage medium storing program for executing
CN216053019U (en) FC-AE-1553 bus network controller device
CN212324129U (en) Multiport data conversion device based on energy internet
CN113595933B (en) Serial port multiplexing method and device based on MQTT communication protocol
CN209869504U (en) Remote maintenance system of hydraulic machine
CN208691575U (en) A kind of bluetooth equipment and system of achievable telecommunication
KR100297818B1 (en) A communication system between ieee 1394 networks by use of external communication network and method for thereof
CN116095140A (en) Unified access gateway method and system based on WebSocket
CN111083185A (en) Photoetching machine data communication system and communication method thereof
CN113132353A (en) Data stream conversion method, system and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant