CN116132474A - Internet of vehicles terminal access system based on multi-protocol fusion - Google Patents

Internet of vehicles terminal access system based on multi-protocol fusion Download PDF

Info

Publication number
CN116132474A
CN116132474A CN202211734611.XA CN202211734611A CN116132474A CN 116132474 A CN116132474 A CN 116132474A CN 202211734611 A CN202211734611 A CN 202211734611A CN 116132474 A CN116132474 A CN 116132474A
Authority
CN
China
Prior art keywords
terminal
service
module
protocol
message
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
CN202211734611.XA
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.)
Heading Data Intelligence Co Ltd
Original Assignee
Heading Data Intelligence 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 Heading Data Intelligence Co Ltd filed Critical Heading Data Intelligence Co Ltd
Priority to CN202211734611.XA priority Critical patent/CN116132474A/en
Publication of CN116132474A publication Critical patent/CN116132474A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • 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/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a vehicle networking terminal access system based on multi-protocol fusion, and a corresponding network protocol type, and a corresponding security check mode is determined based on the terminal type and the network protocol type; the service support layer manages the state of the access terminal and carries out data receiving and transmitting, protocol analysis and message processing based on a plurality of micro-service modules developed by the springboot; the peak clipping decoupling of data is carried out between each microservice module by using kafka as a message middleware; the infrastructure layer deploys a message middleware cluster, wherein the middleware cluster is used for classifying and storing data of different service types; the method has the advantages that the service boundary is clear, the performance is high, the kakfa is used as a middleware message to be processed in parallel to more than one million levels, the expandability is high, no matter what type of protocol or terminal is added, access can be completed only by modifying the corresponding access service or protocol analysis service by a small amount, targeted optimization and capacity expansion can be performed, and the problem is quite convenient to arrange.

Description

Internet of vehicles terminal access system based on multi-protocol fusion
Technical Field
The invention relates to the field of intelligent driving, in particular to a vehicle networking terminal access system based on multi-protocol fusion.
Background
With the development of vehicle networking, countries, places, enterprises and individuals have urgent demands for real-time data during vehicle operation, so that more and more terminal types and protocol types related to vehicle networking, such as gb808 and gb32960 related to tcp network protocol, tbox manufacturer private protocol, vehicle host system protocol related to mqtt network protocol, mobile phone app communication protocol related to Http network protocol, etc., are difficult problems how to efficiently access multi-type data in one system.
Disclosure of Invention
Aiming at the technical problems in the prior art, the invention provides a vehicle networking terminal access system based on multi-protocol fusion, which is compatible with various terminal devices and various protocols for uploading data, efficiently processes vehicle information and alarms in real time and uploads part of data to a national and local supervision platform.
The present invention solves the above technical problems, and in a first aspect, an embodiment of the present invention provides a technical solution as follows: an internet of vehicles terminal access system based on multi-protocol fusion, comprising:
the terminal layer is used for determining the terminal type of the access terminal and the corresponding network protocol type, and determining a corresponding security check mode based on the terminal type and the network protocol type;
the service support layer is used for managing the state of the access terminal and carrying out data receiving and transmitting, protocol analysis and message processing based on a plurality of micro-service modules developed by the spring boot; the peak clipping decoupling of data is carried out between each microservice module by using kafka as a message middleware;
and the infrastructure layer is used for deploying a message middleware cluster, and the middleware cluster is used for classifying and storing data of different service types.
Preferably, the access terminal comprises a vehicle terminal, a host system, a vehicle owner APP and a supervision platform;
the terminal layer is specifically configured to perform load balancing with haproxy when the network protocol type is determined to be tcp; when the network protocol type is determined to be mqtt, the network protocol type is bridged by an emqx server, and when the network protocol type is determined to be http, the Nginx and the gateway forward.
Preferably, the service supporting layer comprises a terminal access module, an mqtt access module, a protocol analysis module and an interface service module;
the terminal access module takes a netty framework as a core, manages all tcp connections, manages the state of the access terminal, transmits and receives data, processes tcp messages, intercepts, decrypts and restores the tcp messages according to a protocol, and transmits the tcp messages to the protocol analysis module;
the mqtt access module takes the mqtt communication framework as a core, subscribes to the mqtt theme message and receives and transmits the mqtt message;
the protocol analysis module is used for encoding and decoding the tcp message, converting the binary message into a protocol object or converting the protocol object into the binary message;
the interface service module is used for managing the external http interface and processing the man-vehicle interaction service.
Preferably, the service supporting layer further comprises a message processing module, wherein the message processing module is used for performing service processing on all data received by the terminal access module, the mqtt access module and the interface service module, classifying and storing service objects, and generating corresponding vehicle warning and early warning messages; and processing the vehicle instruction and monitoring the vehicle state in real time.
Preferably, the service supporting layer further comprises an alarm service module;
the alarm service module is used for processing vehicle alarm and early warning information and pushing the vehicle alarm and early warning information to corresponding people or vehicles.
Preferably, the service supporting layer further comprises a message forwarding module, wherein the message forwarding module is used for being connected with the supervision platform, and uploading the vehicle state, the vehicle alarming and early warning message to the corresponding supervision platform according to the country and the landmark to which the vehicle belongs.
Preferably, the infrastructure layer comprises a kafka cluster and a database comprising a Redis database, a mysql database and a MongoDB database.
In a second aspect, an embodiment of the present invention provides an automobile, including a network terminal access system based on multi-protocol fusion according to an embodiment of the first aspect of the present invention.
The beneficial effects of the invention are as follows: the terminal layer determines the terminal type of the access terminal and the corresponding network protocol type, and determines a corresponding security check mode based on the terminal type and the network protocol type; the service support layer manages the state of the access terminal and carries out data receiving and transmitting, protocol analysis and message processing based on a plurality of micro-service modules developed by the springboot; the peak clipping decoupling of data is carried out between each microservice module by using kafka as a message middleware; the infrastructure layer deploys a message middleware cluster, wherein the middleware cluster is used for classifying and storing data of different service types; the method has the advantages that the service boundary is clear, the performance is high, the kakfa is used as a middleware message to be processed in parallel to more than one million levels, the expandability is high, no matter what type of protocol or terminal is added, access can be completed only by modifying the corresponding access service or protocol analysis service by a small amount, and after the function modularization, targeted optimization and capacity expansion can be performed, so that the problem is quite convenient to arrange.
Drawings
Fig. 1 is a framework diagram of an access system of a vehicle networking terminal based on multi-protocol fusion according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a module of an internet of vehicles terminal access system based on multi-protocol fusion according to an embodiment of the present invention;
fig. 3 is a timing chart of vehicle data forwarding of the internet of vehicles terminal access system provided by the invention;
fig. 4 is a vehicle data flow chart of the internet of vehicles terminal access system provided by the invention.
Detailed Description
The principles and features of the present invention are described below with reference to the drawings, the examples are illustrated for the purpose of illustrating the invention and are not to be construed as limiting the scope of the invention.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the present application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
With the development of vehicle networking, countries, places, enterprises and individuals have urgent demands for real-time 5 data when vehicles run, so that the types of terminals and protocols involved in the vehicle networking are increasing,
for example, gb808 and gb32960 protocols related to tcp network protocols, tbox manufacturer private protocols, mqtt network protocol related to vehicle host system protocols, http network protocol related to mobile app communication protocols, etc., how to efficiently access multiple types of data in a system is a difficult problem.
Therefore, the embodiment of the invention provides a vehicle networking terminal access system based on multi-protocol fusion, which processes various terminal devices on a vehicle and various protocol uploading data in a negative 0-responsibility mode, processes vehicle information and alarms in real time and efficiently, and uploads part of data to a supervision platform. An internet of vehicles terminal access system based on multi-protocol fusion is described below with reference to the accompanying drawings.
Fig. 1 and fig. 2 are diagrams showing a multi-protocol fusion-based internet of vehicles terminal access system, compatible with tcp, mqtt, http protocol, in which software development environments are intelllij IDEA and mysql, 5mogdb, rediss, and a system development framework uses Spring Boot, cglib and netty. The release environment was used to Centos7, JDK1.8. The internet of vehicles terminal access system of this embodiment includes a terminal layer, a service support layer, and an infrastructure layer, and is described in terms of functional characteristics in three dimensions of a terminal, a service, and an infrastructure:
the terminal layer adopts different security checks mainly aiming at different terminal types and different protocol types
The method comprises the steps of determining the terminal type of an access terminal and the corresponding network protocol type, and determining the corresponding security verification mode based on the terminal type and the network protocol type 0; wherein, in determining the net
When the network protocol type is tcp, load balancing is carried out by using a haproxy; when the network protocol type is determined to be mqtt, the network protocol type is bridged by an emqx server, and when the network protocol type is determined to be http, the Nginx and the gateway forward. The access terminal comprises a vehicle terminal, a host system, a vehicle owner APP and a supervision platform.
The service support layer is used for managing the state of the access terminal 5 and carrying out data receiving and transmitting, protocol analysis and message processing based on a plurality of micro-service modules developed by the spring boot; the micro service modules are taken as the components through kafka
The message middleware performs peak clipping decoupling on the data; the service boundaries of each service module are clear, distributed deployment can be performed, dynamic capacity expansion is performed, and k8s is all incorporated for management.
As shown in fig. 1 and 2, the service support layer includes a terminal access module (access), an mqtt access module (mqtt client), a protocol analysis module (analysis), a message processing module (dataCenter), an interface service module, an alarm module (alarm), a message forwarding module (dataForward), and an interface module (webService); and each module uses kafka as message middleware to carry out peak clipping decoupling of data, and all the modules are stateless service and can dynamically expand capacity according to the flow of the request data at any time.
The terminal access module takes the netty framework as a core, manages all tcp connections, manages the state of the access terminal, transmits and receives data, processes tcp messages, intercepts, decrypts and restores the tcp messages according to a protocol, and transmits the tcp messages to the protocol analysis module for further processing. As shown in fig. 3, after the third party platform logs in, the vehicle data is uploaded to a terminal access module (terminal access) which uploads the vehicle data to a message forwarding module (dataForward).
The mqtt access module takes the mqtt communication framework as a core, subscribes to the mqtt theme message and receives and transmits the mqtt message.
The protocol analysis module is used for encoding and decoding the tcp message, converting the binary message into a protocol object or converting the protocol object into the binary message; the cglib framework can be used for dynamically loading jar packets, namely, the protocol can be subjected to hot loading, and a new protocol is seamlessly connected.
And the message processing module is used for carrying out service processing on all data and classifying and storing service objects. The method comprises the steps of performing service processing on all data received by a terminal access module, an mqtt access module and an interface service module, classifying and storing service objects, and generating corresponding vehicle warning and early warning messages; and processing the vehicle instruction and monitoring the vehicle state in real time. And transmitting part of vehicle data (vehicle alarm, early warning message and vehicle state) to a message forwarding module for subsequent processing.
The alarm service module is used for processing the vehicle alarm and early warning information and pushing the vehicle alarm and early warning information to corresponding people or vehicles. The supervision platform warning and early warning message can be pushed to the corresponding person or vehicle.
And the message forwarding module is used for connecting a supervision platform in a country or a place, and uploading the vehicle state, the vehicle alarm and early warning message to the corresponding supervision platform according to the country and the landmark to which the vehicle belongs. As shown in fig. 3, the message forwarding module dataForward logs in the supervision platform (national platform), after receiving a login success response of the supervision platform, sends a heartbeat link to the supervision platform, uploads data, and if the link is judged to be disconnected, logs in again, and after receiving a login success response of the supervision platform, carries out data retransmission.
The interface service module is used for managing the external http interface and processing the man-vehicle interaction service.
And the infrastructure layer is used for deploying a message middleware cluster, and the middleware cluster is used for classifying and storing data of different service types. The infrastructure layer includes a kafka cluster and databases including a Redis database, a mysql database, and a MongoDB database.
As shown in fig. 4, after the connection is established, the vehicle terminal uploads data through the terminal access module, the terminal access module sends the original data to the protocol analysis module for analysis, and the analysis sends the original data to the message processing module dataCenter based on the protocol object for processing the service, classifies and stores the service object, and generates corresponding vehicle warning and early warning messages; if the alarm information exists, the alarm information is sent to an alarm module (alarm), the alarm module (alarm) stores the alarm data into a database, a message processing module dataCenter stores the vehicle data into the database, meanwhile, the message processing module sends the alarm data to a message forwarding module (dataForward), a terminal access module (access) sends the original data to the message forwarding module (dataForward), and the message forwarding module (dataForward) sends the original data and the alarm information to a supervision platform.
Compared with the single service scheme in the prior art, in the embodiment, the message access, the message encoding and decoding, the message processing and the message forwarding are all in one service, and a complete set of service needs to be redeveloped by adding one terminal or protocol, so that the service performance is poor, the service is bloated, and the expandability is poor.
The multi-protocol fusion terminal access system in the embodiment has clear service boundary, high performance, and high expandability, and can complete access by only carrying out small modification on corresponding access service or protocol analysis service no matter what type of protocol is added or the terminal, wherein the kakfa is used as a middleware message to be processed in parallel to more than one million levels. After the function modularization, the method can perform targeted optimization and capacity expansion, and is quite convenient for checking problems.
In the foregoing embodiments, the descriptions of the embodiments are focused on, and for those portions of one embodiment that are not described in detail, reference may be made to the related descriptions of other embodiments.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (8)

1. The Internet of vehicles terminal access system based on multiprotocol fusion is characterized by comprising:
the terminal layer is used for determining the terminal type of the access terminal and the corresponding network protocol type, and determining a corresponding security check mode based on the terminal type and the network protocol type;
the service support layer is used for managing the state of the access terminal and carrying out data receiving and transmitting, protocol analysis and message processing based on a plurality of micro-service modules developed by the spring boot; the peak clipping decoupling of data is carried out between each microservice module by using kafka as a message middleware;
and the infrastructure layer is used for deploying a message middleware cluster, and the middleware cluster is used for classifying and storing data of different service types.
2. The internet of vehicles terminal access system based on multi-protocol fusion of claim 1, wherein the access terminal comprises a vehicle terminal, a host system, a vehicle owner APP and a supervisory platform;
the terminal layer is specifically configured to perform load balancing with haproxy when the network protocol type is determined to be tcp; when the network protocol type is determined to be mqtt, the network protocol type is bridged by an emqx server, and when the network protocol type is determined to be http, the Nginx and the gateway forward.
3. The internet of vehicles terminal access system based on multi-protocol fusion according to claim 1, wherein the service support layer comprises a terminal access module, an mqtt access module, a protocol analysis module, and an interface service module;
the terminal access module takes a netty framework as a core, manages all tcp connections, manages the state of the access terminal, transmits and receives data, processes tcp messages, intercepts, decrypts and restores the tcp messages according to a protocol, and transmits the tcp messages to the protocol analysis module;
the mqtt access module takes the mqtt communication framework as a core, subscribes to the mqtt theme message and receives and transmits the mqtt message;
the protocol analysis module is used for encoding and decoding the tcp message, converting the binary message into a protocol object or converting the protocol object into the binary message;
the interface service module is used for managing the external http interface and processing the man-vehicle interaction service.
4. The internet of vehicles terminal access system based on multi-protocol fusion according to claim 3, wherein the service support layer further comprises a message processing module, the message processing module is used for performing service processing on all data received by the terminal access module, the mqtt access module and the interface service module, classifying and storing service objects, and generating corresponding vehicle warning and early warning messages; and processing the vehicle instruction and monitoring the vehicle state in real time.
5. The internet of vehicles terminal access system based on multi-protocol fusion according to claim 4, wherein the business support layer further comprises an alarm service module;
the alarm service module is used for processing vehicle alarm and early warning information and pushing the vehicle alarm and early warning information to corresponding people or vehicles.
6. The internet of vehicles terminal access system based on multi-protocol fusion according to claim 4, wherein the service support layer further comprises a message forwarding module, the message forwarding module is used for connecting with a supervision platform, and uploading the vehicle state, the vehicle alarm and early warning message to the corresponding supervision platform according to the country and the landmark to which the vehicle belongs.
7. The fused deep active learning road image annotation system of claim 1, wherein the infrastructure layer comprises a kafka cluster and a database comprising a Redis database, a mysql database and a MongoDB database.
8. An automobile comprising a fused depth active learning road image annotation system according to any one of claims 1 to 7.
CN202211734611.XA 2022-12-31 2022-12-31 Internet of vehicles terminal access system based on multi-protocol fusion Pending CN116132474A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211734611.XA CN116132474A (en) 2022-12-31 2022-12-31 Internet of vehicles terminal access system based on multi-protocol fusion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211734611.XA CN116132474A (en) 2022-12-31 2022-12-31 Internet of vehicles terminal access system based on multi-protocol fusion

Publications (1)

Publication Number Publication Date
CN116132474A true CN116132474A (en) 2023-05-16

Family

ID=86295049

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211734611.XA Pending CN116132474A (en) 2022-12-31 2022-12-31 Internet of vehicles terminal access system based on multi-protocol fusion

Country Status (1)

Country Link
CN (1) CN116132474A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116709219A (en) * 2023-06-30 2023-09-05 北京大唐高鸿数据网络技术有限公司 Message processing method and device and vehicle

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116709219A (en) * 2023-06-30 2023-09-05 北京大唐高鸿数据网络技术有限公司 Message processing method and device and vehicle

Similar Documents

Publication Publication Date Title
CN108712485B (en) Resource subscription method and device for Internet of things equipment
CN108701039B (en) Method and device for wirelessly updating software of vehicle
CN112988485B (en) Simulation test method and device for electric power Internet of things equipment
CN101667928B (en) Client, signaling tracking server, protocol module and signaling tracking method
CN105160837A (en) Driving alarm information via-cloud acquisition method and system based mobile terminal
CN112069154B (en) etcd distributed database automatic operation and maintenance method and related device
US7366505B2 (en) Apparatus and method for delivering messages to a mobile information terminal
CN116132474A (en) Internet of vehicles terminal access system based on multi-protocol fusion
CN113544649A (en) Data storage method and device, computer equipment and computer readable storage medium
CN114584584A (en) System and method for processing vehicle driving data and storage medium
CN110611579A (en) Block chain-based equipment monitoring and early warning method, system, equipment and storage medium
CN105281940B (en) Method, equipment and system for HELLO message interaction based on NETCONF protocol
CN117459286A (en) SD-WAN-based data communication security early warning method and device
CN111698287A (en) Cloud mobile phone active application acquisition method, system and storage medium
CN115914375A (en) Disaster tolerance processing method and device for distributed message platform
CN115695497A (en) Diagnostic data remote transmission method and device, electronic equipment and medium
CN106851535B (en) Method and device for sharing Bluetooth by multiple systems
CN113422739B (en) Data transmission method, sending end and data transmission system
CN111988283A (en) Data transmission method, system, device and computer readable storage medium
CN108880994B (en) Method and device for retransmitting mails
CN112953694A (en) Method for uploading big data to block chain system
CN113098978A (en) Data transmission method, device and medium
CN112969238A (en) Intelligent building information transmission method and system based on multi-priority data transmission
CN112804277A (en) Load control information sending method, device, equipment and storage medium
CN115412588B (en) Method and device for remotely updating configuration file and electronic equipment

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