CN115314572B - Protocol conversion method, system and equipment for power communication protocol - Google Patents

Protocol conversion method, system and equipment for power communication protocol Download PDF

Info

Publication number
CN115314572B
CN115314572B CN202210724900.5A CN202210724900A CN115314572B CN 115314572 B CN115314572 B CN 115314572B CN 202210724900 A CN202210724900 A CN 202210724900A CN 115314572 B CN115314572 B CN 115314572B
Authority
CN
China
Prior art keywords
protocol
data
preset
equipment
mqtt
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
CN202210724900.5A
Other languages
Chinese (zh)
Other versions
CN115314572A (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.)
State Grid Information and Telecommunication Co Ltd
Original Assignee
State Grid Information and Telecommunication 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 State Grid Information and Telecommunication Co Ltd filed Critical State Grid Information and Telecommunication Co Ltd
Priority to CN202210724900.5A priority Critical patent/CN115314572B/en
Publication of CN115314572A publication Critical patent/CN115314572A/en
Application granted granted Critical
Publication of CN115314572B publication Critical patent/CN115314572B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/08Protocols for interworking; Protocol conversion
    • 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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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
    • 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

Abstract

The application discloses a protocol conversion method, a system and equipment for an electric power communication protocol, which mainly relate to the technical field of new generation information and are used for solving the problem that the existing technical architecture is compatible with electric power Internet of things communication and electric power Internet of things equipment while running 104 protocols and receiving 104 protocol messages. Comprising the following steps: receiving a connection request uploaded by equipment, and creating an execution process; when a 104 protocol message uploaded by equipment is received, acquiring analysis data corresponding to the 104 protocol message; extracting device data of a device; converting the analysis data and the equipment data into key value pair data, and uploading the key value pair data to a preset Internet of things platform; when an MQTT protocol message issued by a preset Internet of things platform is received, the MQTT protocol message is converted into binary data based on the preset 104 protocol, and the binary data is issued to equipment corresponding to the MQTT protocol message. The method supports conversion between the MQTT protocol and the 104 protocol, and realizes compatibility between the 104 protocol and the MQTT protocol.

Description

Protocol conversion method, system and equipment for power communication protocol
Technical Field
The present disclosure relates to the field of new generation information technologies, and in particular, to a method, a system, and an apparatus for protocol conversion of a power communication protocol.
Background
With the rapid development of modern computer, communication and information technologies, power distribution automation systems are gradually transited from the earliest simple type, practical type to standard type and integrated type, and finally achieve the aim of intelligent type.
At present, in a power distribution automation system, the power distribution automation system mainly comprises a power distribution main station, a substation system and terminal equipment, and the power distribution automation system mainly performs data communication based on the 104 protocol of Ethernet communication as a communication medium.
However, due to the appearance and the great increase of the electric power internet of things equipment, new business requirements such as real-time acquisition and remote operation and maintenance appear, while the existing technical architecture cannot be compatible with the electric power internet of things communication and the electric power internet of things equipment while running 104 protocols and receiving 104 protocol messages, and the expandability is poor. In addition, the main stream protocol (MQTT protocol) of the industrial internet of things cannot completely adapt to the proprietary ethernet protocol of each professional of the power, and the access of the electric power internet of things is difficult to meet.
Disclosure of Invention
In order to solve the above-mentioned shortcomings of the prior art, the present invention provides a method, a system and a device for protocol conversion of an electric power communication protocol, so as to solve the above-mentioned technical problems.
In a first aspect, the present application provides a protocol conversion method for a power communication protocol, where the method includes: creating an execution process based on the TCP protocol and the 104 communication protocol to receive the connection request uploaded by the equipment; when a 104 protocol message uploaded by equipment is received, calling a preset function through an execution process to obtain analysis data corresponding to the 104 protocol message; extracting equipment data corresponding to the equipment based on the equipment address in the analysis data and a preset equipment data table; converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform; when an MQTT protocol message issued by a preset Internet of things platform is received, the MQTT protocol message is converted into binary data based on the preset 104 protocol, and the binary data is issued to equipment corresponding to the MQTT protocol message.
Further, the executing process comprises an executing operation process and a monitoring process; the execution operation process is used for monitoring the occurrence event so as to call a preset function corresponding to the occurrence event; the method further comprises the steps of: when the executing operation process calls the preset function to report errors, the restarting executing operation process of the monitoring process is triggered.
Further, before the device address in the parsing data and the preset device data table are based, the method further comprises: acquiring a collected data name corresponding to a preset device data table through a preset web front-end page, and adding or updating the collected data name to the preset device data table; wherein, gather the data name and include at least: device address, device name, device english name, device information description, device type, and zone ID; storing a preset device data table into a built-in database.
Further, forwarding the key value data to a preset internet of things platform specifically includes: acquiring a Topic preset by equipment on a preset internet of things platform; the key value data generated by the device is forwarded to Topic.
Further, the method further comprises: sending key value pair data to a subscription MQTT client corresponding to Topic; and determining the MQTT protocol message sent to the Topic by the MQTT client as the MQTT protocol message sent by the preset Internet of things platform.
Further, before receiving the connection request uploaded by the device based on the TCP protocol, the method further includes: acquiring connection parameters corresponding to the 104 communication protocol in the server configuration file through a preset configuration file read-write interface; wherein, the connection parameters at least comprise: device port number, device connection rate, maximum number of connected devices of the system; based on the starting instruction uploaded by the MQTT client, a preset starting button of the 104 communication protocol on the dashboard interface is triggered, and the starting of the 104 communication protocol is completed.
In a second aspect, the present application provides a protocol conversion system for a power communication protocol, the system comprising: the creating module is used for receiving a connection request uploaded by the equipment based on the TCP protocol and the 104 communication protocol, and creating an execution process; the acquisition module is used for calling a preset function through an execution process when receiving the 104 protocol message uploaded by the equipment so as to acquire analysis data corresponding to the 104 protocol message; the uploading module is used for extracting the equipment data corresponding to the equipment based on the equipment address in the analysis data and a preset equipment data table; converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform; the issuing module is used for issuing the binary data to the equipment corresponding to the MQTT protocol message based on the binary data converted from the MQTT protocol message specified by the preset 104 protocol when the MQTT protocol message issued by the preset Internet of things platform is received.
As will be appreciated by those skilled in the art, the present invention has at least the following beneficial effects:
the invention provides a protocol conversion method, a system and equipment for an electric power communication protocol, which are used for creating an execution process when receiving an equipment connection request so as to realize the real-time monitoring and processing of a follow-up 104 protocol message; based on the analysis data corresponding to the 104 protocol message and a preset device data table, key value pair data are obtained and uploaded to the Internet of things platform, so that the 104 protocol is combined with the preset Internet of things platform (Internet of things management system and the like); through converting the MQTT protocol message data issued by the preset Internet of things platform into binary data which can be analyzed by the 104 protocol equipment, the combination of the 104 protocol equipment and the Internet of things platform is realized. That is, the application combines the advantages of a basic network communication protocol and a unified internet of things platform and an MQTT protocol, and realizes the conversion between the 104 protocol and the internet of things protocol by interpreting the 104 protocol message and the MQTT protocol message.
Drawings
Some embodiments of the present disclosure are described below with reference to the accompanying drawings, in which:
fig. 1 is a flow chart of a protocol conversion method for a power communication protocol according to an embodiment of the present application.
Fig. 2 is a schematic diagram of an internal structure of a protocol conversion system for a power communication protocol according to an embodiment of the present application.
Fig. 3 is a schematic diagram of an internal structure of a protocol conversion device for a power communication protocol according to an embodiment of the present application.
Detailed Description
It should be understood by those skilled in the art that the embodiments described below are only preferred embodiments of the present disclosure, and do not represent that the present disclosure can be realized only by the preferred embodiments, which are merely for explaining the technical principles of the present disclosure, not for limiting the scope of the present disclosure. Based on the preferred embodiments provided by the present disclosure, all other embodiments that may be obtained by one of ordinary skill in the art without inventive effort shall still fall within the scope of the present disclosure.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises an element.
The following describes in detail the technical solution proposed in the embodiments of the present application through the accompanying drawings.
The embodiment of the application also provides a protocol conversion method for the power communication protocol, as shown in fig. 1, and the method mainly comprises the following steps:
step 110, creating an execution process based on the TCP protocol and the 104 communication protocol to receive the connection request uploaded by the device.
It should be noted that the TCP protocol is a connection-oriented, reliable, byte stream based transport layer communication protocol, defined by IETF RFC 793. The 104 communication specification is about the IEC104 specification. The execution process is used for calling a preset function to analyze the 104 protocol message which is uploaded by the equipment subsequently. Wherein the creation process may be implemented by existing techniques and methods, which are not overly limited by this application.
Note that, both of the protocol conversions performed in the present application are: and uploading 104 the equipment of the protocol message and issuing the preset Internet of things platform of the MQTT protocol message. The preset internet of things platform further comprises an MQTT client, wherein the MQTT client is a device for receiving preset internet of things platform data and issuing instructions (the expression form is an MQTT protocol message) to the preset internet of things platform by subscribing to the Topic of the preset internet of things platform. Before receiving a connection request uploaded by a device based on the TCP protocol, the server can also implement the start of 104 communication protocols through the MQTT client, modify or configure 104 communication protocols in the server configuration file, implement devices controlling access, number of devices, etc.,
specifically: the server acquires connection parameters corresponding to the 104 communication protocol in the server configuration file through a preset configuration file read-write interface; wherein, the connection parameters at least comprise: device port number, device connection rate, maximum number of connected devices of the system; based on the starting instruction uploaded by the MQTT client, a preset starting button of the 104 communication protocol on the dashboard interface is triggered, and the starting of the 104 communication protocol is completed.
Step 120, when receiving the 104 protocol message uploaded by the device, calling a preset function through an execution process to obtain the analysis data corresponding to the 104 protocol message.
It should be noted that, in order to facilitate the effective function call of the execution process and avoid the blocking of the execution process, the created execution process may include an execution operation process and a monitoring process; specifically, the executing operation process is used for monitoring the occurrence event so as to call the preset function corresponding to the occurrence event. When the executing operation process calls the preset function to report errors, the restarting executing operation process of the monitoring process is triggered. The preset function is any function capable of analyzing 104 protocol messages.
Step 130, extracting device data corresponding to the device based on the device address in the analysis data and a preset device data table; and converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform.
It should be noted that, the preset device data table is used for interpreting the 104 protocol packet, and indicates that the system should collect the data name from the device data collected from the parsed data, for example: device address, device name, device english name, device information description, device type, and zone ID. The generating or updating process of the preset device data table may specifically be: acquiring a collected data name corresponding to a preset device data table through a preset web front-end page, and adding or updating the collected data name to the preset device data table; storing a preset device data table into a built-in database.
The key value data is forwarded to a preset internet of things platform, which can be specifically: acquiring a Topic preset by equipment on a preset internet of things platform; the key value data generated by the device is forwarded to Topic.
Based on this step, those skilled in the art will understand that the parsed Json format data is easier to understand and the data structure is clearer than the original 104 specification message. Meanwhile, the Json data is plain text, the structure is simple, the reading speed is high, and the computer system can be more convenient to further extract, store and the like. By combining the characteristics of the equipment, the information of the power equipment can be monitored more rapidly and flexibly through the computer system, and the automation level of the power distribution system is improved.
In addition, the MQTT client corresponding to the Internet of things platform can obtain key value pair data of the device through subscribing to Topic.
And 140, when receiving the MQTT protocol message issued by the preset Internet of things platform, converting the MQTT protocol message into binary data based on the preset 104 protocol specification, and issuing the binary data to equipment corresponding to the MQTT protocol message.
It should be noted that, the receiving of the MQTT protocol message issued by the preset internet of things platform may specifically be: the MQTT client subscribes to the Topic of the preset Internet of things platform, the preset Internet of things platform receives a device control instruction (the expression form of which is an MQTT protocol message) sent to the Topic by the MQTT client, then the MQTT protocol message is issued to the server through the preset Internet of things platform, and the server completes the receiving of the MQTT protocol message.
In addition, the embodiment of the application provides a protocol conversion system for a power communication protocol. As shown in fig. 2, the system provided in the embodiment of the present application mainly includes:
a creating module 210, configured to create an execution process based on the TCP protocol and the 104 communication protocol, and receive a connection request uploaded by the device;
the obtaining module 220 is configured to, when receiving the 104 protocol packet uploaded by the device, call a preset function through an execution process to obtain analysis data corresponding to the 104 protocol packet;
an uploading module 230, configured to extract device data corresponding to a device based on a device address in the parsed data and a preset device data table; converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform 300;
the issuing module 240 is configured to, when receiving an MQTT protocol message issued by the preset internet of things platform 300, issue the binary data to a device corresponding to the MQTT protocol message based on binary data specified by the preset 104 protocol to convert the MQTT protocol message.
In addition, the embodiment of the application further provides a protocol conversion device for the power communication protocol, as shown in fig. 3, on which executable instructions are stored, and when the executable instructions are executed, the protocol conversion method for the power communication protocol is implemented. Specifically, the server side sends an execution instruction to the memory through the bus, and when the memory receives the execution instruction, an execution signal is sent to the processor through the bus to activate the processor.
The processor is used for receiving the connection request uploaded by the equipment based on the TCP protocol and the 104 communication protocol, and creating an execution process; when a 104 protocol message uploaded by equipment is received, calling a preset function through an execution process to obtain analysis data corresponding to the 104 protocol message; extracting equipment data corresponding to the equipment based on the equipment address in the analysis data and a preset equipment data table; converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform; when an MQTT protocol message issued by a preset Internet of things platform is received, the MQTT protocol message is converted into binary data based on the preset 104 protocol, and the binary data is issued to equipment corresponding to the MQTT protocol message.
Thus far, the technical solution of the present disclosure has been described in connection with the foregoing embodiments, but it is easily understood by those skilled in the art that the protective scope of the present disclosure is not limited to only these specific embodiments. The technical solutions in the above embodiments may be split and combined by those skilled in the art without departing from the technical principles of the present disclosure, and equivalent modifications or substitutions may be made to related technical features, which all fall within the scope of the present disclosure.

Claims (8)

1. A method of protocol conversion for a power communication protocol, the method comprising:
creating an execution process based on the TCP protocol and the 104 communication protocol to receive the connection request uploaded by the equipment;
when a 104 protocol message uploaded by equipment is received, calling a preset function through an execution process to obtain analysis data corresponding to the 104 protocol message;
extracting equipment data corresponding to the equipment based on the equipment address in the analysis data and a preset equipment data table; converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform;
when an MQTT protocol message issued by a preset Internet of things platform is received, the MQTT protocol message is converted into binary data based on the preset 104 protocol, and the binary data is issued to equipment corresponding to the MQTT protocol message.
2. The protocol conversion method for a power communication protocol according to claim 1, wherein the execution process includes an execution operation process and a monitoring process; the execution operation process is used for monitoring an occurrence event so as to call a preset function corresponding to the occurrence event;
the method further comprises the steps of:
when the executing operation process calls the preset function to report errors, the restarting executing operation process of the monitoring process is triggered.
3. The protocol conversion method for a power communication protocol according to claim 1, wherein before being based on the device address in the parsed data and a preset device data table, the method further comprises:
acquiring a collected data name corresponding to a preset device data table through a preset web front-end page, and adding or updating the collected data name to the preset device data table; wherein, the collected data name at least comprises: device address, device name, device english name, device information description, device type, and zone ID;
and storing the preset equipment data table into a built-in database.
4. The protocol conversion method for the power communication protocol according to claim 1, wherein forwarding the key value data to a preset internet of things platform specifically includes:
acquiring a Topic preset by equipment on the preset Internet of things platform;
and forwarding the key value data generated by the device to the Topic.
5. The protocol conversion method for a power communication protocol according to claim 4, further comprising:
sending key value pair data to the subscription MQTT client corresponding to the Topic;
and determining that the MQTT protocol message sent to the Topic by the MQTT client is the MQTT protocol message sent by the preset Internet of things platform.
6. The protocol conversion method for a power communication protocol according to claim 1, wherein before receiving a connection request uploaded by a device based on a TCP protocol, the method further comprises:
acquiring connection parameters corresponding to the 104 communication protocol in the server configuration file through a preset configuration file read-write interface; wherein the connection parameters at least include: device port number, device connection rate, maximum number of connected devices of the system;
based on the starting instruction uploaded by the MQTT client, a preset starting button of the 104 communication protocol on the dashboard interface is triggered, and the starting of the 104 communication protocol is completed.
7. A protocol conversion system for a power communication protocol, the system comprising:
the creating module is used for receiving a connection request uploaded by the equipment based on the TCP protocol and the 104 communication protocol, and creating an execution process;
the acquisition module is used for calling a preset function through an execution process when receiving a 104 protocol message uploaded by equipment so as to acquire analysis data corresponding to the 104 protocol message;
the uploading module is used for extracting the equipment data corresponding to the equipment based on the equipment address in the analysis data and a preset equipment data table; converting the analysis data and the equipment data into key value pair data in a Json format, and uploading the key value pair data to a preset Internet of things platform;
the issuing module is used for, when receiving the MQTT protocol message issued by the preset Internet of things platform, based on the preset 104 protocol specification, converting the MQTT protocol message into binary data and issuing the binary data to equipment corresponding to the MQTT protocol message.
8. A protocol conversion device for a power communication protocol, the device comprising:
a processor;
and a memory having executable code stored thereon that, when executed, causes the processor to perform a protocol conversion method for a power communication protocol as claimed in any one of claims 1-6.
CN202210724900.5A 2022-06-24 2022-06-24 Protocol conversion method, system and equipment for power communication protocol Active CN115314572B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210724900.5A CN115314572B (en) 2022-06-24 2022-06-24 Protocol conversion method, system and equipment for power communication protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210724900.5A CN115314572B (en) 2022-06-24 2022-06-24 Protocol conversion method, system and equipment for power communication protocol

Publications (2)

Publication Number Publication Date
CN115314572A CN115314572A (en) 2022-11-08
CN115314572B true CN115314572B (en) 2024-01-16

Family

ID=83855481

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210724900.5A Active CN115314572B (en) 2022-06-24 2022-06-24 Protocol conversion method, system and equipment for power communication protocol

Country Status (1)

Country Link
CN (1) CN115314572B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109167829A (en) * 2018-08-23 2019-01-08 北方工业大学 Internet of things communication method and cloud gateway
CN110290127A (en) * 2019-06-20 2019-09-27 云南电网有限责任公司电力科学研究院 A kind of message forwarding method and message converting system
CN111953733A (en) * 2020-07-14 2020-11-17 许昌许继软件技术有限公司 Power distribution internet of things system based on MQTT protocol
CN112187922A (en) * 2020-09-28 2021-01-05 特变电工南京智能电气有限公司 Intelligent Internet of things shutdown machine based on MQTT communication protocol
CN212367305U (en) * 2020-06-04 2021-01-15 北京智芯微电子科技有限公司 Electric power thing of perception equipment allies oneself with management device
CN112671726A (en) * 2020-12-10 2021-04-16 国网思极网安科技(北京)有限公司 Industrial control protocol analysis method and device, electronic equipment and storage medium
CN113179291A (en) * 2021-01-26 2021-07-27 申朴信息技术(上海)股份有限公司 Safe power utilization system of Internet of things
CN113960398A (en) * 2021-10-26 2022-01-21 国网湖北省电力有限公司电力科学研究院 Digital deep fusion terminal test equipment and method
CN114070833A (en) * 2021-11-18 2022-02-18 中国工商银行股份有限公司 Multi-protocol service compatible method, system, device, medium, and program product
CN114338827A (en) * 2020-09-29 2022-04-12 中移物联网有限公司 Internet of things protocol adaptation gateway, method and readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11038838B2 (en) * 2018-06-15 2021-06-15 At&T Intellectual Property I, L.P. Prioritizing communication with non network-enabled internet of things devices
CN111010351B (en) * 2019-12-10 2024-03-08 新奥数能科技有限公司 Internet of things data transmission method and system
US11750715B2 (en) * 2020-07-17 2023-09-05 Rockwell Automation Technologies, Inc. Industrial automation broker device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109167829A (en) * 2018-08-23 2019-01-08 北方工业大学 Internet of things communication method and cloud gateway
CN110290127A (en) * 2019-06-20 2019-09-27 云南电网有限责任公司电力科学研究院 A kind of message forwarding method and message converting system
CN212367305U (en) * 2020-06-04 2021-01-15 北京智芯微电子科技有限公司 Electric power thing of perception equipment allies oneself with management device
CN111953733A (en) * 2020-07-14 2020-11-17 许昌许继软件技术有限公司 Power distribution internet of things system based on MQTT protocol
CN112187922A (en) * 2020-09-28 2021-01-05 特变电工南京智能电气有限公司 Intelligent Internet of things shutdown machine based on MQTT communication protocol
CN114338827A (en) * 2020-09-29 2022-04-12 中移物联网有限公司 Internet of things protocol adaptation gateway, method and readable storage medium
CN112671726A (en) * 2020-12-10 2021-04-16 国网思极网安科技(北京)有限公司 Industrial control protocol analysis method and device, electronic equipment and storage medium
CN113179291A (en) * 2021-01-26 2021-07-27 申朴信息技术(上海)股份有限公司 Safe power utilization system of Internet of things
CN113960398A (en) * 2021-10-26 2022-01-21 国网湖北省电力有限公司电力科学研究院 Digital deep fusion terminal test equipment and method
CN114070833A (en) * 2021-11-18 2022-02-18 中国工商银行股份有限公司 Multi-protocol service compatible method, system, device, medium, and program product

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于CoAP与MQTT的配电物联网通信架构设计;金成明;刘雪松;杨睿;崔伟;李涛;;电气自动化(05);全文 *

Also Published As

Publication number Publication date
CN115314572A (en) 2022-11-08

Similar Documents

Publication Publication Date Title
CN111031034A (en) Multi-protocol convergence edge computing gateway
CN108471366A (en) A kind of stereoscopic monitoring system of facing cloud native applications
CN102185716B (en) Universal management method and system for communication equipment
CN111294235B (en) Data processing method, device, gateway and readable storage medium
CN111885150B (en) Ubiquitous power Internet of things multi-protocol adaptation system and method thereof
CN108418903B (en) Remote access system and access method for embedded software log
CN108206864B (en) Vehicle information synchronization real-time query system and information synchronization method based on WeChat
CN114157692A (en) Multi-source polymorphic mass heterogeneous terminal universal access interconnection protocol conversion method and system
CN115329170A (en) Webpage crawling method, device, equipment and storage medium
CN115086379A (en) Numerical control machine tool data acquisition method based on edge calculation and virtualization technology
CN115314572B (en) Protocol conversion method, system and equipment for power communication protocol
CN112817539A (en) Industrial data storage method and system, electronic device and storage medium
CN116974948A (en) Service system testing method, system, equipment and medium
JP2009265718A (en) Network device transmitting only difference data of network management information, server, program and method
CN104079658B (en) Environmentally friendly Internet of Things real-time control method based on pool technology under Web environment
CN115733894A (en) Multi-protocol data access management method, device and equipment for power system
CN110134086B (en) Data acquisition and control device for realizing middleware function in digital workshop
CN114390033A (en) Loop state patrol instrument acquisition system and method based on extensible communication protocol
CN113079055B (en) AGV operation data dynamic acquisition method and device
CN112687267A (en) Internet of things data semantic processing system
CN109995784B (en) UDP-based data extraction acceleration method
CN112714153A (en) Processing method and device compatible with multiple TCPs (Transmission control protocol) based on Internet of things system
CN109995589B (en) Log collection method and system
KR100647420B1 (en) Speech recognition system and method using client/server model
CN113746850A (en) Multi-channel data acquisition method for Internet of things

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