CN111934898A - Connection method based on Internet of things multi-protocol virtual gateway - Google Patents

Connection method based on Internet of things multi-protocol virtual gateway Download PDF

Info

Publication number
CN111934898A
CN111934898A CN202010547851.3A CN202010547851A CN111934898A CN 111934898 A CN111934898 A CN 111934898A CN 202010547851 A CN202010547851 A CN 202010547851A CN 111934898 A CN111934898 A CN 111934898A
Authority
CN
China
Prior art keywords
gateway
intelligent gateway
protocol
internet
length
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.)
Pending
Application number
CN202010547851.3A
Other languages
Chinese (zh)
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.)
Zhejiang Huayun Information Technology Co Ltd
Original Assignee
Zhejiang Huayun Information Technology 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 Zhejiang Huayun Information Technology Co Ltd filed Critical Zhejiang Huayun Information Technology Co Ltd
Priority to CN202010547851.3A priority Critical patent/CN111934898A/en
Publication of CN111934898A publication Critical patent/CN111934898A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application provides a connection method based on a multi-protocol virtual gateway of the Internet of things, which comprises the following steps: configuring related parameters in a configuration file of the intelligent gateway according to a gateway multi-protocol configuration rule; deploying the configuration file and the operating program of the intelligent gateway into a server, and starting the intelligent gateway through a starting command line; determining that the used protocol conforms to the internet of things equipment configured in the configuration file; and connecting the Internet of things equipment with the intelligent gateway according to the IP of the intelligent gateway server and the intelligent gateway port corresponding to the currently used protocol. The single intelligent gateway simultaneously supports the capacity of keeping long connection of TCP and transmitting data to background application with multiple sensor devices using different Internet of things protocols by configuring gateway configuration files and starting command line parameters, supports protocol expansion, reduces the technical requirements on Internet of things research and development personnel, and saves the gateway research and development time.

Description

Connection method based on Internet of things multi-protocol virtual gateway
Technical Field
The application belongs to the field of the Internet of things, and particularly relates to a connection method based on a multi-protocol virtual gateway of the Internet of things.
Background
The virtual gateway of the internet of things is a bridge for communication between the sensors/devices of the internet of things and a protocol analysis server, and the virtual gateway needs to solve the problems of package detachment and sticking of network data transmission, service stability under a high concurrency scene, data integrity and the like. The traditional internet of things gateway can only support the data transparent transmission of one internet of things communication protocol at the same time, cannot support multiple types of internet of things communication protocols at the same time, cannot expand the protocol when the new internet of things communication protocol needs to be supported, and develops the new internet of things gateway intelligently.
Disclosure of Invention
In order to solve the defects and shortcomings in the prior art, the application provides a connection method based on a multi-protocol virtual gateway of the Internet of things, and a single intelligent gateway can simultaneously support connection with multiple sensor devices using different protocols of the Internet of things and protocol expansion in a gateway configuration file and command line parameter starting mode.
The technical scheme of the application includes:
configuring related parameters in a configuration file of the intelligent gateway according to a gateway multi-protocol configuration rule;
deploying the configuration file and the operating program of the intelligent gateway into a server, and starting the intelligent gateway through a starting command line;
determining that the used protocol conforms to the internet of things equipment configured in the configuration file;
and connecting the Internet of things equipment with the intelligent gateway according to the IP of the intelligent gateway server and the intelligent gateway port corresponding to the currently used protocol.
Optionally, the multiple-protocol configuration rule includes a rule that the intelligent gateway opens different service ports for different protocols and a packet sticky removal processing rule for the packet, and both the rules are configured in a configuration file of the intelligent gateway.
Optionally, the configuration related parameters include a protocol number, a big-end mode parameter, a frame header identifier, an offset, a length field length, a length of the judgment result, whether the length includes a self parameter, a length of other bytes, an open port number, and a heartbeat cycle.
Optionally, the big-end mode parameters include:
setting the parameter of the big end mode to be true, namely setting the big end mode to be true;
and if the big end mode parameter is set to be 0, setting the big end mode parameter to be a small end mode.
Optionally, the judging whether the length includes the parameter of itself is to judge whether the decimal value length analyzed by the length field includes the byte length occupied by the length field itself, and the parameter is set to 1 to be yes, and set to 0 to be no.
Optionally, the other byte length refers to other byte lengths except for the byte length occupied by the length field and the numerical length shown by the length field.
Optionally, the number of the opening port corresponds to the number of the specification one to one.
Optionally, the intelligent gateway supports a function of automatically identifying and closing the zombie connection, and judges whether the gateway connection is the zombie connection according to the heartbeat cycle.
Optionally, the intelligent gateway is deployed on a windows server, Linux, Unix universal server platform, and is developed using JAVA language.
Optionally, the start command line includes three parameters, which are used to configure gateway system related parameters, specifically, a number of an intelligent gateway node, a communication address of a protocol resolution service, and a path where a configuration file of an intelligent gateway is located.
The beneficial effect that technical scheme that this application provided brought is:
the multi-protocol intelligent virtual gateway based on the research and development of the Internet of things can be deployed in a multi-node cluster mode, a single intelligent gateway can simultaneously support connection with multiple sensor devices using different Internet of things protocols and protocol expansion in a gateway configuration file and command line parameter starting mode, only the configuration file needs to be modified, the technical requirements on research and development personnel of the Internet of things are reduced, and the research and development time of the gateway is saved. In addition, the intelligent gateway can keep long connection of the TCP and transparently transmit data to the background application, solves the problem of packet detachment and sticking in mass data network transmission, and supports automatic identification and closing of zombie connection so as to save servers and network resources.
Drawings
In order to more clearly illustrate the technical solutions of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a block diagram of a flow of a multi-protocol intelligent gateway connection method based on the internet of things, which is proposed in the present application;
FIG. 2 is a diagram of an environment in which the intelligent gateway system of the present application is used;
fig. 3 is a flow chart of uplink message transparent transmission of the intelligent gateway device in the present application;
fig. 4 is a flow chart of a downlink message transparent transmission of an intelligent gateway device in the present application.
Detailed Description
To make the structure and advantages of the present application clearer, the structure of the present application will be further described with reference to the accompanying drawings.
Example one
As shown in fig. 1, the application provides a method for connecting an intelligent gateway based on multiple protocols of the internet of things, the intelligent gateway realizes supporting multiple protocols of the internet of things for message transparent transmission simultaneously by opening measures of corresponding service ports with different protocols and configuring a message de-sticky packet processing rule, and the specific process includes:
s1, configuring related parameters in the configuration file of the intelligent gateway according to the gateway multi-protocol configuration rule;
s2, deploying the configuration file and the operating program of the intelligent gateway into a server, and starting the intelligent gateway through a starting command line;
s3, determining that the used protocol conforms to the equipment of the Internet of things configured in the configuration file;
s4, according to the IP of the intelligent gateway server and the intelligent gateway port corresponding to the currently used protocol, the Internet of things equipment is connected with the intelligent gateway.
In this embodiment, the multiple-protocol configuration rule refers to a processing rule for the intelligent gateway to open different service ports and configure the packet to be removed and pasted for messages according to different protocols. The purpose of opening different service ports for different protocols is to ensure that data received by the unified port is a message of the same protocol type; the packet de-sticky processing rule is realized by determining the specific position of the message length field and specifying the header of the message.
In this embodiment, when a developer needs to access a certain type of internet of things through an intelligent gateway or access several types of internet of things simultaneously, first, relevant parameters are configured in the configuration file "yunbaogate. conf" of the intelligent gateway according to a gateway multiple-protocol configuration rule, where the relevant parameters mainly include a protocol number, a big-end mode parameter, a frame header identifier, an offset, a length domain length, and whether the length includes its own parameter, other byte lengths, an open port number, and a heartbeat cycle;
the protocol number is a unique number assigned to different protocols, and the value range is [0,15 ];
the big-end mode parameter is a parameter for configuring whether to store data in a big-end mode, and 1 is set to be true, and 0 is set to be false;
the big-end mode means that the high byte of the data is stored in the low address of the memory, and the low byte of the data is stored in the high address of the memory; the small-end mode means that the high byte of data is stored in the high address of the memory, and the low byte of data is stored in the low address of the memory;
the frame header mark is a parameter for setting a frame header decimal value of the message, if the frame header of the message is not fixed to-1;
the offset is a byte numerical value of the message length domain which is offset from left to right;
the length of the length domain refers to the direct length occupied by the length domain in the message;
judging whether the length contains the parameter of the decimal value is to judge whether the decimal value analyzed by the length field contains the byte length occupied by the length field;
the other byte length refers to the length of other bytes except the length of the length field and the numerical length shown by the length field;
the opening port number refers to a port number opened by the gateway for the current protocol;
the heartbeat cycle refers to a heartbeat message cycle of the gateway, and is used as an important basis for judging whether the connection is a zombie connection or not by the gateway, and the unit is second.
The following is an example of the configuration of the intelligent gateway for the national network 104 protocol and the national network 376.1 protocol:
the national network 104: 1,0,104,1,1,0,0,9811,60
National network 376.1: 2,0,104,1,2,0,5,9812,200
In this embodiment, the edited configuration file and the operating program of the intelligent gateway are deployed to the server at the same time and are started in a Java manner. When the intelligent gateway is started, a start command line is required, wherein parameters in the start command line specify the number of a gateway node, a communication address of protocol resolution service and a path where a configuration file is located, the three parameters are respectively represented by "-n", "-m", and "-f", and the specific meanings are as follows:
-n: the number of the intelligent gateway node is bound with the gateway one by one, and the value range is [1,255 ].
-m: the communication address of the internet of things analysis service can be provided with a plurality of analysis service addresses, and the internet of things intelligent gateway can automatically realize the load balance of the analysis service and support the blue-green issue of the analysis service.
-f: and the path of the configuration file of the intelligent gateway.
For example, a command line parameter "-n 1-m 127.0.0.1:9530-f/opt/yunbaogate. conf" for starting the intelligent gateway in Linux indicates that the number of the current intelligent gateway is 1, the address of the connected internet of things protocol resolution service is 127.0.0.1:9530 ", and the path where the configuration file is located is"/opt/yunbaogate. conf ".
In this embodiment, after the intelligent gateway is started, the internet of things device conforming to the protocol type specified in the configuration file may be connected to the intelligent gateway through the network according to the IP and the specified port of the server where the intelligent gateway is located.
As shown in fig. 2, which is a usage environment diagram of the intelligent gateway system, the intelligent gateway may be deployed on a windows server, Linux, Unix, or other general server platform, and the JAVA language development is used to make the intelligent gateway have a good cross-platform deployment characteristic from the beginning. The intelligent gateway is used as a bridge for communication between the Internet of things sensors/equipment and the protocol analysis server, is connected with a plurality of pieces of equipment using different protocol types through a TCP/IP protocol, and is in uplink message transparent transmission and downlink message transparent transmission with the Internet of things protocol analysis server.
Fig. 3 is a flowchart illustrating the transparent transmission of the uplink message by the intelligent gateway device. After the system is started, configuration files are loaded, the intelligent gateway sequentially establishes Socket connection with a plurality of internet of things protocol services based on TCP/IP, and the internet of things equipment establishes Socket connection with the Yunbao gateway based on TCP/IP. And then, the intelligent gateway receives uplink message data of the Internet of things equipment, judges the legality of the uplink message of the equipment, returns to the previous step if the message is not legal, processes the unpacking and gluing problem of the uplink message in the transmission process if the message is legal, and encapsulates the complete and legal uplink message and writes the uplink message into a lock-free blocking message queue. And after the completion, returning to a link of receiving uplink message data of the Internet of things equipment and repeatedly circulating the steps. The intelligent gateway reads the queue from the non-lock blocking message queue, acquires the packaged uplink message data from the local queue, adds the private message header of the gateway communicating with the Internet of things platform at the head of the uplink message frame of the equipment, and acquires and verifies the validity of the analysis service. If the message is legal, the uplink message is forwarded to the Internet of things protocol analysis service and data is sent; and if not, polling to obtain another Internet of things protocol analysis service and sending data. If the data is successfully sent, returning to a link of acquiring the number of the packaged uplink messages from the queue, and repeatedly circulating the steps; and if the data transmission fails, returning to a link of polling to obtain another Internet of things protocol analysis service. And completing the transparent transmission of the uplink message of the intelligent gateway equipment.
Fig. 4 is a flow chart of transparent transmission of a downlink message of an intelligent gateway device. After the system is started, configuration files are loaded, the intelligent gateway sequentially establishes Socket connection with a plurality of internet of things protocol services based on TCP/IP, and the internet of things equipment establishes Socket connection with the Yunbao gateway based on TCP/IP. And then, the intelligent gateway receives the downlink message data of the Internet of things protocol analysis service, verifies the legality of the downlink message, returns to the previous step if the message is not legal, and solves the unpacking and sticking problems of the downlink message in the transmission process if the message is legal. And intercepting and analyzing the downlink message header, acquiring and packaging the information of the Internet of things equipment, and writing the information into a lock-free blocking message queue. And after the message sending process is finished, returning to a link of receiving downlink message data of the protocol analysis service of the Internet of things and repeatedly circulating the steps. The intelligent gateway reads the queue from the non-lock blocking message queue, acquires the encapsulated downlink message data from the local queue, queries the session between the equipment and the Yunbao gateway according to the IP information of the equipment, and checks whether the TCP link is normal. If the data is normal, sending the data to the Internet of things equipment; and if the current equipment is abnormal, recording the log, and deleting the corresponding cache resources occupied by the current equipment. Judging whether the data is successfully sent to the Internet of things equipment, if so, returning to a link of acquiring the encapsulated downlink message data from the queue and repeating the steps; and if the sending fails, returning a log record, and deleting the link of the corresponding cache resource occupied by the current equipment. And completing the transparent transmission of the downlink message of the intelligent gateway equipment.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (10)

1. A connection method based on a multi-protocol virtual gateway of the Internet of things is characterized by comprising the following steps:
configuring related parameters in a configuration file of the intelligent gateway according to a gateway multi-protocol configuration rule;
deploying the configuration file and the operating program of the intelligent gateway into a server, and starting the intelligent gateway through a starting command line;
determining that the used protocol conforms to the internet of things equipment configured in the configuration file;
and connecting the Internet of things equipment with the intelligent gateway according to the IP of the intelligent gateway server and the intelligent gateway port corresponding to the currently used protocol.
2. The method according to claim 1, wherein the multi-protocol configuration rules include a rule that the smart gateway opens different service ports for different protocols and a configuration message de-sticky-packaging processing rule, both of which are configured in a configuration file of the smart gateway.
3. The method according to claim 1, wherein the configuration-related parameters include protocol number, big-end mode parameter, frame header identifier, offset, length field length, whether the length includes its own parameter, length of other bytes, open port number, and heartbeat cycle.
4. The method according to claim 3, wherein the big-end mode parameters include:
setting the parameter of the big end mode to be true, namely setting the big end mode to be true;
and if the big end mode parameter is set to be 0, setting the big end mode parameter to be a small end mode.
5. The connection method based on the internet of things multi-protocol virtual gateway according to claim 3, wherein the judging whether the length contains the parameter thereof is that whether the decimal value length analyzed in the length domain contains the byte length occupied by the length domain itself, and the parameter is set to 1 as yes and set to 0 as no.
6. The method according to claim 3, wherein the other byte lengths refer to byte lengths other than the byte length occupied by the length field and the numerical length indicated by the length field.
7. The method according to claim 3, wherein the number of the open port corresponds to the protocol number one to one.
8. The method according to claim 3, wherein the intelligent gateway supports a function of automatically recognizing and closing zombie connections, and determines whether the gateway connection is a zombie connection according to the heartbeat cycle.
9. The method according to claim 1, wherein said intelligent gateway is deployed on windows server, Linux, Unix universal server platform, developed using JAVA language.
10. The method as claimed in claim 1, wherein the start command line includes three parameters for configuring gateway system related parameters, specifically, the number of intelligent gateway node, the communication address of protocol resolution service, and the path of configuration file of intelligent gateway.
CN202010547851.3A 2020-06-16 2020-06-16 Connection method based on Internet of things multi-protocol virtual gateway Pending CN111934898A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010547851.3A CN111934898A (en) 2020-06-16 2020-06-16 Connection method based on Internet of things multi-protocol virtual gateway

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010547851.3A CN111934898A (en) 2020-06-16 2020-06-16 Connection method based on Internet of things multi-protocol virtual gateway

Publications (1)

Publication Number Publication Date
CN111934898A true CN111934898A (en) 2020-11-13

Family

ID=73317544

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010547851.3A Pending CN111934898A (en) 2020-06-16 2020-06-16 Connection method based on Internet of things multi-protocol virtual gateway

Country Status (1)

Country Link
CN (1) CN111934898A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115022422A (en) * 2022-06-16 2022-09-06 上海博般数据技术有限公司 Real-time data processing system and method for Internet of things

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857566A (en) * 2012-09-06 2013-01-02 上海计算机软件技术开发中心 Intelligent gateway of internet of things capable of being customized by software
CN103888443A (en) * 2014-02-20 2014-06-25 北京优联实科信息科技有限公司 Multiprotocol parsing method and multiprotocol parsing system
CN105049304A (en) * 2015-07-03 2015-11-11 中山火炬职业技术学院 Internet-of-thing terminal access gateway supporting multi-heterogeneous transmission module and application system
CN107018127A (en) * 2017-03-07 2017-08-04 西安电子科技大学 The Internet of Things virtual gateway and node access authentication method of a kind of compatible various protocols
CN108667807A (en) * 2018-04-11 2018-10-16 华南师范大学 A kind of protocol self-adapting method and system based on monitoring cloud platform and gateway
US20200021488A1 (en) * 2018-07-12 2020-01-16 Honeywell International Inc. Systems and methods for autonomous creation of a domain specific industrial internet of things gateway using a conversational interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857566A (en) * 2012-09-06 2013-01-02 上海计算机软件技术开发中心 Intelligent gateway of internet of things capable of being customized by software
CN103888443A (en) * 2014-02-20 2014-06-25 北京优联实科信息科技有限公司 Multiprotocol parsing method and multiprotocol parsing system
CN105049304A (en) * 2015-07-03 2015-11-11 中山火炬职业技术学院 Internet-of-thing terminal access gateway supporting multi-heterogeneous transmission module and application system
CN107018127A (en) * 2017-03-07 2017-08-04 西安电子科技大学 The Internet of Things virtual gateway and node access authentication method of a kind of compatible various protocols
CN108667807A (en) * 2018-04-11 2018-10-16 华南师范大学 A kind of protocol self-adapting method and system based on monitoring cloud platform and gateway
US20200021488A1 (en) * 2018-07-12 2020-01-16 Honeywell International Inc. Systems and methods for autonomous creation of a domain specific industrial internet of things gateway using a conversational interface

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSDN: "IOTGate系列之三 多规约配置——包含本地和控制台配置", 《HTTPS://BLOG.CSDN.NET/SINAT_28771747/ARTICLE/DETAILS/88783309》 *
CSDN: "IOTGate系列之二 如何启动", 《HTTPS://BLOG.CSDN.NET/SINAT_28771747/ARTICLE/DETAILS/88775108》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115022422A (en) * 2022-06-16 2022-09-06 上海博般数据技术有限公司 Real-time data processing system and method for Internet of things

Similar Documents

Publication Publication Date Title
CN111835786B (en) System for data acquisition and equipment control of multi-protocol equipment
CN108111523B (en) Data transmission method and device
US6519635B1 (en) SNMP master agent that translates messages to a sub-agent proprietary format using a translation table by the sub-agent
US8073966B2 (en) Virtual interface
EP2437456B1 (en) Method and system for realizing concurrent access of multi-kinds of bearer protocols on machine-to-machine (m2m) platform
CN100576846C (en) Service broker's method of multi-protocols domain name mapping service
CN115514508A (en) Data packet filtering method and device, electronic equipment and computer readable storage medium
CN111934898A (en) Connection method based on Internet of things multi-protocol virtual gateway
CN115021852B (en) Method, device and system for configuring port state
CN107659966A (en) Data transmission method, the network equipment, user terminal, gateway device
US20020085555A1 (en) Inter-processor communication method and apparatus for mobile communication system
CN115277450A (en) OPNET-based virtual-real combined heterogeneous communication network fusion system and application
CN112019491B (en) Message processing method and system
CN115604183B (en) Message processing method, device, network equipment and storage medium
CN114944969B (en) Vehicle data processing method, internet of vehicles terminal and computer readable storage medium
JP3896300B2 (en) Communication device having IPv4 / IPv6 dual stack function
CN116828435B (en) Equipment forwarding method and system of soft Bluetooth gateway
JP3605005B2 (en) System and method for selectively separating point-to-point protocol header information
JP3640082B2 (en) COMMUNICATION SYSTEM, COMMUNICATION DEVICE, TRANSMITTER DETECTING METHOD, AND TRANSMITTER DETECTING PROGRAM
CN116074286A (en) Ethernet data transmission method, transmission gateway and transmission system
EP3890258A1 (en) Network apparatus, and conversion device
CN117424908A (en) Message transmission method and device and electronic equipment
CN117651224A (en) Image processing method, system and storage medium based on FPGA network card
CN115361337A (en) Communication method and system based on communication route and star network
KR100218681B1 (en) Message matching method using message queue routing table

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201113