CN110213297B - Data analysis method and device and computer readable storage medium - Google Patents

Data analysis method and device and computer readable storage medium Download PDF

Info

Publication number
CN110213297B
CN110213297B CN201910566501.9A CN201910566501A CN110213297B CN 110213297 B CN110213297 B CN 110213297B CN 201910566501 A CN201910566501 A CN 201910566501A CN 110213297 B CN110213297 B CN 110213297B
Authority
CN
China
Prior art keywords
data
frame
bytes
byte
single frame
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
CN201910566501.9A
Other languages
Chinese (zh)
Other versions
CN110213297A (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.)
Beijing Shihe Technology Co Ltd
Original Assignee
Beijing Shihe Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Shihe Technology Co Ltd filed Critical Beijing Shihe Technology Co Ltd
Priority to CN201910566501.9A priority Critical patent/CN110213297B/en
Publication of CN110213297A publication Critical patent/CN110213297A/en
Application granted granted Critical
Publication of CN110213297B publication Critical patent/CN110213297B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Communication Control (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a data analysis method, a data analysis device and a computer readable storage medium, wherein the method comprises the following steps: acquiring a data message; decomposing the data message into a plurality of single-frame data according to frames; extracting data bytes of each single frame data in the plurality of single frame data one by one; and carrying out binary conversion on the data bytes of each extracted single frame of data, thereby converting the data with the first binary format into the data with the second binary format, wherein the data with the second binary format is the required data.

Description

Data analysis method and device and computer readable storage medium
Technical Field
The present invention relates to the field of industrial communications, and in particular, to a data parsing method and apparatus, and a computer-readable storage medium.
Background
With the development of computer system applications and microcomputer networks, communication functions are becoming more and more important. The communication here refers to the exchange of information between the computer and the outside. Thus, communication includes both the exchange of information between the computer and external devices and between the computer and the computer.
The serial communication is widely applied in the field of industrial automation, and engineers need to capture and analyze data of communication messages when debugging/maintaining equipment with a serial communication function so as to acquire required data, so as to know the data content of the current equipment communication.
At present, the situation that the data volume of the communication message is large is often encountered, the required data is acquired from the communication message with the large data volume is a tedious work, the data in the communication message needs to be checked and extracted one by one, and the efficiency is low.
Disclosure of Invention
The embodiment of the invention provides a data analysis method, a data analysis device and a computer readable storage medium, which can efficiently extract required data from a communication message.
One aspect of the present invention provides a data parsing method, including: acquiring a data message; decomposing the data message into a plurality of single-frame data according to frames; extracting data bytes of each single frame data in the plurality of single frame data one by one; and carrying out the binary conversion on the extracted data bytes of each single frame data.
In an embodiment, said extracting data bytes of each of the plurality of single frame data one by one includes: and removing a frame header byte and a frame tail byte in the single frame data aiming at each single frame data in the plurality of single frame data to obtain a data byte of the single frame data.
In an implementation manner, the removing the header byte in the single frame data specifically includes: acquiring a frame header byte set value; judging whether the frame header of the single frame data contains the frame header byte set value; and if the frame header of the single frame data contains the frame header byte set value, removing the frame header byte.
In an implementation manner, the removing the tail bytes in the single frame data specifically includes: acquiring the number of bytes at the tail of the frame; and removing the frame tail bytes of the single frame data according to the tail byte number.
In an implementation manner, the performing the binary conversion on the data bytes of each extracted single frame data specifically includes: acquiring the number of bytes of data; dividing the extracted data bytes of each single frame of data into a plurality of single data bytes according to the number of the data bytes; and carrying out binary conversion on the plurality of single data bytes one by one.
In an implementation manner, the data message is hexadecimal characters; correspondingly, the data bytes of each extracted single frame data are subjected to the binary conversion, and the binary conversion comprises the following steps: and converting the extracted data bytes of each single frame of data from hexadecimal characters into decimal characters.
Another aspect of the present invention provides a data analysis apparatus, including: an acquisition module; for obtaining a data message; a decomposition module; the data message is decomposed into a plurality of single-frame data according to frames; an extraction module; the data bytes are used for extracting the data bytes of each single frame data in the plurality of single frame data one by one; a conversion module; for carrying out the binary conversion on the data bytes of each extracted single frame data.
In an embodiment, the extraction module is specifically configured to: and removing a frame header byte and a frame tail byte in the single frame data aiming at each single frame data in the plurality of single frame data to obtain a data byte of the single frame data.
In an implementation, the extraction module is further specifically configured to: acquiring a frame header byte set value; judging whether the frame header of the single frame data contains the frame header byte set value; and if the frame header of the single frame data contains the frame header byte set value, removing the frame header byte.
Another aspect of the invention provides a computer-readable storage medium comprising a set of computer-executable instructions which, when executed, perform a data parsing method as described in any one of the above.
In the embodiment of the invention, a data message is firstly acquired, and then the data message is decomposed into a plurality of single-frame data according to frames; then extracting data bytes in the single frame data; and finally, carrying out binary conversion on the extracted data bytes so as to obtain required data, and efficiently and quickly analyzing the data message through the steps.
Drawings
The above and other objects, features and advantages of exemplary embodiments of the present invention will become readily apparent from the following detailed description read in conjunction with the accompanying drawings. Several embodiments of the invention are illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which:
in the drawings, the same or corresponding reference numerals indicate the same or corresponding parts.
Fig. 1 is a schematic flow chart illustrating an implementation of a data parsing method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating an exemplary application of a data parsing method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a structure of a data analysis device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent 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.
Fig. 1 is a schematic flow chart illustrating an implementation of a data parsing method according to an embodiment of the present invention; as shown in fig. 1.
One aspect of the present invention provides a data parsing method, including:
step 101: a data message is acquired.
Step 102: and decomposing the data message into a plurality of single-frame data according to frames.
Step 103: and extracting data bytes of each of the plurality of single-frame data one by one.
Step 104: and carrying out the binary conversion on the extracted data bytes of each single frame data.
The data analysis method in the embodiment of the present invention first obtains the data packet according to step 101, where the data packet may have multiple source channels, for example, may be obtained from a device with a serial communication function. The data message is generally long serial and multi-frame data, and each frame of data sequentially includes a frame header byte, a data byte and a frame tail byte, wherein the frame header byte is fixed, the number of bytes of the frame tail byte is fixed, and the number of bytes of the data byte is also fixed.
Then, the data message is decomposed into a plurality of single frame data by frame through step 102, specifically: firstly, judging whether a frame header byte exists in a data message, and if so, decomposing the data message into a plurality of single-frame data by taking the previous byte of the frame header byte as a segmentation point.
Then, the data bytes in the single frame data are extracted one by one through step 103.
Finally, the extracted data bytes are subjected to binary conversion through step 104, and the data bytes with the first binary format are converted into the data bytes with the second binary format, wherein the data bytes with the second binary format are data required by an engineer, and the engineer can know data transmission information of the current equipment according to the data, so that the maintenance is facilitated.
Through the steps, the data message is divided into a plurality of single-frame data according to the frame, the data bytes are extracted from each single-frame data, and the data bytes are subjected to the binary conversion, so that the required data can be obtained.
In one implementation, the data message is hexadecimal characters; correspondingly, the data bytes of each extracted single frame data are subjected to the binary conversion, and the binary conversion comprises the following steps: and converting the extracted data bytes of each single frame of data from hexadecimal characters into decimal characters.
In the data analysis method in the embodiment of the present invention, the data packet is in a hexadecimal format, so that when the data packet is converted in step 104, the hexadecimal data bytes are converted into decimal data bytes, so that an engineer can analyze the data.
In one embodiment, extracting data bytes of each of the plurality of single frame data one by one includes: and removing the header bytes and the trailer bytes in the single frame data to obtain the data bytes of the single frame data aiming at each of the plurality of single frame data.
In the data analysis method in the embodiment of the present invention, the specific steps in step 103 are: after acquiring a plurality of single frame data, sequentially removing the frame header byte and the frame tail byte in each single frame data, and only keeping the data byte in the single frame data.
In an implementation manner, removing the header bytes in the single frame data specifically includes: acquiring a frame header byte set value; judging whether the frame header of the single frame data contains a frame header byte set value; and if the frame header of the single frame data contains the frame header byte set value, removing the frame header byte.
In the data analysis method in the embodiment of the invention, the setting values of the frame header bytes are different according to different communication protocols, different communication protocols correspond to different frame header bytes, and the setting values of the frame header bytes corresponding to each communication protocol are fixed. The specific steps of removing the header bytes in the single frame data in step 103 are as follows: firstly, acquiring a frame header byte set value corresponding to a communication protocol, judging whether a frame header byte of each single frame data contains the frame header byte set value, and if the frame header byte of each single frame data contains the frame header byte set value, removing the frame header byte in the single frame data.
In an implementation manner, removing the tail bytes in the single frame data specifically includes: acquiring the number of bytes at the tail of the frame; and removing the frame tail bytes of the single frame data according to the number of the tail bytes.
In the data analysis method in the embodiment of the present invention, since the number of bytes at the end of the frame in each single frame of data is fixed, the specific step of removing the bytes at the end of the frame in the single frame of data in step 103 is as follows: firstly, acquiring the number of bytes at the tail of a frame in a corresponding communication protocol, and then removing the number of bytes which is the same as the number of bytes at the tail of the frame from the tail end of single-frame data so as to acquire the data bytes.
In an implementation manner, the binary conversion of the data bytes of each extracted single frame data specifically includes: acquiring the number of bytes of data; dividing the extracted data bytes of each single frame of data into a plurality of single data bytes according to the number of data bytes; and carrying out binary conversion on a plurality of single data bytes one by one.
According to the data analysis method in the embodiment of the invention, the data bytes in each single frame of data are obtained according to the steps, the general data bytes comprise a plurality of data, and the number of bytes occupied by each data is fixed. Therefore, the specific steps of step 104 are: acquiring the number of bytes occupied by each single data in a corresponding communication protocol, dividing the acquired data bytes according to the number of data bytes to obtain a plurality of single data bytes, carrying out binary conversion on each single data byte, converting the data with the first binary format into the data with the second binary format, wherein the data with the second binary format is the finally obtained required data, and an engineer knows the data transmission information of the current equipment of the equipment according to the finally obtained data to facilitate maintenance.
Fig. 2 is a diagram illustrating an application example of a data parsing method according to an embodiment of the present invention.
The method comprises the following steps: referring to fig. 2, in step 201, a data packet of a certain communication protocol is first obtained, where the data packet is composed of a long series of hexadecimal data, and a header byte of the communication protocol is "1102", a tail byte is 2 bytes, and each data byte is 2 bytes.
Step 202, determining whether the data packet contains a header byte "1102" from the data packet, and if the data packet contains the header byte "1102", decomposing the data packet into a plurality of single frames of data beginning with "1102" by using a previous byte of the header byte as a segmentation point.
Step 203, then, for each single frame of data, "1102" in the single frame of data and the last two bytes in the single frame of data are removed, that is, the pillow byte and the frame tail byte in each single frame of data are removed, so as to obtain the data byte, and then the data byte is divided to generate a plurality of single data bytes.
And step 204, finally, carrying out binary conversion on each single data byte, and converting the single data byte with hexadecimal into a decimal single data byte, wherein the decimal single data byte is the required byte.
Fig. 3 is a schematic structural diagram of a data analysis device according to an embodiment of the present invention, as shown in fig. 3.
Based on the above mentioned data parsing method, another aspect of the present invention provides a data parsing apparatus, which includes:
an acquisition module 301; for obtaining data packets.
A decomposition module 302; for decomposing the data message into a plurality of single frame data by frame.
An extraction module 303; the method is used for extracting data bytes of each of a plurality of single-frame data one by one.
A conversion module 304; for carrying out the binary conversion on the data bytes of each extracted single frame data.
The data analysis apparatus in the embodiment of the present invention first obtains a data packet through the obtaining module 301, where the data packet may have multiple source channels, for example, the data packet may be obtained from a device with a serial communication function. The data message is generally long serial and multi-frame data, and each frame of data sequentially includes a frame header byte, a data byte and a frame tail byte, wherein the frame header byte is fixed, the number of bytes of the frame tail byte is fixed, and the number of bytes of the data byte is also fixed.
The data packet is decomposed into a plurality of single frame data by a decomposition module 302, specifically: firstly, judging whether a frame header byte exists in a data message, and if so, decomposing the data message into a plurality of single-frame data by taking the previous byte of the frame header byte as a segmentation point.
Then, the data bytes in the single frame data are extracted one by the extracting module 303.
Finally, the extracted data bytes are subjected to binary conversion through the conversion module 304, and the data bytes with the first binary format are converted into the data bytes with the second binary format, wherein the data bytes with the second binary format are data required by an engineer, and the engineer can know data transmission information of the current equipment according to the data, so that the maintenance is facilitated.
Through the steps, the data message is divided into a plurality of single-frame data according to the frame, the data bytes are extracted from each single-frame data, and the data bytes are subjected to the binary conversion, so that the required data can be obtained.
Further, the data message is hexadecimal characters; correspondingly, the data bytes of each extracted single frame data are subjected to the binary conversion, and the binary conversion comprises the following steps: and converting the extracted data bytes of each single frame of data from hexadecimal characters into decimal characters.
In the data analysis device in the embodiment of the present invention, the data packet is in a hexadecimal format, so that when the conversion module 304 performs the binary conversion, the hexadecimal data bytes are converted into decimal data bytes, so that an engineer can read the data.
In an implementation manner, the extracting module 303 is specifically configured to: and removing the header bytes and the trailer bytes in the single frame data to obtain the data bytes of the single frame data aiming at each of the plurality of single frame data.
According to the data analysis device in the embodiment of the invention, after a plurality of single-frame data are obtained, the frame header byte and the frame tail byte in each single-frame data are sequentially removed, and only the data byte in the single-frame data is reserved.
In an implementation manner, the extracting module 303 is further specifically configured to: acquiring a frame header byte set value; judging whether the frame header of the single frame data contains a frame header byte set value; and if the frame header of the single frame of data contains the frame header byte set value, removing the frame header byte set value.
In the data analysis device in the embodiment of the invention, the setting values of the frame header bytes are different according to different communication protocols, different communication protocols correspond to different frame header bytes, and the setting values of the frame header bytes corresponding to each communication protocol are fixed. Therefore, the specific steps of the extracting module 303 in removing the header byte in the single frame data are as follows: firstly, acquiring a frame header byte set value corresponding to a communication protocol, judging whether a frame header byte of each single frame data contains the frame header byte set value, and if the frame header byte of each single frame data contains the frame header byte set value, removing the frame header byte in the single frame data.
Further, the extracting module 303 is further specifically configured to: acquiring the number of bytes at the tail of the frame; and removing the frame tail bytes in the single frame data according to the number of the tail bytes.
In the data analysis device in the embodiment of the present invention, since the number of bytes at the end of a frame in each single frame of data is fixed, the specific steps of the extraction module 303 for removing the bytes at the end of a frame in the single frame of data are as follows: firstly, acquiring the number of bytes at the tail of a frame in a corresponding communication protocol, and then removing the number of bytes which is the same as the number of bytes at the tail of the frame from the tail end of single-frame data so as to acquire the data bytes.
Further, the conversion module 304 is further specifically configured to: acquiring the number of bytes of single data; dividing the extracted data bytes of each single frame of data into a plurality of single data bytes according to the number of data bytes; and carrying out binary conversion on a plurality of single data bytes one by one.
According to the data analysis device in the embodiment of the invention, the data bytes in each single frame of data are obtained according to the modules, the general data bytes comprise a plurality of data, and the number of bytes occupied by each data is fixed. Therefore, the specific steps of the conversion module 304 are: acquiring the number of bytes occupied by each single data in a corresponding communication protocol, dividing the acquired data bytes according to the number of data bytes to obtain a plurality of single data bytes, carrying out binary conversion on each single data byte, converting the data with the first binary format into the data with the second binary format, wherein the data with the second binary format is the finally obtained required data, and an engineer knows the data transmission information of the current equipment of the equipment according to the finally obtained data to facilitate maintenance.
The device processes the whole process: the method comprises the steps of firstly obtaining a data message, segmenting the data message into a plurality of single-frame data, then removing a frame header byte and a frame tail byte in each single-frame data to obtain a data byte, then segmenting the data byte to generate a plurality of single data bytes, finally carrying out binary conversion on each single data byte, converting the single data byte with a first binary format into the single data byte with a second binary format, wherein the single data byte with the second binary format is a required byte, and the scheme can efficiently analyze the data message.
Based on the above-provided data parsing method, another aspect of the present invention provides a computer-readable storage medium, the storage medium comprising a set of computer-executable instructions, which when executed, are configured to:
firstly, acquiring a data message; and then judging whether the data message has a frame header byte or not, and if so, decomposing the data message into a plurality of single-frame data by taking the previous byte of the frame header byte as a segmentation point.
Then acquiring a frame header byte set value, and judging whether the frame header of each single frame of data contains the frame header byte set value; and if the frame header of the single-frame data contains the frame header byte set value, removing the frame header byte in the single-frame data.
Then acquiring the number of bytes at the tail of the frame in the corresponding communication protocol, and removing the number of bytes which is the same as the number of bytes at the tail of the frame from the tail end of the single-frame data so as to acquire the data bytes.
And acquiring the number of bytes occupied by each single data in the corresponding communication protocol, and dividing the acquired data bytes according to the number of data bytes to obtain a plurality of single data bytes.
And finally, carrying out binary conversion on each single data byte, converting the data with the first binary format into the data with the second binary format, wherein the data with the second binary format is the finally obtained required data, and an engineer knows the data transmission information of the current equipment of the equipment according to the finally obtained data so as to facilitate maintenance.
The computer instructions implement a process: the method comprises the steps of firstly obtaining a data message, segmenting the data message into a plurality of single-frame data, then removing a frame header byte and a frame tail byte in each single-frame data to obtain a data byte, then segmenting the data byte to generate a plurality of single data bytes, finally carrying out binary conversion on each single data byte, converting the single data byte with a first binary format into the single data byte with a second binary format, wherein the single data byte with the second binary format is a required byte, and the scheme can efficiently analyze the data message.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A method for data parsing, the method comprising:
acquiring a data message;
decomposing the data message into a plurality of single-frame data according to frames;
removing header bytes and trailer bytes in the single frame data to obtain data bytes of the single frame data for each of the plurality of single frame data;
the removing the tail bytes in the single frame data specifically includes: acquiring the number of bytes at the tail of the frame; removing the frame tail bytes of the single frame data according to the tail byte number;
and carrying out the binary conversion on the extracted data bytes of each single frame data.
2. The method according to claim 1, wherein the removing the header byte in the single frame data specifically comprises:
acquiring a frame header byte set value;
judging whether the frame header of the single frame data contains the frame header byte set value;
and if the frame header of the single frame data contains the frame header byte set value, removing the frame header byte.
3. The method according to claim 1, wherein the performing the binary conversion on the data bytes of each extracted single frame data specifically comprises:
acquiring the number of bytes of data;
dividing the extracted data bytes of each single frame of data into a plurality of single data bytes according to the number of the data bytes;
and carrying out binary conversion on the plurality of single data bytes one by one.
4. The method according to any one of claims 1 to 3, wherein the data message is a hexadecimal character;
correspondingly, the data bytes of each extracted single frame data are subjected to the binary conversion, and the binary conversion comprises the following steps:
and converting the extracted data bytes of each single frame of data from hexadecimal characters into decimal characters.
5. A data parsing apparatus, the apparatus comprising:
an acquisition module; for obtaining a data message;
a decomposition module; the data message is decomposed into a plurality of single-frame data according to frames;
an extraction module; the data processing device is used for removing a frame header byte and a frame tail byte in the single frame data aiming at each single frame data in the plurality of single frame data to obtain a data byte of the single frame data;
the extracting module is specifically configured to, when the removing the frame end byte in the single frame data is performed: acquiring the number of bytes at the tail of the frame; removing the frame tail bytes of the single frame data according to the tail byte number;
a conversion module; for carrying out the binary conversion on the data bytes of each extracted single frame data.
6. The apparatus of claim 5,
the extraction module is specifically configured to: and removing a frame header byte and a frame tail byte in the single frame data aiming at each single frame data in the plurality of single frame data to obtain a data byte of the single frame data.
7. The apparatus of claim 5,
the extraction module is further specifically configured to: acquiring a frame header byte set value; judging whether the frame header of the single frame data contains the frame header byte set value; and if the frame header of the single frame data contains the frame header byte set value, removing the frame header byte.
8. A computer-readable storage medium comprising a set of computer-executable instructions which, when executed, perform a data parsing method as claimed in any one of claims 1-4.
CN201910566501.9A 2019-06-27 2019-06-27 Data analysis method and device and computer readable storage medium Active CN110213297B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910566501.9A CN110213297B (en) 2019-06-27 2019-06-27 Data analysis method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910566501.9A CN110213297B (en) 2019-06-27 2019-06-27 Data analysis method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN110213297A CN110213297A (en) 2019-09-06
CN110213297B true CN110213297B (en) 2022-01-18

Family

ID=67794917

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910566501.9A Active CN110213297B (en) 2019-06-27 2019-06-27 Data analysis method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN110213297B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111339370B (en) * 2019-12-11 2023-08-11 山东航空股份有限公司 Quick decoding method for airplane QAR data
CN113034878B (en) * 2021-03-09 2022-04-22 何思源 Universal household appliance remote control device with self-defined voice control

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508455B (en) * 2011-09-26 2014-07-09 深圳市锦瑞电子有限公司 Control method and system of biochemical analyzer
CN102628933B (en) * 2012-04-26 2013-07-17 中国科学院东北地理与农业生态研究所 Data processing and imaging method for multi-frequency microwave radiometer
US8954935B2 (en) * 2013-03-14 2015-02-10 Pivotal Software, Inc. Method and system that filters byte-code instrumentation at the instrumentation level
CN109510686B (en) * 2018-09-13 2022-05-31 红色江山(湖北)导航技术有限公司 Universal binary stream data conversion processing method
CN109739747A (en) * 2018-12-13 2019-05-10 西安现代控制技术研究所 A kind of general analytic method of serial communication information protocol

Also Published As

Publication number Publication date
CN110213297A (en) 2019-09-06

Similar Documents

Publication Publication Date Title
CN108600192B (en) Regular expression based DBC file analysis and message analysis method
CN111970353B (en) Data processing method and device for heterogeneous equipment in Internet of things of cloud computing platform
CN110213297B (en) Data analysis method and device and computer readable storage medium
CN111294235B (en) Data processing method, device, gateway and readable storage medium
CN109995588B (en) Flexible Ethernet link management method and system
CN106713351B (en) Secure communication method and device based on serial server
CN111917753B (en) Modbus TCP message analysis method based on bit field
CN110225061B (en) Heterogeneous protocol conversion method and device based on flow table driving
CN114500605A (en) Industrial Internet of things data transmission method based on 5G and intelligent gateway
CN111831540A (en) Debugging information processing method, processing device and storage medium
CN113613289A (en) Bluetooth data transmission method, system and communication equipment
CN113032358B (en) Water affair data processing method and device and terminal equipment
CN111294261A (en) Signal processing method, signal processing device, computer equipment and storage medium
CN116032694B (en) Real-time block data reading method based on industrial Internet of things gateway
CN111371736B (en) iOAM information processing method, iOAM information processing device and computer readable storage medium
CN114629917B (en) Data processing method and device for cross-system communication and electronic equipment
CN111080362A (en) Advertisement monitoring system and method
CN106878431B (en) Method and device for converting node communication message format in distributed system
CN114567682B (en) Equipment state monitoring method and signal maintenance support system
CN112217896A (en) JSON message conversion method and related device
CN113596097B (en) Log transmission method and electronic equipment
CN115421996B (en) Efficient semi-automatic abnormal data processing method and system
CN109450826B (en) Message processing method and device
CN112702340B (en) Historical message compression method and system, computing equipment and storage medium thereof
EP4395402A1 (en) Forward message processing method and apparatus, forward interface, communication device, and computer-readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Pu Xiao

Inventor after: Xu Huayang

Inventor after: Wang Liping

Inventor after: Liu Deli

Inventor after: Wang Zhichao

Inventor after: Liu Yanyu

Inventor after: Pu Ting

Inventor before: Xu Huayang

Inventor before: Wang Liping

Inventor before: Liu Deli

Inventor before: Wang Zhichao

Inventor before: Liu Yanyu

Inventor before: Pu Ting