CN114125032B - Edge protocol data processing method and system - Google Patents

Edge protocol data processing method and system Download PDF

Info

Publication number
CN114125032B
CN114125032B CN202111387154.7A CN202111387154A CN114125032B CN 114125032 B CN114125032 B CN 114125032B CN 202111387154 A CN202111387154 A CN 202111387154A CN 114125032 B CN114125032 B CN 114125032B
Authority
CN
China
Prior art keywords
data
protocol
channel
preprocessed
packaging
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
CN202111387154.7A
Other languages
Chinese (zh)
Other versions
CN114125032A (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.)
Hangzhou Gaea Electric Co ltd
Original Assignee
Hangzhou Gaea Electric 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 Hangzhou Gaea Electric Co ltd filed Critical Hangzhou Gaea Electric Co ltd
Priority to CN202111387154.7A priority Critical patent/CN114125032B/en
Publication of CN114125032A publication Critical patent/CN114125032A/en
Application granted granted Critical
Publication of CN114125032B publication Critical patent/CN114125032B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • 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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Communication Control (AREA)

Abstract

The invention relates to a method and a system for processing edge protocol data in the technical field of edge data processing, comprising the following steps: initializing a protocol interface and a configuration file of a communication interface to obtain an acquisition channel and a forwarding channel, acquiring received data of the communication interface, storing the received data into a receiving buffer area, and performing data characteristic splicing to obtain preprocessed data I; judging the integrity of the first preprocessed data, and marking the data to obtain receiving queue data; analyzing the received queue data, judging a packaging protocol of data packaging according to an analysis result, and packaging to obtain packaging data; the encapsulated data is inserted into the acquisition channel or the forwarding channel to obtain channel data, the channel data is sent and preprocessed to obtain preprocessed data II, and the preprocessed data II is sent through the communication interface.

Description

Edge protocol data processing method and system
Technical Field
The invention relates to the technical field of edge data processing, in particular to an edge protocol data processing method and an edge protocol data processing system.
Background
With the development of more and more edge terminal computing products, the edge computing of the internet of things system becomes more and more important. On the basis of the original basic communication protocol or the simple hardware protocol of the terminal, the special data interaction between the products is realized, the standard protocol is not the existing standard protocol, the data interaction of the terminal products has poor reusability and weak portability in the original software design framework, and the life cycle is short, so that each time a new terminal product is developed, the data interaction, the forwarding and the collection of the data between different ports can bring new difficulty in rewriting codes in software realization, the difficulty of adding different analysis protocols is increased, and the development period of the product is prolonged.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a method and a system for processing edge protocol data, which have the advantages of high reusability and good portability, and break through the bottleneck of forwarding and collecting different protocol data writing complexity of different ports of different terminal products.
In order to solve the technical problems, the invention is solved by the following technical scheme:
an edge protocol data processing method and system, comprising the following steps:
initializing a protocol interface and a configuration file of a communication interface to obtain an acquisition channel and a forwarding channel, and obtaining received data of the communication interface;
storing the received data into a receiving buffer area, and performing data characteristic splicing to obtain preprocessed data I;
judging the integrity of the first preprocessed data, and carrying out data marking on the complete first preprocessed data to obtain receiving queue data;
analyzing the receiving queue data, judging a packaging protocol of data packaging according to an analysis result, and packaging to obtain packaging data;
and inserting the encapsulated data into an acquisition channel or a forwarding channel to obtain channel data, performing transmission pretreatment on the channel data to obtain pretreated data II, and transmitting the pretreated data II through a communication interface.
Optionally, initializing a protocol interface and a configuration file of the communication interface to obtain an acquisition channel and a forwarding channel, including the following steps:
acquiring a protocol interface and a configuration file of a communication interface, and initializing the protocol interface and the configuration file to obtain an initialized protocol interface and an initialized configuration file;
and defining an acquisition channel and a forwarding channel according to the initialization protocol interface and the initialization configuration file.
Optionally, storing the received data in a receiving buffer area, and performing data feature splicing to obtain preprocessed data one, including the following steps:
reading a terminal communication port configuration protocol for receiving data, and acquiring a characteristic header field, a command field, a data length field and a characteristic tail field of the terminal communication port configuration protocol;
and splicing the characteristic header field, the command field, the data length field and the characteristic tail field in sequence to obtain preprocessed data one.
Optionally, determining the integrity of the preprocessed data one includes the following steps:
checking whether the preprocessed data I contains a characteristic header field, a command field, a data length field and a characteristic tail field;
if yes, preprocessing the data to be complete; if not, the data is incomplete with the mathematical data.
Optionally, determining the integrity of the preprocessed data one further includes the following steps:
if the preprocessed data is complete, marking the preprocessed data;
and if the preprocessed data is incomplete, re-acquiring the received data of the communication interface.
Optionally, the step of performing data marking on the complete preprocessed data to obtain receiving queue data includes the following steps:
marking the first preprocessed data according to the receiving channel of the first preprocessed data to form receiving queue data.
Optionally, parsing the receive queue data includes the following steps:
and acquiring one frame of data in the receiving queue data, and analyzing commands, states, actions and data attributes contained in the one frame of data by adopting a call analysis method.
Optionally, judging a packaging protocol of the data package according to the analysis result and packaging to obtain packaging data, including the following steps:
and judging the data to be transmitted according to the command, the state, the action and the data attribute of the frame of data, and encapsulating the data segment of the transmitted data according to a transmission protocol to obtain encapsulated data.
Optionally, the channel data is sent and preprocessed to obtain preprocessed data two, which comprises the following steps:
and acquiring a channel protocol characteristic header and a check field of the acquisition channel or the forwarding channel, and adding the channel protocol characteristic header and the check field into channel data to obtain preprocessed data II.
An edge protocol data processing system comprises an initialization module, a data receiving and transmitting module, a preprocessing module, a checking module, an analysis module and a packaging module;
the initialization module is used for initializing a protocol interface and a configuration file of the communication interface to obtain an acquisition channel and a forwarding channel;
the data receiving and transmitting module is used for acquiring the received data of the communication interface and transmitting the preprocessed data II;
the preprocessing module is used for performing data characteristic splicing on the received data stored in the receiving buffer area to obtain preprocessed data I, and is also used for performing transmission preprocessing on the channel data to obtain preprocessed data II;
the verification module is used for judging the integrity of the first preprocessed data, and carrying out data marking on the complete first preprocessed data to obtain receiving queue data;
the analysis module is used for analyzing the receiving queue data;
and the packaging module is used for judging a packaging protocol of the data package according to the analysis result and packaging the data package to obtain package data.
Compared with the prior art, the technical scheme provided by the invention has the following beneficial effects:
the common data acquisition protocol is updated to a modularized mode for processing, the processing content and mode of each module are set according to analysis rules, the problems of poor reusability, poor portability and short life cycle of an edge computing terminal product data interaction system are solved, when an edge intelligent multi-protocol analysis terminal product or data interaction with a new product terminal product is developed, the original data interaction is changed from inaccurate to incomplete to more accurate and more complete, the efficiency of protocol docking is improved, the writing period and the debugging period of software are shortened, the lead time of the product is shortened, and meanwhile, the problem of complexity in writing data of different protocols forwarded and acquired by different ports of different terminal products is solved, and on the other hand, the data acquisition of different communication ports, different terminal protocols and different terminal objects can be compatible, so that the complex data docking is simplified, transparent and efficient.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the description below are only some embodiments of the invention, and that other drawings can be obtained according to these drawings without inventive faculty for a person skilled in the art.
Fig. 1 is a flowchart of a method and a system for processing edge protocol data according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the following examples, which are illustrative of the present invention and are not intended to limit the present invention thereto.
As shown in fig. 1, a method and a system for processing edge protocol data include the following steps: initializing a protocol interface and a configuration file of a communication interface to obtain a collection channel and a forwarding channel, acquiring received data of the communication interface, specifically acquiring the protocol interface and the configuration file of the communication interface, and initializing the protocol interface and the configuration file to obtain an initialized protocol interface and an initialized configuration file; according to the initialization protocol interface and the initialization configuration file, an acquisition channel and a forwarding channel are defined, and after the initialization is completed, the data of the channels of different communication hardware are read by calling the thread task of the operating system.
Storing the received data into a receiving buffer area, and performing data characteristic splicing to obtain preprocessed data I, wherein the method comprises the following steps: reading a terminal communication port configuration protocol for receiving data, and acquiring a characteristic header field, a command field, a data length field and a characteristic tail field of the terminal communication port configuration protocol; sequentially splicing the characteristic header field, the command field, the data length field and the characteristic tail field to obtain preprocessed data one
Because the operating system generates different reading or sending results in different operation processes of different communication parameters on different hardware interfaces, the terminal communication port configuration protocol of the received data needs to be read, and simultaneously, a unique and complete frame of data is obtained by sequentially splicing the characteristic header field, the command field, the data length field and the characteristic tail field, namely the preprocessed data one is distinguished.
Judging the integrity of the first preprocessed data, and carrying out data marking on the first preprocessed data to obtain receiving queue data, wherein the judging the integrity of the first preprocessed data comprises the following steps: checking whether the preprocessed data I contains a characteristic header field, a command field, a data length field and a characteristic tail field; if yes, preprocessing the first data completely, and marking the first preprocessed data; if not, the data is not completely preprocessed, and the received data of the communication interface is acquired again.
Judging the integrity of the first preprocessed data, judging whether the first preprocessed data contains a characteristic header field, a command field, a data length field and a characteristic tail field, if any one of the parameters is lacked, representing the first preprocessed data is incomplete, and re-acquiring the received data until the first preprocessed data is complete with the first mathematical data.
The method comprises the following steps of: the first preprocessing data is marked according to the receiving channel of the first preprocessing data to form receiving queue data, specifically, the first preprocessing data can be marked according to whether the first preprocessing data is the first preprocessing data which needs to be repeatedly sent, which channel the first preprocessing data is received from and which channel the first preprocessing data needs to be sent to, so as to obtain the receiving queue data.
Analyzing the received queue data, comprising the following steps: and acquiring one frame of data in the receiving queue data, analyzing the command, the state, the action and the data attribute covered in the one frame of data by adopting a call analysis method, judging whether to confirm forwarding of the receiving queue data or not according to the command, the state, the action and the data attribute, and judging a forwarding channel.
Judging a packaging protocol of the data package according to the analysis result and packaging to obtain packaging data, wherein the method comprises the following steps: and judging the data to be transmitted according to the command, the state, the action and the data attribute of one frame of data, and encapsulating the data segment of the transmitted data according to a transmission protocol to obtain encapsulated data.
Inserting the packaged data into an acquisition channel or a forwarding channel to obtain channel data, performing transmission pretreatment on the channel data to obtain pretreated data II, and transmitting the pretreated data II through a communication interface, wherein the transmission pretreatment is performed on the channel data to obtain pretreated data II, and the method comprises the following steps of: and acquiring a channel protocol characteristic header and a check field of the acquisition channel or the forwarding channel, and adding the channel protocol characteristic header and the check field into channel data to obtain preprocessed data II.
After the second preprocessing data is obtained, the second preprocessing data is transmitted through the communication interface, if the repeated transmission is needed or whether the frame transmission is correct or not is judged, whether the frame is confirmed or not is judged, and the second preprocessing data is used for retransmission here, and finally, a unified communication transmission interface which is packaged by the operating system is called to finish the transmission.
An edge protocol data processing system comprises an initialization module, a data receiving and transmitting module, a preprocessing module, a checking module, an analysis module and a packaging module; the initialization module is used for initializing a protocol interface and a configuration file of the communication interface to obtain an acquisition channel and a forwarding channel; the data receiving and transmitting module is used for acquiring the received data of the communication interface and transmitting the preprocessed data II; the preprocessing module is used for performing data characteristic splicing on the received data stored in the receiving buffer area to obtain preprocessed data I, and is also used for performing transmission preprocessing on the channel data to obtain preprocessed data II; the verification module is used for judging the integrity of the first preprocessed data, and carrying out data marking on the first preprocessed data to obtain receiving queue data; the analysis module is used for analyzing the received queue data; and the packaging module is used for judging a packaging protocol of the data package according to the analysis result and packaging the data package to obtain package data.
In this embodiment, the communication interface is composed of different hardware interfaces, such as a serial interface, a network interface, a CAN interface, and the like, and may have unified packages of hardware driving interfaces maintained by different operating systems, and the data transceiver module is configured to receive data sent from the terminal to the acquisition port, send data of a command for executing the terminal, receive data sent from the upper device to the forwarding port, send data converted from the terminal, implement data receiving or sending, and implement sending processing of data according to byte installation blocks by calling unified interfaces of different operating systems.
The preprocessing module is that the operating system generates different reading or sending results in the operation process of different communication parameters on different hardware interfaces and different lines, for example, all data are commonly read in frames, all the data are sent in frames, the read data are spliced, and according to a protocol configured by a terminal communication port, the complete frame of data of the configured protocol is spliced through a characteristic header field, a command field, a data length field, a characteristic tail field and the like in the protocol.
The checking module works in different protocol layers, performs checking judgment on data received from the terminal according to different configured protocols, such as CRC16 checking of Modbus protocol, IEC101 checking and the like, performs checking on data sent to the terminal according to different configured protocols, performs checking on the data according to different protocols, and adds the data to a checking field of a data frame.
The package module group is a receiving queue and a transmitting queue, and is used for queuing all correctly received data and marking special data description marks, such as whether repeated data frames need to be transmitted or not, which channel the received data come from is used for confirming which channel the data transmission is completed, and the data is placed at a certain position in the queue head or the queue by using a designed and completed queue method according to the emergency degree of the data, so that the data can be processed more quickly.
The analysis module analyzes the data frame of the queue data, extracts the characteristics of the data, such as tasks of state, command, display, action and the like, and further processes the data by initializing which channel is configured as an acquisition channel and which channel is configured as a forwarding channel, and then judging whether the data is confirmed, forwarded and the like according to the extracted data description.
In this embodiment, the system further includes a state monitoring module, configured to monitor state information, such as whether a communication link of the terminal is normal, an indication of a heartbeat, an operation failure of the terminal, and the like, where the information is feedback between communication interfaces, such as a representation of some information generated by hardware, and feedback between parsing units, such as information state transfer between protocol interactions.
In addition, the specific embodiments described in the present specification may differ in terms of parts, shapes of components, names, and the like. All equivalent or simple changes of the structure, characteristics and principle according to the inventive concept are included in the protection scope of the present invention. Those skilled in the art may make various modifications or additions to the described embodiments or substitutions in a similar manner without departing from the scope of the invention as defined in the accompanying claims.

Claims (10)

1. An edge protocol data processing method, comprising the steps of:
initializing a protocol interface and a configuration file of a communication interface to obtain an acquisition channel and a forwarding channel, and obtaining received data of the communication interface;
storing the received data into a receiving buffer area, and performing data characteristic splicing to obtain preprocessed data I;
judging the integrity of the first preprocessed data, and carrying out data marking on the complete first preprocessed data to obtain receiving queue data;
analyzing the receiving queue data, judging a packaging protocol of data packaging according to an analysis result, and packaging to obtain packaging data;
and inserting the encapsulated data into an acquisition channel or a forwarding channel to obtain channel data, performing transmission pretreatment on the channel data to obtain pretreated data II, and transmitting the pretreated data II through a communication interface.
2. The method for processing edge protocol data according to claim 1, wherein initializing the protocol interface and the configuration file of the communication interface to obtain the acquisition channel and the forwarding channel comprises the steps of:
acquiring a protocol interface and a configuration file of a communication interface, and initializing the protocol interface and the configuration file to obtain an initialized protocol interface and an initialized configuration file;
and defining an acquisition channel and a forwarding channel according to the initialization protocol interface and the initialization configuration file.
3. The method for processing edge protocol data according to claim 1, wherein storing the received data in a receiving buffer and performing data feature concatenation to obtain preprocessed data one, comprises the steps of:
reading a terminal communication port configuration protocol for receiving data, and acquiring a characteristic header field, a command field, a data length field and a characteristic tail field of the terminal communication port configuration protocol;
and splicing the characteristic header field, the command field, the data length field and the characteristic tail field in sequence to obtain preprocessed data one.
4. A method of edge protocol data processing according to claim 3, wherein determining the integrity of the preprocessed data one comprises the steps of:
checking whether the preprocessed data I contains a characteristic header field, a command field, a data length field and a characteristic tail field;
if yes, preprocessing the data to be complete; if not, the data is incomplete with the mathematical data.
5. The method for processing edge protocol data according to claim 4, wherein determining the integrity of the preprocessed data one further comprises the steps of:
if the preprocessed data is complete, marking the preprocessed data;
and if the preprocessed data is incomplete, re-acquiring the received data of the communication interface.
6. The method for processing edge protocol data according to claim 1, wherein the step of performing data marking on the complete preprocessed data to obtain the receiving queue data comprises the steps of:
marking the first preprocessed data according to the receiving channel of the first preprocessed data to form receiving queue data.
7. The method for processing edge protocol data according to claim 1, wherein parsing the receive queue data comprises the steps of:
and acquiring one frame of data in the receiving queue data, and analyzing commands, states, actions and data attributes contained in the one frame of data by adopting a call analysis method.
8. The method for processing edge protocol data according to claim 7, wherein the step of judging the encapsulation protocol of the data encapsulation according to the analysis result and encapsulating to obtain the encapsulated data comprises the steps of:
and judging the data to be transmitted according to the command, the state, the action and the data attribute of the frame of data, and encapsulating the data segment of the transmitted data according to a transmission protocol to obtain encapsulated data.
9. The method for processing edge protocol data according to claim 1, wherein the sending preprocessing is performed on the channel data to obtain preprocessed data two, and the method comprises the following steps:
and acquiring a channel protocol characteristic header and a check field of the acquisition channel or the forwarding channel, and adding the channel protocol characteristic header and the check field into channel data to obtain preprocessed data II.
10. The edge protocol data processing system is characterized by comprising an initialization module, a data receiving and transmitting module, a preprocessing module, a verification module, an analysis module and a packaging module;
the initialization module is used for initializing a protocol interface and a configuration file of the communication interface to obtain an acquisition channel and a forwarding channel;
the data receiving and transmitting module is used for acquiring the received data of the communication interface and transmitting the preprocessed data II;
the preprocessing module is used for performing data characteristic splicing on the received data stored in the receiving buffer area to obtain preprocessed data I, and is also used for performing transmission preprocessing on the channel data to obtain preprocessed data II;
the verification module is used for judging the integrity of the first preprocessed data, and carrying out data marking on the complete first preprocessed data to obtain receiving queue data;
the analysis module is used for analyzing the receiving queue data;
and the packaging module is used for judging a packaging protocol of the data package according to the analysis result and packaging the data package to obtain package data.
CN202111387154.7A 2021-11-22 2021-11-22 Edge protocol data processing method and system Active CN114125032B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111387154.7A CN114125032B (en) 2021-11-22 2021-11-22 Edge protocol data processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111387154.7A CN114125032B (en) 2021-11-22 2021-11-22 Edge protocol data processing method and system

Publications (2)

Publication Number Publication Date
CN114125032A CN114125032A (en) 2022-03-01
CN114125032B true CN114125032B (en) 2023-06-16

Family

ID=80439190

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111387154.7A Active CN114125032B (en) 2021-11-22 2021-11-22 Edge protocol data processing method and system

Country Status (1)

Country Link
CN (1) CN114125032B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118467929A (en) * 2024-07-09 2024-08-09 湖南华辰智通科技有限公司 Method for processing equipment data by utilizing edge computing algorithm and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105959351A (en) * 2016-04-25 2016-09-21 上海纳宇电气有限公司 Data transmission method, data transmission device, and communication management device
WO2018049943A1 (en) * 2016-09-18 2018-03-22 国电南瑞科技股份有限公司 Hybrid multi-source data acquisition method, device, and data storage medium
CN110351153A (en) * 2019-08-19 2019-10-18 蘑菇物联技术(深圳)有限公司 A kind of edge calculations system issuing configuration file based on Configuration Online and dynamic
CN110460971A (en) * 2019-09-24 2019-11-15 上海禾视信息技术有限公司 A kind of motive objects connection cut-in method based on edge calculations
CN111327468A (en) * 2020-02-21 2020-06-23 中国电力科学研究院有限公司 Operation method and system for edge computing platform of power system
CN111708667A (en) * 2020-05-29 2020-09-25 北京赛博云睿智能科技有限公司 Business edge calculation method and system
CN112202621A (en) * 2020-10-13 2021-01-08 北京时代凌宇信息技术有限公司 Edge computing system channel management method and edge system
WO2021036278A1 (en) * 2019-08-26 2021-03-04 上海电科智能系统股份有限公司 Edge computing-based fine determination method for urban traffic state
CN113228591A (en) * 2019-02-26 2021-08-06 甲骨文国际公司 Methods, systems, and computer readable media for dynamic remediation of security system entities

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9760428B1 (en) * 2013-12-19 2017-09-12 Amdocs Software Systems Limited System, method, and computer program for performing preventative maintenance in a network function virtualization (NFV) based communication network

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105959351A (en) * 2016-04-25 2016-09-21 上海纳宇电气有限公司 Data transmission method, data transmission device, and communication management device
WO2018049943A1 (en) * 2016-09-18 2018-03-22 国电南瑞科技股份有限公司 Hybrid multi-source data acquisition method, device, and data storage medium
CN113228591A (en) * 2019-02-26 2021-08-06 甲骨文国际公司 Methods, systems, and computer readable media for dynamic remediation of security system entities
CN110351153A (en) * 2019-08-19 2019-10-18 蘑菇物联技术(深圳)有限公司 A kind of edge calculations system issuing configuration file based on Configuration Online and dynamic
WO2021036278A1 (en) * 2019-08-26 2021-03-04 上海电科智能系统股份有限公司 Edge computing-based fine determination method for urban traffic state
CN110460971A (en) * 2019-09-24 2019-11-15 上海禾视信息技术有限公司 A kind of motive objects connection cut-in method based on edge calculations
CN111327468A (en) * 2020-02-21 2020-06-23 中国电力科学研究院有限公司 Operation method and system for edge computing platform of power system
CN111708667A (en) * 2020-05-29 2020-09-25 北京赛博云睿智能科技有限公司 Business edge calculation method and system
CN112202621A (en) * 2020-10-13 2021-01-08 北京时代凌宇信息技术有限公司 Edge computing system channel management method and edge system

Also Published As

Publication number Publication date
CN114125032A (en) 2022-03-01

Similar Documents

Publication Publication Date Title
CN107147657B (en) Coding and decoding method and communication equipment suitable for multi-machine reliable communication
CN103593173B (en) A kind of integrated development system of application program, method and device
CN111294235B (en) Data processing method, device, gateway and readable storage medium
CN111083168A (en) Configurable data transmission method and device of Internet of things platform gateway and gateway
CN114125032B (en) Edge protocol data processing method and system
EP3852340A1 (en) Data request method based on http protocol, and server
CN107040613A (en) A kind of message transmitting method and system
CN111723019A (en) Interface debugging method and system
CN114356829B (en) Protocol self-adaptive identification, cross-platform and standardization system based on serial port transceiving
CN115665020A (en) Communication analysis method, device, equipment and storage medium
CN112202798B (en) Data protocol conversion method, system, electronic device and storage medium
CN112235316A (en) Data communication method for instrument integration
CN110061880A (en) The data transmission detection device and method of concentrator and remote communication module
CN114726674B (en) PROFIBUS bus process data extraction method based on FPGA
CN107181657B (en) WTB link layer interface adapter and implementation method thereof
CN113900866B (en) Hardware-in-loop bench, diagnosis test method and diagnosis test system
CN109960594A (en) Method without intrusively transmitting tracking id when Java far call C is serviced
CN109756517B (en) High-speed network data transmission method based on winpcap
CN109753285B (en) XML (extensive markup language) parser and reconfigurable computing system based on FPGA (field programmable Gate array)
CN110502418B (en) Method for realizing remote debugging
CN115134417B (en) IEC 61850-based data conversion method and device for primary equipment of power system
CN116489254B (en) Method for debugging lower computer by using upper computer
CN106598756A (en) Data interaction method among different application programs
CN101877874B (en) The transmission of performance data and output intent, system and equipment
CN118118509A (en) Integrated control method for vehicle-mounted 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
CB02 Change of applicant information

Address after: 311400 room 410, 4th floor, No. 6, Yinhu innovation center, No. 9, Fuxian Road, Yinhu street, Fuyang District, Hangzhou City, Zhejiang Province

Applicant after: HANGZHOU GAEA ELECTRIC Co.,Ltd.

Address before: 310000 15th floor, Huarong times building, No. 3880 Jiangnan Avenue, Binjiang District, Hangzhou, Zhejiang

Applicant before: HANGZHOU GAEA ELECTRIC Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A method and system for edge protocol data processing

Granted publication date: 20230616

Pledgee: Changhe Branch of Hangzhou United Rural Commercial Bank Co.,Ltd.

Pledgor: HANGZHOU GAEA ELECTRIC Co.,Ltd.

Registration number: Y2024980019313

PE01 Entry into force of the registration of the contract for pledge of patent right