CN115733894A - Multi-protocol data access management method, device and equipment for power system - Google Patents

Multi-protocol data access management method, device and equipment for power system Download PDF

Info

Publication number
CN115733894A
CN115733894A CN202211292595.3A CN202211292595A CN115733894A CN 115733894 A CN115733894 A CN 115733894A CN 202211292595 A CN202211292595 A CN 202211292595A CN 115733894 A CN115733894 A CN 115733894A
Authority
CN
China
Prior art keywords
data
protocol
power system
preset
monitoring equipment
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
CN202211292595.3A
Other languages
Chinese (zh)
Inventor
周仿荣
文刚
马仪
谭向宇
王一帆
王国芳
耿浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Electric Power Research Institute of Yunnan Power Grid Co Ltd
Original Assignee
Electric Power Research Institute of Yunnan Power Grid 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 Electric Power Research Institute of Yunnan Power Grid Co Ltd filed Critical Electric Power Research Institute of Yunnan Power Grid Co Ltd
Priority to CN202211292595.3A priority Critical patent/CN115733894A/en
Publication of CN115733894A publication Critical patent/CN115733894A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Remote Monitoring And Control Of Power-Distribution Networks (AREA)

Abstract

The embodiment of the invention discloses a method, a device and equipment for managing multi-protocol data access of an electric power system, wherein the method comprises the following steps: when the monitoring equipment sends a request, the monitoring equipment is accessed to a transverse service based on the micro-service architecture; receiving data transmitted by monitoring equipment, analyzing a data protocol, judging whether the analyzed data protocol is the existing protocol of a preset protocol database, if not, packaging the data protocol so as to package the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data; and carrying out standardized processing on the data content based on a preset standard data format and storing the data content. Therefore, the method realizes the transverse service expansion of mass terminal access based on the micro-service architecture, realizes the unified access service and conversion of multiple data protocols through the preset protocol database, and finally realizes the unified and standardized access of mass power internal data and external data through the multi-source data standardized processing.

Description

Multi-protocol data access management method, device and equipment for power system
Technical Field
The invention relates to the technical field of power system data management, in particular to a power system multi-protocol data access management method, device and equipment.
Background
The electric power information comprises data such as monitoring data, satellite remote sensing data and Beidou Internet of things sensor data, has the characteristics of complexity, multiple sources, diversity and the like, is accessed into multiple data protocols of electric power multi-source heterogeneous data in a unified and standardized mode, supports satellite remote sensing electric power business processing and advanced processing application, and has important significance for electric power safety production and intelligent operation. With the explosive increase of the power multi-source data volume, the requirement for realizing effective management and unified access of massive power remote sensing data is more urgent. The development of an intelligent adaptive multi-data protocol and a power data access system with strong expansibility will be a development trend in the field of power big data application.
Due to the characteristics of massive, multi-source and heterogeneous storage of electric power information, access protocols of different types of monitoring data are various and complex, and the difficulty in integration and application of electric power big data resource data is increased. For various data sources, the traditional method is to develop independent access gateway programs for different data sources, but the method has the disadvantages that the extensibility of the access gateway program is not good, different data are difficult to be correlated, centralized operation and maintenance management is difficult to be performed, and the management efficiency of the data is low.
Disclosure of Invention
In view of this, the present invention provides a method, an apparatus, and a device for power system multi-protocol data access management, which are used to solve the problems of poor data access scalability and low data management efficiency of the existing power system. To achieve one or a part of or all of the above or other objects, the present invention provides a method for power system multi-protocol data access management, comprising:
responding to a data transmission request of monitoring equipment, and accessing the monitoring equipment based on a micro service architecture;
receiving data transmitted by the monitoring equipment, analyzing a data protocol corresponding to the received data, judging whether the data protocol is an existing protocol of a preset protocol database, if not, encapsulating the data protocol so as to encapsulate the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data;
and normalizing the data content based on a preset standard data format to obtain standard data, and storing the standard data.
According to a specific implementation manner, in the multi-protocol data access management method for the power system, a configuration management module is introduced, and the configuration file corresponding to the monitoring device is stored in a unified git warehouse through the configuration management module, so that all data service instances can obtain the configuration file through a configuration server.
According to a specific implementation mode, in the multi-protocol data access management method for the power system, a nginnx module is introduced, so that the nginnx module can receive data interaction requests from a plurality of monitoring terminals in a balanced manner.
According to a specific implementation mode, in the multi-protocol data access management method for the power system, the preset protocol database is constructed in advance through the following method;
and collecting data protocols of core monitoring equipment corresponding to the power system, and constructing the preset protocol database based on the collected data protocols and protocol rules thereof.
According to a specific implementation manner, in the method for managing access to multi-protocol data in an electrical power system, the encapsulating the data protocol includes:
and carrying out parameter configuration and parameter encapsulation on the data protocol through a system visual operation mode.
According to a specific implementation manner, in the method for managing access to multi-protocol data of a power system, the method further includes: a data identification step after the data content is subjected to normalization processing based on a preset standard data format;
and extracting metadata attributes and key attribute information of the normalized standard data, and identifying the standard data based on the metadata attributes of the data.
According to a specific implementation manner, in the method for multi-protocol data access management of an electrical power system, the storing the standard data includes:
acquiring storage position information of the standard data in the data storage component;
and associating the identifier of the standard data with the storage position information, and generating an index table.
In another aspect of the present invention, a power system multi-protocol data access management apparatus is provided, including:
the data access unit is used for responding to a data transmission request of the monitoring equipment and accessing the monitoring equipment based on a micro-service architecture;
the data management unit is used for receiving the data transmitted by the monitoring equipment, analyzing a data protocol corresponding to the received data, judging whether the data protocol is an existing protocol of a preset protocol database, if not, encapsulating the data protocol so as to encapsulate the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data;
the data processing unit is used for carrying out standardized processing on the data content based on a preset standard data format to obtain standard data;
and the storage unit is used for storing the standard data.
According to a specific embodiment, in the power system multi-protocol data access management device: the data access unit includes:
the link tracking module is used for tracking the link of the accessed multi-protocol monitoring equipment;
the configuration management module is used for storing the configuration files corresponding to the monitoring equipment in a unified git warehouse so that all data service instances can acquire the configuration files through the configuration server;
and the Nginx load balancing module is used for receiving the data interaction requests from the plurality of monitoring terminals in a balanced manner.
In another aspect of the present invention, an electronic device is provided, which includes at least one processor, and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the power system multi-protocol data access management method described above.
The embodiment of the invention has the following beneficial effects:
according to the multi-protocol data access management method for the power system, when monitoring equipment sends a request, the monitoring equipment is accessed based on a micro-service architecture; receiving data transmitted by the monitoring equipment, analyzing a data protocol, judging whether the analyzed data protocol is an existing protocol of a preset protocol database, if not, configuring and packaging the data protocol, packaging the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data; carrying out standardized processing and storage on the data content based on a preset standard data format; therefore, the method is based on the characteristics of multi-source data of the power system and a micro-service framework with excellent expansibility, realizes the transverse service expansion of mass terminal access, and unifies multi-protocol access channels of different business departments; and the unified access service and conversion of multiple data protocols are realized through a preset protocol database, and finally, the multi-source data is subjected to standardized processing, so that the unified and standardized access of massive internal power data and external data is realized, and effective support is provided for services such as the standardized access and use of multi-source heterogeneous power data.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Wherein:
FIG. 1 is a flow diagram illustrating a method for multi-protocol data access management in an embodiment of a power system;
FIG. 2 is a diagram illustrating an exemplary embodiment of a multi-protocol data access management device for a power system;
fig. 3 is a schematic structural diagram of an electronic device in one embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Fig. 1 shows a power system multi-protocol data access management method according to an exemplary embodiment of the present invention, including:
responding to a data transmission request of monitoring equipment, and realizing transverse service access to the monitoring equipment based on a micro-service architecture;
receiving data transmitted by the monitoring equipment, analyzing a data protocol corresponding to the received data, judging whether the data protocol is an existing protocol of a preset protocol database, if not, encapsulating the data protocol so as to encapsulate the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data;
and normalizing the data content based on a preset standard data format to obtain standard data, and storing the standard data.
The method provided by the embodiment is based on the characteristics of multi-source data of the power system and a micro-service architecture with excellent expansibility, realizes the transverse service expansion of mass terminal access, and unifies multi-protocol access channels of different business departments; and the unified access service and conversion of multiple data protocols are realized through a preset protocol database, and finally, the multi-source data is subjected to standardized processing, so that the unified and standardized access of massive internal power data and external data is realized, and effective support is provided for services such as the standardized access and use of multi-source heterogeneous power data.
Example 2
In another aspect of the present invention, as shown in fig. 2, there is also provided a power system multi-protocol data access management apparatus, including:
the data access unit is used for responding to a data transmission request of the monitoring equipment and realizing transverse service access to the monitoring equipment based on a micro-service architecture;
the data management unit is used for receiving the data transmitted by the monitoring equipment, analyzing a data protocol corresponding to the received data, judging whether the data protocol is an existing protocol of a preset protocol database, if not, encapsulating the data protocol so as to encapsulate the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data;
the data processing unit is used for carrying out standardized processing on the data content based on a preset standard data format to obtain standard data;
and the storage unit is used for storing the standard data.
The method provided by the embodiment is based on the characteristics of multi-source data of the power system and a micro-service architecture with excellent expansibility, realizes the transverse service expansion of mass terminal access, and unifies multi-protocol access channels of different business departments; unified access service and conversion of multiple data protocols are realized through a preset protocol database, and multi-source data standardization processing is finally carried out, so that unified and standardized access of massive power internal data and external data is realized, and effective support is provided for services such as standardized access and use of power multi-source heterogeneous data.
In a possible implementation manner, in the above power system multi-protocol data access management apparatus, the monitoring device that the data access unit responds to mainly includes: remote sensing image equipment, meteorological monitoring equipment, satellite positioning equipment, monitoring terminal etc.. The multi-protocol data mainly comprises: the unified standardized access and fusion application of remote sensing data such as high-resolution multi-satellite multi-load multistage remote sensing image data (image equipment of different models), dynamic position acquisition data based on the Beidou protocol, massive multi-terminal monitoring data, meteorological data, historical satellite data and the like are supported, the extension of the type of the access data is supported, and the communication of an internal data interface and an external data interface of the electric power is realized. Furthermore, when receiving an access request of the monitoring device, the data access unit realizes the horizontal service expansion of the monitoring device (terminal) based on the micro-service architecture, and unifies the multi-protocol access channels of different business departments.
In a possible implementation manner, in the multi-protocol data access management device for the power system, multi-data protocol link tracking, a circuit breaker, configuration management and Nginx load balancing are introduced into a data access unit, so that multi-data protocol unified access service is realized through corresponding link tracking, configuration management and load balancing modules. The link tracking module is used for tracking the link of the accessed equipment, so that a calling basis is provided for internal calling of the multi-protocol unified access service through link information; introducing a configuration management technology, intensively placing external configuration files in a git warehouse, pushing the external configuration files to a remote warehouse after local change, and acquiring the configuration files by all service instances through a configuration server; and introducing Nginx for reverse proxy and load balancing, and returning a corresponding server IP to a requester according to a configured scheduling strategy when a request exists.
Accordingly, in the embodiment, intelligent access to multi-source data is realized through link tracking, circuit breakers, configuration management and Nginx load balancing.
In a possible implementation manner, in the multi-protocol data access management device for an electric power system, a scheduling policy of the Nginx load balancing module may be: one of weighted round robin, IP hashing, minimum number of connections, consistent hashing. In this embodiment, the scheduling policy is preferably the minimum number of connections.
In a possible implementation manner, the common power protocols commonly used by the traditional power protocol and protocol rules thereof are packaged and processed in advance through regular common data protocols (such as satellite positioning, beidou and the like) of the power system, and a preset protocol database is established. And configuring a corresponding preset protocol database in the data management unit so that the data management unit can intelligently manage the data based on the protocol database. Specifically, the data management unit stores a corresponding preset protocol database through a built-in storage module, and when receiving data from the monitoring device based on a built-in protocol conversion module, firstly, preliminarily analyzes the protocol, judges whether the analyzed data protocol is an existing protocol in the preset protocol database in the storage module, and if so, directly calls a corresponding protocol rule to analyze the data content; if not, a man-machine interaction mode is provided, and the parameter protocol of the data protocol is configured in a visual man-machine interaction operation mode, wherein the configuration comprises protocol adaptation and data analysis of different terminals, forwarding service, message content analysis and the like. Therefore, the new protocol of the protocol conversion module is automatically analyzed through visual parameter configuration and parameter encapsulation, and is added into the preset protocol database after the configuration and encapsulation, so that intelligent matching is realized when the data of the protocol is received next time.
The data management unit provided by this embodiment implements intelligent management of the data protocol by means of a preset protocol database and a new protocol visual configuration, and improves the efficiency of data analysis and management.
In a possible implementation manner, in the multi-protocol data access management device for the power system, the data processing unit implements standardized compilation on the naming standard of the accessed data through the multi-source data standardized processing module, accesses the data source (for example, the beidou is named as BD, and the meteorological data is named as QX) based on a preset naming rule, provides standard 0-level or 1-level data for the multi-source remote sensing satellite data management and distribution system and the multi-source remote sensing satellite data processing system, and converts the data into corresponding 0-level or 1-level data after performing basic processing such as verification and cleaning on the beidou internet of things sensor data.
Preferably, after the data processing unit normalizes the data, the data processing unit analyzes the metadata attribute of the data, acquires key attribute information of the data, and identifies the data based on the metadata, so as to identify the data based on the data type, and thus the storage unit can classify and store the multi-source data based on the identification.
In a possible implementation manner, the power system multi-protocol data access management device further includes: the retrieval unit is used for acquiring the storage position information of the standard data in the data storage component; and associating the identification of the standard data with the storage position information, and generating an index table to provide corresponding efficient retrieval service.
In summary, the multi-protocol data access management method and device for the power system provided by the embodiment of the invention realize unified and standardized access of massive power internal data and external data through multi-data protocol intelligent adaptation, multi-data protocol unified access service, multi-data protocol conversion and multi-source data standardized processing aiming at multi-source data such as power satellite remote sensing data, beidou power internet of things data, positioning data and video data, and provide effective support for services such as standardized access and use of power multi-source heterogeneous data through the standardized and intelligent access of the power information multi-data protocol.
Example 3
In another aspect of the present invention, as shown in fig. 3, an electronic device is further provided, where the electronic device includes a processor, a network interface, and a memory, and the processor, the network interface, and the memory are connected to each other, where the memory is used to store a computer program, the computer program includes program instructions, and the processor is configured to call the program instructions to execute the above search optimization method.
In another aspect of the present invention, a computer storage medium is provided, in which program instructions are stored, and the program instructions are executed by at least one processor, and the method for guiding a vehicle yard to actively open an electronic invoice is provided.
In an embodiment of the invention, the processor may be an integrated circuit chip having signal processing capabilities. The Processor may be a general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component.
The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in ram, flash, rom, prom, or eprom, registers, etc. as is well known in the art. The processor reads the information in the storage medium and completes the steps of the method in combination with the hardware.
The storage medium may be a memory, for example, which may be volatile memory or nonvolatile memory, or which may include both volatile and nonvolatile memory.
The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory.
The volatile Memory may be a Random Access Memory (RAM) which serves as an external cache. By way of example, and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), SLDRAM (SLDRAM), and Direct Rambus RAM (DRRAM).
The storage media described in connection with the embodiments of the invention are intended to comprise, without being limited to, these and any other suitable types of memory.
It should be understood that the disclosed system may be implemented in other ways. For example, the division of the modules into only one logical function may be implemented in another way, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not implemented. In addition, the communication connection between the modules may be an indirect coupling or communication connection of the server or the unit through some interfaces, and may be an electrical or other form.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one processing unit. The integrated unit may be implemented in the form of hardware, or may also be implemented in the form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
While the invention has been described in connection with what is presently considered to be the most practical and preferred embodiment, it is to be understood that the invention is not to be limited to the disclosed embodiment, but on the contrary, is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (10)

1. A multi-protocol data access management method for a power system is characterized by comprising the following steps: the method comprises the following steps:
responding to a data transmission request of monitoring equipment, and accessing the monitoring equipment based on a micro service architecture;
receiving data transmitted by the monitoring equipment, analyzing a data protocol corresponding to the received data, judging whether the data protocol is an existing protocol of a preset protocol database, if not, encapsulating the data protocol so as to encapsulate the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data;
and normalizing the data content based on a preset standard data format to obtain standard data, and storing the standard data.
2. The power system multi-protocol data access management method according to claim 1, wherein a configuration management module is introduced, and the configuration management module stores configuration files corresponding to the monitoring devices in a unified git warehouse, so that all data service instances can obtain the configuration files through the configuration server.
3. The multi-protocol data access management method for the power system according to claim 1, characterized in that a Nginx module is introduced, so that the Nginx module can receive data interaction requests from a plurality of monitoring terminals in a balanced manner.
4. The power system multiprotocol data access management method according to claim 1, characterized in that: the preset protocol database is constructed in advance by the following method;
and collecting data protocols of core monitoring equipment corresponding to the power system, and constructing the preset protocol database based on the collected data protocols and protocol rules thereof.
5. The power system multiprotocol data access management method according to claim 1, wherein the encapsulating the data protocol includes:
and performing parameter configuration and parameter encapsulation on the data protocol through an operation mode of system visualization.
6. The power system multi-protocol data access management method of claim 1, the method further comprising: a data identification step after the data content is subjected to normalization processing based on a preset standard data format;
and extracting metadata attributes and key attribute information of the normalized standard data, and identifying the standard data based on the metadata attributes of the data.
7. The power system multi-protocol data access management method of claim 6, wherein the storing the standard data comprises:
acquiring storage position information of the standard data in the data storage component;
and associating the identifier of the standard data with the storage position information, and generating an index table.
8. A multi-protocol data access management device of a power system is characterized in that: the method comprises the following steps:
the data access unit is used for responding to a data transmission request of the monitoring equipment and accessing the monitoring equipment based on a micro service architecture;
the data management unit is used for receiving the data transmitted by the monitoring equipment, analyzing a data protocol corresponding to the received data, judging whether the data protocol is an existing protocol of a preset protocol database, if not, packaging the data protocol so as to package the data protocol in the preset protocol database, and extracting data content in the data; if yes, directly extracting data content in the data;
the data processing unit is used for carrying out standardized processing on the data content based on a preset standard data format to obtain standard data;
and the storage unit is used for storing the standard data.
9. The power system multi-protocol data access management apparatus of claim 8, wherein: the method comprises the following steps: the data access unit includes:
the link tracking module is used for tracking the link of the accessed multi-protocol monitoring equipment;
the configuration management module is used for storing the configuration files corresponding to the monitoring equipment in a unified git warehouse so that all data service instances can acquire the configuration files through the configuration server;
and the Nginx load balancing module is used for receiving the data interaction requests from the plurality of monitoring terminals in a balanced manner.
10. An electronic device comprising at least one processor, and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the power system multi-protocol data access management method of any of claims 1 to 7.
CN202211292595.3A 2022-10-21 2022-10-21 Multi-protocol data access management method, device and equipment for power system Pending CN115733894A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211292595.3A CN115733894A (en) 2022-10-21 2022-10-21 Multi-protocol data access management method, device and equipment for power system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211292595.3A CN115733894A (en) 2022-10-21 2022-10-21 Multi-protocol data access management method, device and equipment for power system

Publications (1)

Publication Number Publication Date
CN115733894A true CN115733894A (en) 2023-03-03

Family

ID=85293709

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211292595.3A Pending CN115733894A (en) 2022-10-21 2022-10-21 Multi-protocol data access management method, device and equipment for power system

Country Status (1)

Country Link
CN (1) CN115733894A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116506526A (en) * 2023-03-23 2023-07-28 航天行云科技有限公司 Satellite data processing method and system based on configurable protocol parser

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105978860A (en) * 2016-04-26 2016-09-28 国网山东省电力公司经济技术研究院 Implementation method of power system software interface adapter
CN111010390A (en) * 2019-12-12 2020-04-14 重庆工商大学 Self-adaptive calling method and system based on multi-protocol heterogeneous Internet of things
CN111163147A (en) * 2019-12-24 2020-05-15 深圳供电局有限公司 Gateway device, multi-protocol data transmission method and computer device
CN113938535A (en) * 2021-10-11 2022-01-14 广东省电信规划设计院有限公司 Internet of things equipment access method and device based on multi-protocol adaptation
US11252672B1 (en) * 2020-12-18 2022-02-15 Versa Networks, Inc. Access point radio channel configuration using multiprotocol border gateway protocol
CN114945032A (en) * 2022-05-20 2022-08-26 中国电力科学研究院有限公司 Electric power internet of things terminal data access system, method, device, equipment and medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105978860A (en) * 2016-04-26 2016-09-28 国网山东省电力公司经济技术研究院 Implementation method of power system software interface adapter
CN111010390A (en) * 2019-12-12 2020-04-14 重庆工商大学 Self-adaptive calling method and system based on multi-protocol heterogeneous Internet of things
CN111163147A (en) * 2019-12-24 2020-05-15 深圳供电局有限公司 Gateway device, multi-protocol data transmission method and computer device
US11252672B1 (en) * 2020-12-18 2022-02-15 Versa Networks, Inc. Access point radio channel configuration using multiprotocol border gateway protocol
CN113938535A (en) * 2021-10-11 2022-01-14 广东省电信规划设计院有限公司 Internet of things equipment access method and device based on multi-protocol adaptation
CN114945032A (en) * 2022-05-20 2022-08-26 中国电力科学研究院有限公司 Electric power internet of things terminal data access system, method, device, equipment and medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
MARCO A. MÁRQUEZ: ""Controlled and Secure Access to Promote the Industrial Internet of Things"", 《 IEEE ACCESS》, 29 August 2018 (2018-08-29) *
王冬青;何飞跃;: "基于多协议标记交换网络的电力系统信息综合传输方法", 电网技术, no. 16, 20 August 2008 (2008-08-20) *
黄旭新: ""OCF多协议接入系统技术研究"", 《中国优秀硕士学位论文全文数据库 信息科技辑》, 3 June 2019 (2019-06-03) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116506526A (en) * 2023-03-23 2023-07-28 航天行云科技有限公司 Satellite data processing method and system based on configurable protocol parser
CN116506526B (en) * 2023-03-23 2024-05-07 航天行云科技有限公司 Satellite data processing method and system based on configurable protocol parser

Similar Documents

Publication Publication Date Title
US11431595B1 (en) Differential processing of data streams based on protocols
CN110457256A (en) Date storage method, device, computer equipment and storage medium
CN109408746A (en) Portrait information query method, device, computer equipment and storage medium
US10706062B2 (en) Method and system for exchanging data from a big data source to a big data target corresponding to components of the big data source
CN111917777B (en) Network data analysis method and device and electronic equipment
CN112511591B (en) Method, device, equipment and medium for realizing hospital interface data interaction
CN115733894A (en) Multi-protocol data access management method, device and equipment for power system
CN112491593A (en) Network element alarm processing method and device
CN114153626A (en) Method and device for abstracting service integration process and computer equipment
CN102271331B (en) Method and system for detecting reliability of service provider (SP) site
CN114710572A (en) Data processing method, device and computer storage medium
CN113890891A (en) Data sharing interaction method and device of energy cloud network
CN116112580B (en) Hardware pipeline GTP data distribution method and device for power low-delay service
CN112039936A (en) Data transmission method, first data processing equipment and monitoring system
CN114285719B (en) Policy method and system for intensively identifying different types of network equipment in multi-IDC environment
CN113659722B (en) Multifunctional network system of 5G power network and management method thereof
CN109816462A (en) A kind of recognition methods of invoice information and device
CN113761443A (en) Website page data acquisition and statistics method, storage medium and equipment
CN112687267A (en) Internet of things data semantic processing system
CN112749158A (en) Energy system data processing method and device
KR20080079708A (en) Imformation offering system for individual and method
CN115314572B (en) Protocol conversion method, system and equipment for power communication protocol
CN112115140B (en) Universal full-text search engine real-time data synchronization method and device
CN114189476B (en) Multi-element interface shunting calling method and terminal
CN116887197B (en) Bank based on 5G message service processing method and device

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