CN111556043B - Message processing method, device, system, equipment and readable storage medium - Google Patents

Message processing method, device, system, equipment and readable storage medium Download PDF

Info

Publication number
CN111556043B
CN111556043B CN202010327095.3A CN202010327095A CN111556043B CN 111556043 B CN111556043 B CN 111556043B CN 202010327095 A CN202010327095 A CN 202010327095A CN 111556043 B CN111556043 B CN 111556043B
Authority
CN
China
Prior art keywords
message
bmc
ipmi
determining
type
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
CN202010327095.3A
Other languages
Chinese (zh)
Other versions
CN111556043A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010327095.3A priority Critical patent/CN111556043B/en
Publication of CN111556043A publication Critical patent/CN111556043A/en
Application granted granted Critical
Publication of CN111556043B publication Critical patent/CN111556043B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/22Parsing or analysis of headers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Abstract

The application discloses a message processing method, a device, a system, equipment and a readable storage medium. The method disclosed by the application is applied to an intermediate device and comprises the following steps: receiving and analyzing the message to obtain an application type field corresponding to the message in a transmission layer; determining the type of the message according to the application type field; and adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to the BMC so that the BMC can process the message in the task queue. According to the method and the device, the intermediate device is used for sharing the classification operation of the BMC on the message, so that the data processing amount of the BMC on the message is reduced, and the processing efficiency of the BMC on the message is improved. The message processing device, the message processing system, the message processing equipment and the readable storage medium have the technical effects.

Description

Message processing method, device, system, equipment and readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a system, a device, and a readable storage medium for processing a packet.
Background
In the prior art, the monitoring function, the Management function, and the message processing function are all implemented in a BMC (Baseboard Management Controller), and since the computer resources of the BMC (resources of the ARM processor) are limited, these functions mutually occupy the computer resources of the BMC. If the monitoring function or the management function occupies more computer resources, the performance of the message processing function is reduced, thereby reducing the efficiency of the BMC processing messages. Meanwhile, too many functions are accommodated in the BMC, and switching and scheduling among the functions consumes a large amount of computing resources of the BMC.
Therefore, how to improve the efficiency of BMC processing messages is a problem to be solved by those skilled in the art.
Disclosure of Invention
In view of this, an object of the present application is to provide a method, an apparatus, a system, a device and a readable storage medium for processing a message, so as to improve the efficiency of BMC processing the message. The specific scheme is as follows:
in a first aspect, the present application provides a method for processing a packet, which is applied to an intermediate device, and includes:
receiving and analyzing a message, and acquiring an application type field corresponding to the message in a transmission layer;
determining the type of the message according to the application type field;
and adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to the BMC so that the BMC can process the message in the task queue.
Preferably, the determining the type of the packet according to the application type field includes:
if the application type field is an IPMI field, determining the type of the message to be an IPMI command message;
and if the application type field is not the IPMI field, determining that the type of the message is a common message.
Preferably, the determining that the type of the packet is an IPMI command packet includes:
if the command type field in the IPMI field is in a standard format, determining the IPMI command message as an IPMI standard command message;
and if the command type field in the IPMI field is not in the standard format, determining that the IPMI command message is an IPMI raw command message.
Preferably, the intermediate device is an FPGA.
Preferably, the BMC processes the packet in the task queue, including:
and the BMC processes the messages in the task queues corresponding to the types in a polling mode.
In a second aspect, the present application provides a packet processing apparatus, applied to an intermediate device, including:
the receiving and analyzing module is used for receiving and analyzing the message and obtaining an application type field corresponding to the message in a transmission layer;
the determining module is used for determining the type of the message according to the application type field;
and the processing module is used for adding the message to a task queue corresponding to the type of the message and transmitting the task queue to the BMC so that the BMC can process the message in the task queue.
In a third aspect, the present application provides a message processing system, including: an intermediate device and a BMC, wherein:
the intermediate device is to: receiving and analyzing a message, and acquiring an application type field corresponding to the message in a transmission layer; determining the type of the message according to the application type field; adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to a BMC (baseboard management controller);
the BMC is configured to: and processing the messages in the task queue.
Preferably, the intermediate device is an FPGA.
In a fourth aspect, the present application provides a message processing apparatus, including:
a memory for storing a computer program;
and the processor is used for executing the computer program to realize the message processing method disclosed in the foregoing.
In a fifth aspect, the present application provides a readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the message processing method disclosed in the foregoing.
According to the above scheme, the present application provides a message processing method, applied to an intermediate device, including: receiving and analyzing a message, and acquiring an application type field corresponding to the message in a transmission layer; determining the type of the message according to the application type field; and adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to the BMC so that the BMC can process the message in the task queue.
Therefore, the intermediate device in the application receives and analyzes the message, obtains the application type field corresponding to the message in the transmission layer, determines the type of the message according to the application type field, finally adds the message to the task queue corresponding to the type of the message, and transmits the task queue to the BMC, so that the BMC processes the message in the task queue. The method and the device classify the messages by using the intermediate device, then add the messages of the same type into the same task queue, and finally transmit the task queue corresponding to each type to the BMC, so that the BMC can directly process the messages in the task queue. Therefore, the intermediate device shares the classification operation of the BMC on the message, and the data processing amount of the BMC on the message is reduced. Meanwhile, the BMC does not need to classify the messages, so the processing efficiency of the BMC on the messages can be improved, the computer resources occupied by the BMC for processing the messages can be reduced, and the performance of other functions supported by the BMC can be improved. The method and the device realize reasonable utilization of the computer resources of the BMC and optimize the performance of the BMC.
Correspondingly, the message processing device, the message processing system, the message processing device and the readable storage medium have the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a message processing method disclosed in the present application;
fig. 2 is a schematic diagram of a message processing apparatus disclosed in the present application;
FIG. 3 is a schematic diagram of a message processing system according to the present disclosure;
fig. 4 is a schematic diagram of a message processing device disclosed in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly and completely with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
At present, because the computer resources of the BMC are limited, the monitoring function, the management function, and the message processing function mutually seize the computer resources of the BMC. If the monitoring function or the management function occupies more computer resources, the performance of the message processing function is reduced, thereby reducing the efficiency of the BMC processing messages. Therefore, the message processing scheme is provided, and the message processing efficiency of the BMC can be improved.
A message processing method provided in the embodiment of the present application is described below. Referring to fig. 1, a message processing method disclosed in the embodiment of the present application is applied to an intermediate device, and includes:
s101, receiving a message through an Ethernet interface.
In this embodiment, the intermediate device receives the message through the ethernet interface. Of course, the message may be received through other types of interfaces or communication channels.
S102, analyzing the message to obtain an application type field corresponding to the message in a transmission layer.
S103, determining the type of the message according to the application type field.
In a specific embodiment, determining the type of the packet according to the application type field includes: if the application type field is an IPMI field, determining the type of the message as an IPMI command message; and if the application type field is not the IPMI field, determining the type of the message to be a common message.
In a specific embodiment, determining that the type of the packet is an IPMI command packet includes: if the command type field in the IPMI field is in a standard format, determining the IPMI command message as an IPMI standard command message; if the command type field in the IPMI field is not in the standard format, determining that the IPMI command message is an IPMI raw command message.
It should be noted that the messages may be classified into normal messages and IPMI command messages according to the application type field. Further, the IPMI command packet may be classified into an IPMI standard command packet and an IPMI raw command packet (i.e. a customized IPMI command packet) according to the format of the command type field in the IPMI field. Therefore, in this embodiment, the type of the packet may be: a normal message, a standard command message and an IPMI raw command message. Each type corresponds to one task queue, and thus the present embodiment is provided with 3 task queues.
The IPMI (Intelligent Platform Management Interface) is originally an industrial standard adopted by peripheral devices of an enterprise system of an Intel architecture. IPMI is also an open free standard. IPMI can span different operating systems, firmware and hardware platforms, and can intelligently monitor, control and automatically report the operation status of a large number of servers, so as to reduce the cost of the server system.
S104, adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to the BMC so that the BMC can process the message in the task queue.
In one embodiment, the intermediate device is an FPGA (Field-Programmable Gate Array). Of course, the intermediate device may also be other types of logic devices, or a chip may be used to implement the method disclosed in this embodiment.
The FPGA, as hardware, excels in processing tasks (such as a task of classifying packets) whose logic is relatively simple but whose performance requires a high level, so the FPGA can also improve packet processing efficiency. Meanwhile, the FPGA can be upgraded according to the protocol type.
In one embodiment, the BMC processes a packet in a task queue, including: and the BMC processes the messages in the task queues corresponding to the types in a polling mode.
In this embodiment, the intermediate device shares the classification operation of the BMC on the packet. If the BMC needs to switch to the message processing function, the consumed computing resources can also be reduced.
Therefore, in the embodiment of the application, the intermediate device is used for classifying the messages, then the messages of the same type are added into the same task queue, and finally the task queues corresponding to the types are transmitted to the BMC, so that the BMC can directly process the messages in the task queues. Therefore, the intermediate device shares the classification operation of the BMC on the message, and the data processing amount of the BMC on the message is reduced. Meanwhile, the BMC does not need to classify the messages, so the processing efficiency of the BMC on the messages can be improved, the computer resources occupied by the BMC for processing the messages can be reduced, and the performance of other functions supported by the BMC can be improved. The embodiment realizes reasonable utilization of the computer resources of the BMC and optimizes the performance of the BMC.
In the following, a message processing apparatus provided in an embodiment of the present application is introduced, and a message processing apparatus described below and a message processing method described above may refer to each other.
Referring to fig. 2, an embodiment of the present application discloses a message processing apparatus, which is applied to an intermediate device, and includes:
a receiving and analyzing module 201, configured to receive and analyze a message, and obtain an application type field corresponding to the message in a transport layer;
a determining module 202, configured to determine a type of the packet according to the application type field;
the processing module 203 is configured to add the message to the task queue corresponding to the type of the message, and transmit the task queue to the BMC, so that the BMC processes the message in the task queue.
In one embodiment, the determining module comprises:
the first determining unit is used for determining the type of the message as an IPMI command message if the application type field is an IPMI field;
and the second determining unit is used for determining that the type of the message is a common message if the application type field is not the IPMI field.
In one embodiment, the first determination unit includes:
the first determining subunit is used for determining that the IPMI command message is an IPMI standard command message if the command type field in the IPMI field is in a standard format;
and the second determining subunit is used for determining that the IPMI command message is an IPMI raw command message if the command type field in the IPMI field is not in the standard format.
In one embodiment, the intermediate device is an FPGA.
In a specific embodiment, the BMC processes the messages in the task queues corresponding to the respective types in a polling manner.
For more specific working processes of each module and unit in this embodiment, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not described herein again.
Therefore, the present embodiment provides a message processing apparatus, which shares the classification operation of the BMC on the message, so as to reduce the data processing amount of the BMC on the message. Meanwhile, the BMC does not need to classify the message, so that the message processing efficiency of the BMC can be improved, computer resources occupied by the BMC for processing the message can be reduced, and the performance of other functions supported by the BMC can be improved. The embodiment realizes reasonable utilization of the computer resources of the BMC and optimizes the performance of the BMC.
In the following, a message processing system provided in an embodiment of the present application is introduced, and a message processing system described below and a message processing method and device described above may refer to each other.
Referring to fig. 3, an embodiment of the present application discloses a message processing system, including: an intermediate device and a BMC, wherein:
the intermediate device is used for: receiving and analyzing the message to obtain an application type field corresponding to the message in a transmission layer; determining the type of the message according to the application type field; adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to the BMC;
the BMC is used for: and processing the messages in the task queue.
In one embodiment, the intermediate device is an FPGA.
In one embodiment, the intermediate device is specifically configured to:
if the application type field is an IPMI field, determining the type of the message as an IPMI command message;
and if the application type field is not the IPMI field, determining the type of the message to be a common message.
In one embodiment, the intermediate device is specifically configured to:
if the command type field in the IPMI field is in a standard format, determining the IPMI command message as an IPMI standard command message;
and if the command type field in the IPMI field is not in the standard format, determining that the IPMI command message is an IPMI raw command message.
In one embodiment, the intermediate device is an FPGA.
In one embodiment, the BMC is specifically configured to:
and the BMC processes the messages in the task queues corresponding to the types in a polling mode.
Therefore, the embodiment provides a message processing system, and the intermediate device in the system shares the classification operation of the BMC on the message, so that the data processing amount of the BMC on the message is reduced. Meanwhile, the BMC does not need to classify the message, so that the message processing efficiency of the BMC can be improved, computer resources occupied by the BMC for processing the message can be reduced, and the performance of other functions supported by the BMC can be improved. The embodiment realizes reasonable utilization of the computer resources of the BMC and optimizes the performance of the BMC.
In the following, a message processing device provided in an embodiment of the present application is introduced, and a message processing device described below and a message processing method and apparatus described above may refer to each other.
Referring to fig. 4, an embodiment of the present application discloses a message processing apparatus, including:
a memory 401 for storing a computer program;
a processor 402 for executing the computer program to perform the steps of:
receiving and analyzing the message, obtaining an application type field corresponding to the message in a transmission layer, and determining the type of the message according to the application type field; and adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to the BMC so that the BMC can process the message in the task queue.
In this embodiment, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: if the application type field is an IPMI field, determining the type of the message as an IPMI command message; and if the application type field is not the IPMI field, determining the type of the message as a common message.
In this embodiment, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: if the command type field in the IPMI field is in a standard format, determining that the IPMI command message is an IPMI standard command message; and if the command type field in the IPMI field is not in the standard format, determining that the IPMI command message is an IPMI raw command message.
A readable storage medium provided in an embodiment of the present application is introduced below, and the readable storage medium described below and the message processing method, apparatus, and device described above may refer to each other.
A readable storage medium is used for storing a computer program, wherein the computer program realizes the message processing method disclosed in the foregoing embodiment when executed by a processor. For the specific steps of the method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
References in this application to "first," "second," "third," "fourth," etc., if any, are intended to distinguish between similar elements and not necessarily to describe a particular order or sequence. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Moreover, the terms "comprises" and "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, or apparatus.
It should be noted that the descriptions relating to "first", "second", etc. in this application are for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present application.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of readable storage medium known in the art.
The principle and the implementation of the present application are explained herein by applying specific examples, and the above description of the embodiments is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (9)

1. A message processing method is applied to an intermediate device, and comprises the following steps:
receiving and analyzing a message to obtain an application type field corresponding to the message in a transmission layer;
determining the type of the message according to the application type field;
adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to a BMC (baseboard management controller) so that the BMC can process the message in the task queue;
wherein, the determining the type of the message according to the application type field includes:
if the application type field is an IPMI field, determining the type of the message as an IPMI command message;
and if the application type field is not the IPMI field, determining that the type of the message is a common message.
2. The method of claim 1, wherein the determining that the type of the packet is an IPMI command packet comprises:
if the command type field in the IPMI field is in a standard format, determining the IPMI command message as an IPMI standard command message;
and if the command type field in the IPMI field is not in the standard format, determining that the IPMI command message is an IPMI raw command message.
3. The message processing method according to any of claims 1 to 2, wherein the intermediate device is an FPGA.
4. The message processing method according to claim 3, wherein the BMC processes the message in the task queue, including:
and the BMC processes the messages in the task queues corresponding to the types in a polling mode.
5. A message processing apparatus, applied to an intermediate device, includes:
the receiving and analyzing module is used for receiving and analyzing the message and obtaining an application type field corresponding to the message in a transmission layer;
the determining module is used for determining the type of the message according to the application type field;
the processing module is used for adding the message to a task queue corresponding to the type of the message and transmitting the task queue to the BMC so that the BMC can process the message in the task queue;
wherein the determining module comprises:
a first determining unit, configured to determine that the type of the packet is an IPMI command packet if the application type field is an IPMI field;
a second determining unit, configured to determine that the type of the packet is a normal packet if the application type field is not the IPMI field.
6. A message processing system, comprising: an intermediary device and a BMC, wherein:
the intermediate device is to: receiving and analyzing a message, and acquiring an application type field corresponding to the message in a transmission layer; determining the type of the message according to the application type field; adding the message to a task queue corresponding to the type of the message, and transmitting the task queue to a BMC (baseboard management controller);
the BMC is configured to: processing the messages in the task queue;
wherein the intermediate device is specifically configured to:
if the application type field is an IPMI field, determining the type of the message as an IPMI command message;
and if the application type field is not the IPMI field, determining that the type of the message is a common message.
7. The message processing system of claim 6 wherein the intermediate device is an FPGA.
8. A message processing apparatus, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the message processing method according to any one of claims 1 to 4.
9. A readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the message processing method according to any one of claims 1 to 4.
CN202010327095.3A 2020-04-23 2020-04-23 Message processing method, device, system, equipment and readable storage medium Active CN111556043B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010327095.3A CN111556043B (en) 2020-04-23 2020-04-23 Message processing method, device, system, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010327095.3A CN111556043B (en) 2020-04-23 2020-04-23 Message processing method, device, system, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111556043A CN111556043A (en) 2020-08-18
CN111556043B true CN111556043B (en) 2022-12-13

Family

ID=72002488

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010327095.3A Active CN111556043B (en) 2020-04-23 2020-04-23 Message processing method, device, system, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111556043B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116887197B (en) * 2022-05-26 2024-02-02 银联数据服务有限公司 Bank based on 5G message service processing method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107634915A (en) * 2017-08-25 2018-01-26 中国科学院计算机网络信息中心 Data transmission method, device and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107634915A (en) * 2017-08-25 2018-01-26 中国科学院计算机网络信息中心 Data transmission method, device and storage medium

Also Published As

Publication number Publication date
CN111556043A (en) 2020-08-18

Similar Documents

Publication Publication Date Title
US11099906B2 (en) Handling tenant requests in a system that uses hardware acceleration components
US7623460B2 (en) Cluster system, load distribution method, optimization client program, and arbitration server program
CN110896373A (en) Techniques for dynamically selecting resources for virtual switching
US20160378570A1 (en) Techniques for Offloading Computational Tasks between Nodes
US20100229182A1 (en) Log information issuing device, log information issuing method, and program
US20160308649A1 (en) Providing Services in a System having a Hardware Acceleration Plane and a Software Plane
US9621438B2 (en) Network traffic management
CN111556043B (en) Message processing method, device, system, equipment and readable storage medium
CN111953752B (en) Internet of things platform equipment interaction control method
KR101190930B1 (en) Techniques for distributed management of wireless devices with shared resources between wireless components
CN114629825A (en) Path detection method, device and node of computing power sensing network
CN112367196A (en) Method and device for detecting network communication fault and electronic equipment
CN115499432A (en) Family terminal computing resource management system and computing resource scheduling method
CN112118275B (en) Overload processing method, internet of things platform and computer readable storage medium
CN116339902A (en) Event message management in a super converged infrastructure environment
JP4257857B2 (en) Data processing system and data processing method
EP3756310B1 (en) Method and first node for managing transmission of probe messages
CN111813621A (en) Data processing method, device, equipment and medium based on Flume data middlebox
CN107608483B (en) Method and device for controlling server fan
CN112929197A (en) Network communication method, device, equipment and storage medium
CN117041172B (en) White box switch interface request processing method and device
CN112398707B (en) Distributed automatic test management method, device, equipment and storage medium
CN117082653A (en) Network communication optimization method and system based on retransmission mechanism
CN108494853B (en) Mass equipment state self-maintenance method, device and system
CN116546026A (en) Data processing method, device 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