CN111245777A - Military field message transmission method - Google Patents
Military field message transmission method Download PDFInfo
- Publication number
- CN111245777A CN111245777A CN201911113598.4A CN201911113598A CN111245777A CN 111245777 A CN111245777 A CN 111245777A CN 201911113598 A CN201911113598 A CN 201911113598A CN 111245777 A CN111245777 A CN 111245777A
- Authority
- CN
- China
- Prior art keywords
- message
- data
- middleware
- transmission channel
- data transmission
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/12—Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/55—Push-based network services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computing Systems (AREA)
- Computer Security & Cryptography (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The invention belongs to the fields of computer technology and security and secrecy technology, and particularly relates to a method for transmitting messages in the field of military industry. The server and the receiving terminal establish a message protocol data transmission channel through the message middleware, transmit message data generated by processing an SM2 encryption algorithm according to the message protocol data transmission channel, encrypt the message at the message server side in an SM2 mode to realize encrypted real-time transmission of the message data, distribute the message in a routing mode of the message middleware, decrypt an SM2 decryption algorithm at the message receiving terminal, and improve the safety and timeliness of message pushing; the message middleware is used for transmitting the message data to the plurality of receiving terminals, namely, the message middleware is used for adding the plurality of receiving terminals, so that the load balance of the message data is realized, and the pressure of a server side is relieved. The invention realizes the safety and consistency in the data transmission process and can utilize the data transmission scene in the military field.
Description
Technical Field
The invention belongs to the fields of computer technology and security and secrecy technology, and particularly relates to a method for transmitting messages in the field of military industry.
Background
For some platforms with complex services and high real-time requirements on data, the real-time, stable, safe and accurate services are required to be guaranteed. Generally, the transfer of data can be roughly divided into the following steps:
① real-time business operation generates real-time data and stores the data in the database;
② receiving formatted data processed and returned by the server side through the request of the terminal;
it can be seen that, in the prior art, the terminal actively sends a request to the server to obtain the latest data related to the operation, and this method mainly has the following two disadvantages:
①, the timeliness is poor, namely, the data is set to the server by the receiving terminal or the data is pulled to the server by manual refreshing, the timeliness is poor, after the data is generated, the data cannot be rendered to the receiving terminal in time, and the problem of rendering data delay is caused.
② the coupling between systems is strong, when the number of terminals accessing the server end is increasing, the data concurrency will increase, the pressure of the server end will increase, the response speed will be delayed, and the problem of data loss may occur, thus the problem of performance bottleneck will be very obvious.
③ are not secure enough that data is easily intercepted during transmission, resulting in data theft.
Aiming at the problems of poor timeliness caused by the defects of the traditional related technology and performance bottleneck and data security caused by the coupling problem, an effective solution is not provided at present.
Disclosure of Invention
Technical problem to be solved
The technical problem to be solved by the invention is as follows: how to provide a method for transmitting the information in the military field.
(II) technical scheme
In order to solve the above technical problem, the present invention provides a method for transmitting a military field message, wherein the method for transmitting the military field message is implemented based on a message push system, and the message push system includes: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; the connection establishing module is used for establishing a message protocol data transmission channel between a server and a terminal, and the message protocol data transmission channel is integrated with a message middleware; the server end is used for transmitting the generated message data according to a message protocol data transmission channel; the message middleware is used for receiving and forwarding message data in a message protocol data transmission channel; the receiving terminal is used for receiving message data;
the transfer method comprises the following steps:
step 1: the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal;
step 2: the server side encrypts message data to be transmitted;
and step 3: the server transmits the encrypted message data to message middleware through a message protocol data transmission channel;
and 4, step 4: the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
and 5: and the receiving terminal decrypts the message data after receiving the message data.
Wherein the message middleware is realized by adopting an open-source message middleware technology, and comprises the following steps: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
Wherein the number of the receiving terminals is one or more.
The server side encrypts the message data to be transmitted by adopting an SM2 encryption algorithm.
Wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
The connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
After the server transmits the encrypted message data to the message middleware through the message protocol data transmission channel, the method further comprises the following steps: the message middleware stores the message data;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
Under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to a routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
(III) advantageous effects
Compared with the prior art, the technical implementation scheme of the invention establishes a message protocol data transmission channel between the server end and the receiving terminal through the message middleware, transmits the message data generated by processing the SM2 encryption algorithm according to the message protocol data transmission channel, encrypts the message at the message server end in SM2 to realize the encrypted real-time transmission of the message data, distributes the message by using the routing mode of the message middleware, decrypts the SM2 decryption algorithm at the message receiving end, and improves the safety and timeliness of message pushing; the message middleware is used for transmitting the message data to the plurality of receiving terminals, namely, the message middleware is used for adding the plurality of receiving terminals, so that the load balance of the message data is realized, and the pressure of a server side is relieved. The invention realizes the safety and consistency in the data transmission process and can utilize the data transmission scene in the military field.
Drawings
Fig. 1 is a schematic diagram of the technical scheme of the invention.
Detailed Description
In order to make the objects, contents, and advantages of the present invention clearer, the following detailed description of the embodiments of the present invention will be made in conjunction with the accompanying drawings and examples.
Aiming at the problems of poor timeliness and performance bottleneck and data safety caused by the problem of coupling among systems in the related technology, the invention provides a method for transmitting messages in the military field, which can realize real-time safe transmission of message data, realize decoupling among systems and reduce the pressure of a server;
the military domain message transmission method is implemented based on a message pushing system, and the message pushing system comprises the following steps: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; the connection establishing module is used for establishing a message protocol data transmission channel between a server and a terminal, and the message protocol data transmission channel is integrated with a message middleware; the server end is used for transmitting the generated message data according to a message protocol data transmission channel; the message middleware is used for receiving and forwarding message data in a message protocol data transmission channel; the receiving terminal is used for receiving message data;
the transfer method comprises the following steps:
step 1: the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal;
step 2: the server side encrypts message data to be transmitted;
and step 3: the server transmits the encrypted message data to message middleware through a message protocol data transmission channel;
and 4, step 4: the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
and 5: and the receiving terminal decrypts the message data after receiving the message data.
Wherein the message middleware is realized by adopting an open-source message middleware technology, and comprises the following steps: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
And the message middleware selects and configures a source message agent tool Rabbitmq/mosquito.
Wherein the number of the receiving terminals is one or more.
The server side encrypts the message data to be transmitted by adopting an SM2 encryption algorithm.
Wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
STOMP is a simple (streaming) text-directed message protocol that provides an interoperable connection format. MQTT (message queue telemetry transport) is a publish/subscribe messaging protocol based on a publish/subscribe paradigm, designed for remote devices with poor hardware performance and in situations of poor network conditions. The AMQP provides an application layer standard high-level message queue protocol of a unified message service, is an open standard of the application layer protocol, and is designed for message-oriented middleware. The message protocol in the following description is collectively and broadly referred to as "STOMP/MQTT/AMQP".
The connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
After the server transmits the encrypted message data to the message middleware through the message protocol data transmission channel, the method further comprises the following steps: the message middleware stores the message data according to a message protocol data transmission channel;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
Under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
The message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to a routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
According to the invention, the server and the receiving terminal establish the message protocol data transmission channel through the message middleware, and the message data generated by the SM2 encryption algorithm is transmitted to the receiving terminal in real time according to the message protocol data transmission channel, so that the timeliness of message pushing is improved, and the safe transmission of the message is ensured. A plurality of receiving terminals are added through the message middleware, so that the load balance of message data is realized, and the pressure of a server side is reduced.
Example 1
The embodiment provides a message secure transmission method of a server.
The message transmission method of the server implemented according to the invention comprises the following steps:
the method comprises the steps of establishing a message protocol data transmission channel between a server side and a receiving terminal needing to receive message data, and transmitting the message data according to the channel, wherein the SM2 encryption algorithm processing of the data is carried out on the server side before the data are sent, the matching distribution of the message is carried out according to the routing mode of message middleware, and the SM2 decryption algorithm decryption processing is carried out after the receiving terminal obtains the message.
According to the technical scheme, the server and the receiving terminal establish the message protocol data transmission channel through the message middleware, namely the data transmission after encryption processing is completed by using the channel, so that the real-time transmission of message data can be realized, and the timeliness of message pushing is improved.
In one embodiment, the receiving terminal is multiple; by setting the message middleware to broadcast mode. The message data after encryption processing can be transmitted to a plurality of receiving terminals through the message middleware, namely, the message middleware can be added into the plurality of receiving terminals, so that the load balance of the message data is realized and the pressure of a server side is reduced while the data transmission safety is ensured.
In one embodiment, a message push policy is set; and the routing mode of the middleware is used for matching the message, and the transmission terminal target of the data is determined.
In one embodiment, the server side sends the message data generated by the encryption algorithm processing according to a message protocol data transmission channel; and the message middleware sends the message data to the server side for persistent storage or discards the message according to the state of the message protocol data transmission channel.
Further, the message middleware discards the message data according to the state of the message protocol data transmission channel if no affiliated channel exists. And if the channel to which the data belongs exists, the data persistence server side performs message pushing after finishing data encryption processing.
In one embodiment, after the server sends the message data, the method further includes: the message middleware stores according to the state of the message protocol data transmission channel.
Further, the message middleware stores the message according to a message protocol data transmission channel, comprising: under the condition that at least one receiving terminal and a server end establish a message protocol data transmission channel, storing message data;
further, the message middleware discards the message according to the message protocol data transmission channel, comprising: and under the condition that the receiving terminal and the server end do not establish a message protocol data transmission channel, the message is discarded and is not stored.
In one embodiment, the message middleware sends message data to the receiving terminal through a message protocol data transmission channel, comprising: the message middleware transmits the message data to the receiving terminal through different routing modes.
In summary, with the technical implementation scheme of the present invention, a message protocol data transmission channel is established between the server and the receiving terminal through the message middleware, and the message data generated by processing the SM2 encryption algorithm is transmitted according to the message protocol data transmission channel, the SM2 encryption of the message is performed at the message server, so as to implement encrypted real-time transmission of the message data, the message is distributed in a routing mode of the message middleware, and the SM2 decryption algorithm is decrypted at the message receiving terminal, so that the security and timeliness of message pushing are improved; the message middleware is used for transmitting the message data to the plurality of receiving terminals, namely, the message middleware is used for adding the plurality of receiving terminals, so that the load balance of the message data is realized, and the pressure of a server side is relieved. The invention realizes the safety and consistency in the data transmission process and can utilize the data transmission scene in the military field.
Example 2
The embodiment provides a message security pushing method and device, which are used for solving the problems that a user cannot acquire a resource updating message in time and cannot acquire corresponding resources after acquiring the resource updating message in the prior art. The server pushing method comprises the following steps: establishing a message protocol data transmission channel between a server and a receiving terminal; pushing the data processed by the SM2 encryption algorithm according to the message protocol data transmission channel; the number of the receiving terminals is multiple; and the data is transmitted after being encrypted according to the data transmission, so that the safety and consistency of data transmission are ensured, the real-time transmission of the message data meeting the requirement of military industry on data safety transmission is realized by the technology, and the timeliness of message transmission is improved.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.
Claims (10)
1. A military domain message delivery method is implemented based on a message pushing system, and the message pushing system comprises: the system comprises a server side, a receiving terminal, message middleware and a connection establishing module; the connection establishing module is used for establishing a message protocol data transmission channel between a server and a terminal, and the message protocol data transmission channel is integrated with a message middleware; the server end is used for transmitting the generated message data according to a message protocol data transmission channel; the message middleware is used for receiving and forwarding message data in a message protocol data transmission channel; the receiving terminal is used for receiving message data;
the transfer method comprises the following steps:
step 1: the connection establishing module establishes a message protocol data transmission channel between the server and the receiving terminal;
step 2: the server side encrypts message data to be transmitted;
and step 3: the server transmits the encrypted message data to message middleware through a message protocol data transmission channel;
and 4, step 4: the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data in a persistent mode according to a message application scene;
and 5: and the receiving terminal decrypts the message data after receiving the message data.
2. The military domain message passing method of claim 1, wherein the message middleware is implemented using an open-source message middleware technology, comprising: the open source message agent function of the high-level message queue protocol is realized through Rabbitmq, and the lightweight message service agent function based on the Internet of things protocol is realized through mosquito.
3. The military field message delivery method of claim 1 wherein the number of receiving terminals is one or more.
4. The military domain message delivery method of claim 1 wherein the server side encrypts the message data to be transmitted using an SM2 encryption algorithm.
5. The military domain message passing method of claim 1, wherein the message protocol represents: STOMP/MQTT/AMQP protocol.
6. The military field message passing method of claim 1, wherein the connection establishing module establishes a message protocol data transmission channel between the server side and the receiving terminal, and comprises:
setting a message transmission strategy;
and establishing a message protocol data transmission channel between the server and the receiving terminal according to the message transmission strategy.
7. The military field message delivery method of claim 1, wherein the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel, and selectively stores or discards the message data persistently according to a message application scenario;
the method comprises the following steps:
under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server terminal, message middleware transmits message data to the receiving terminal and persistently stores the message at the server terminal;
the message middleware discards the message data without establishing a message protocol data transmission channel between the receiving terminal and the server terminal.
8. The military field message passing method of claim 1, wherein the server transmits the encrypted message data to the message middleware through a message protocol data transmission channel, and further comprising: the message middleware stores the message data;
that is, the message middleware stores message data under the condition that a message protocol data transmission channel is established between at least one receiving terminal and a server;
under the condition that a message protocol data transmission channel is not established between the receiving terminal and the server terminal, the message data is not stored, and the message data is directly ignored and discarded.
9. The military domain message passing method of claim 8,
under the condition that the message middleware stores the message data, the message middleware pushes the message data to a receiving terminal which establishes a message protocol data transmission channel with a server;
in the event that the message middleware does not store the message data, the message middleware discards the message data.
10. The military domain message passing method of claim 1,
the message middleware pushes message data to a receiving terminal through a message protocol data transmission channel according to the routing mode of the message middleware;
the routing mode of the message middleware comprises the following steps: unicast, broadcast, routing rule match.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911113598.4A CN111245777A (en) | 2019-11-14 | 2019-11-14 | Military field message transmission method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911113598.4A CN111245777A (en) | 2019-11-14 | 2019-11-14 | Military field message transmission method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111245777A true CN111245777A (en) | 2020-06-05 |
Family
ID=70879289
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911113598.4A Pending CN111245777A (en) | 2019-11-14 | 2019-11-14 | Military field message transmission method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111245777A (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102740239A (en) * | 2011-03-31 | 2012-10-17 | 中兴通讯股份有限公司 | Method and system for secure transmission of media information |
CN105407180A (en) * | 2015-12-29 | 2016-03-16 | 曙光信息产业(北京)有限公司 | Server message pushing method and device |
CN105516081A (en) * | 2015-11-25 | 2016-04-20 | 浪潮电子信息产业股份有限公司 | Method and system for issuing safety strategy by server and message queue middleware |
CN106412027A (en) * | 2016-09-12 | 2017-02-15 | 曙光信息产业(北京)有限公司 | Server message push method and system |
US20190075192A1 (en) * | 2001-11-13 | 2019-03-07 | International Business Machines Corporation | Wireless messaging services using publish/subscribe systems |
-
2019
- 2019-11-14 CN CN201911113598.4A patent/CN111245777A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190075192A1 (en) * | 2001-11-13 | 2019-03-07 | International Business Machines Corporation | Wireless messaging services using publish/subscribe systems |
CN102740239A (en) * | 2011-03-31 | 2012-10-17 | 中兴通讯股份有限公司 | Method and system for secure transmission of media information |
CN105516081A (en) * | 2015-11-25 | 2016-04-20 | 浪潮电子信息产业股份有限公司 | Method and system for issuing safety strategy by server and message queue middleware |
CN105407180A (en) * | 2015-12-29 | 2016-03-16 | 曙光信息产业(北京)有限公司 | Server message pushing method and device |
CN106412027A (en) * | 2016-09-12 | 2017-02-15 | 曙光信息产业(北京)有限公司 | Server message push method and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11316677B2 (en) | Quantum key distribution node apparatus and method for quantum key distribution thereof | |
US10862989B2 (en) | Push notification delivery system | |
US10432741B2 (en) | Systems and methods for guaranteeing delivery of pushed data to remote clients | |
JP2006511865A (en) | Method and apparatus for communicating information in a wide area distributed network | |
CN103918000A (en) | Securing email conversations | |
US7613828B2 (en) | Store-and-forward messaging channel for occasionally connected mobile applications | |
US20030172303A1 (en) | Method and system for accelerating the conversion process between encryption schemes | |
US20240157893A1 (en) | Vehicle-mounted relay device, management device, vehicle-mounted system, and communication management method | |
CN111488604A (en) | Data desensitization system and data desensitization method | |
CN112689020A (en) | Message transmission method, message middleware, electronic equipment and storage medium | |
CN113300999A (en) | Information processing method, electronic device, and readable storage medium | |
JP6466382B2 (en) | Method and apparatus for sending keys | |
CN110830366A (en) | Military field message pushing system | |
US10268532B2 (en) | Application message processing system, method, and application device | |
CN108173868A (en) | Method, device and storage device for one-to-many file distribution | |
CN111245777A (en) | Military field message transmission method | |
US11411744B2 (en) | Encryption communication method, information processing apparatus, and program | |
CN102255895A (en) | Method and system for data communication between client and server | |
CN114615049B (en) | A permission checking method and system for event subscription | |
CN106060155B (en) | The method and device of P2P resource-sharing | |
US20130024543A1 (en) | Methods for generating multiple responses to a single request message and devices thereof | |
CN116781764A (en) | Long-connection task execution method and device and related equipment | |
CN112751842A (en) | High-performance instant messaging method | |
US20140019588A1 (en) | Distributed Local Text, Audio and Video And Application-Specific Messaging Service With Video Recording In A Battery-Operated Wireless Mobile Data Server With Removable Solid-State Memory Modules | |
CN114157707A (en) | Communication connection method, device and system |
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 |
Application publication date: 20200605 |
|
RJ01 | Rejection of invention patent application after publication |