CN115297194A - Data processing method, device and equipment of wind power monitoring equipment and storage medium - Google Patents

Data processing method, device and equipment of wind power monitoring equipment and storage medium Download PDF

Info

Publication number
CN115297194A
CN115297194A CN202211224431.7A CN202211224431A CN115297194A CN 115297194 A CN115297194 A CN 115297194A CN 202211224431 A CN202211224431 A CN 202211224431A CN 115297194 A CN115297194 A CN 115297194A
Authority
CN
China
Prior art keywords
wind power
quic
power monitoring
packet
data processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211224431.7A
Other languages
Chinese (zh)
Inventor
冯建设
田志国
沈世通
李一帆
陈功
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CITIC Holdings Co Ltd
Shenzhen Xinrun Fulian Digital Technology Co Ltd
Original Assignee
CITIC Holdings Co Ltd
Shenzhen Xinrun Fulian Digital 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 CITIC Holdings Co Ltd, Shenzhen Xinrun Fulian Digital Technology Co Ltd filed Critical CITIC Holdings Co Ltd
Priority to CN202211224431.7A priority Critical patent/CN115297194A/en
Publication of CN115297194A publication Critical patent/CN115297194A/en
Pending legal-status Critical Current

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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • H04L63/045Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply hybrid encryption, i.e. combination of symmetric and asymmetric encryption
    • 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 data processing method, a device, equipment and a storage medium of wind power monitoring equipment, which belong to the technical field of communication, and the method comprises the following steps: packaging a TCP stream to be sent of preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging; sending the QUIC packet to a server; determining whether the server successfully receives the QUIC packet; and if the server successfully receives the QUIC packet, determining that the current transmission condition is normal. In the method, only the original data need to be packaged at the client, the system kernel does not need to be modified, and the transmission speed of the packaged QUIC packet is higher based on the transmission of the QUIC protocol, so that the data transmission efficiency is improved when the wind power monitoring equipment transmits the data back.

Description

Data processing method, device and equipment of wind power monitoring equipment and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a data processing method, an apparatus, a device, and a storage medium for wind power monitoring equipment.
Background
Aiming at the network packet loss phenomenon which often occurs when the wind power monitoring equipment carries out data return, the algorithm based on the TCP protocol firstly suspends the transmission of the current data queue, then waits for the confirmation to be overtime, and then the intermediate server side retransmits the data packet, namely if the data transmission is carried out based on the TCP protocol, the transmission queue is blocked when the packet is lost, so that the efficiency of the data transmission is seriously reduced, namely the problem that the efficiency of the data transmission is low when the wind power monitoring equipment carries out the data return in the prior art exists.
The above is only for the purpose of assisting understanding of the technical solutions of the present application, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a data processing method, a data processing device, data processing equipment and a storage medium of wind power monitoring equipment, and aims to solve the problem that in the prior art, when the wind power monitoring equipment loses packet, the data transmission efficiency is low.
In order to achieve the above object, the present application provides a data processing method for a wind power monitoring device, where the method includes:
packaging a TCP stream to be sent of preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging;
sending the QUIC packet to a server;
determining whether the server successfully receives the QUIC packet;
and if the server side is determined to successfully receive the QUIC packet, determining that the current transmission condition is normal.
Optionally, the step of determining whether the QUIC packet is successfully received by the server includes:
determining a unique identification of each of the QUIC packets;
and if the unique identification acknowledgement signal is received within a preset reasonable round-trip delay, determining that the service end successfully receives the QUIC packet.
Optionally, the step of encapsulating, based on a QUIC protocol, a TCP stream to be sent by a preset wind power monitoring device to obtain a QUIC packet includes:
and adding a new packet header to the TCP packet corresponding to the TCP stream based on a QUIC protocol to obtain the QUIC packet.
Optionally, the packaging includes encryption, and the step of sending the QUIC packet to the server includes:
encrypting the QUIC packet;
and sending the encrypted QUIC packet to the server through an intermediate server.
Optionally, the IP addresses of the server and the intermediate server are different.
Optionally, the step of encrypting the QUIC packet includes:
and encrypting the QUIC packet by adopting a mode of combining symmetric encryption and asymmetric encryption.
Optionally, the step of sending the QUIC packet to the server includes:
and dynamically adjusting the rate of sending the QUIC packet based on a custom algorithm.
In addition, in order to achieve the above object, the present application further provides a data processing apparatus of a wind power monitoring device, the data processing apparatus of the wind power monitoring device includes:
the packaging module is used for packaging a TCP stream to be sent of the preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging;
the sending module is used for sending the QUIC packet to a server;
the first determining module is used for determining whether the server successfully receives the QUIC packet;
and the second determining module is used for determining that the current transmission condition is normal if the server successfully receives the QUIC packet.
In addition, in order to achieve the above object, the present application further provides a data processing device of a wind power monitoring device, the data processing device of the wind power monitoring device is an entity node device, and the data processing device of the wind power monitoring device includes: the system comprises a memory, a processor and a data processing program of the wind power monitoring equipment, wherein the data processing program of the wind power monitoring equipment is stored in the memory and can be operated on the processor, and the processor executes the data processing program of the wind power monitoring equipment to realize the steps of the data processing method of the wind power monitoring equipment.
In addition, in order to achieve the above object, the present application further provides a storage medium, where a program for implementing the data processing method of the wind power monitoring device is stored on the storage medium, and when the program for processing the data of the wind power monitoring device is executed by a processor, the steps of the data processing method of the wind power monitoring device are implemented.
Compared with the prior art that the data transmission efficiency is low when the wind power monitoring equipment loses packets, the method, the device, the equipment and the storage medium for processing the data of the wind power monitoring equipment have the advantages that a preset TCP stream to be sent of the wind power monitoring equipment is packaged based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging; sending the QUIC packet to a server; determining whether the server successfully receives the QUIC packet; and if the server side is determined to successfully receive the QUIC packet, determining that the current transmission condition is normal. According to the method, original data are packaged only at a client side without modifying a system kernel, and the transmission speed of the QUIC packet after the package is transmitted based on the QUIC protocol is higher than that of the original TCP packet transmitted based on the TCP protocol, so that the data transmission efficiency is improved when the wind power monitoring equipment transmits data back.
Drawings
FIG. 1 is a schematic flow diagram relating to an embodiment of the present application;
FIG. 2 is a diagram of a protocol architecture to which an embodiment of the present application relates;
fig. 3 is a schematic diagram of an equipment structure of a hardware operating environment related to the data processing method of the wind power monitoring equipment according to the present application.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
In a common embodiment of the data processing method of the wind power monitoring device, referring to fig. 1, the data processing method is applied to a data processing device of the wind power monitoring device, and the data processing method of the wind power monitoring device includes:
step S10, packaging a TCP stream to be sent of a preset wind power monitoring device based on a QUIC protocol to obtain a QUIC packet, wherein during packaging, the content to be sent of the TCP stream is not changed;
step S20, the QUIC packet is sent to a server;
step S30, determining whether the service end successfully receives the QUIC packet;
and step S40, if the server side is determined to successfully receive the QUIC packet, determining that the current transmission condition is normal.
In this embodiment, the wind power monitoring device is a monitoring device disposed in a wind turbine generator room for monitoring the operation condition of a bearing of the wind turbine generator.
In this embodiment, the packet loss refers to that data of one or more data packets cannot reach a destination through a network, where the data packet is a TCP packet, and the TCP packet includes a TCP header and a TCP packet data portion.
In this embodiment, the reasons for the packet loss may be various, including that the data packet is damaged, defective network hardware, network failure, etc. In this embodiment, the wind power generator is arranged in a suburb with a sparser base station, so that the network state of the environment where the wind power generator is located is not ideal, and in addition, when the wind power generator operates, strong electromagnetic interference may be generated on the wind power monitoring device, so that the problem of network packet loss may occur in the wind power monitoring device.
In this embodiment, each data packet corresponds to a unique identifier, and the unique identifier of the data packet enables the receiving end to receive data in sequence. And the receiving end returns corresponding confirmation signals to the successfully received data packets, each data packet corresponds to a reasonable round-trip time delay, and if the generating end does not receive the confirmation signal of the unique identifier within the preset reasonable round-trip time delay, the packet loss of the transmitting end is determined.
As an example, each data packet corresponds to a unique sequence number, and the sequence number of the data packet enables the receiving end to receive data in sequence. And the receiving end returns a corresponding confirmation signal to the successfully received data packet, each data packet corresponds to a reasonable round-trip time delay, and if the wind power monitoring equipment does not receive the confirmation signal of the unique identifier within the preset reasonable round-trip time delay, the packet loss of the wind power monitoring equipment is determined.
In this embodiment, when the wind power monitoring device loses packets, a problem of head of line blocking occurs in a data packet (TCP packet) queue originally transmitted based on a TCP protocol, when the head of line blocks to a certain extent, a congestion control algorithm is directly triggered, the congestion control algorithm of the TCP is designed in a system kernel, and the congestion control algorithm of the TCP strictly limits a transmission bandwidth to realize a great reduction of a current transmission speed. While in the down-speed process, the bandwidth is often limited to unreasonable levels, and the current transmission speed is extremely low. Therefore, when the wind power monitoring equipment loses packets, the data transmission efficiency is low, and when the wind power monitoring equipment loses packets, the problem that the transmission speed is greatly reduced due to packet loss needs to be solved urgently.
In this embodiment, a preset TCP stream to be sent of the wind power monitoring device is encapsulated based on a QUIC protocol to obtain a QUIC packet, wherein during encapsulation, the content to be sent of the TCP stream is not changed;
sending the QUIC packet to a server; determining whether the server successfully receives the QUIC packet;
and if the server successfully receives the QUIC packet, determining that the current transmission condition is normal.
The method comprises the following specific steps:
step S10, packaging a TCP stream to be sent of a preset wind power monitoring device based on a QUIC protocol to obtain a QUIC packet, wherein during packaging, the content to be sent of the TCP stream is not changed;
in this embodiment, a QUIC (Quick UDP Internet Connection) protocol is used to transmit data, a congestion control algorithm of the QUIC is designed in an application layer, and a user can customize the congestion control algorithm of the congestion control algorithm QUIC according to different transmission tasks, including BBR and CUBIC, and when the packet loss rate is high, the performance of BBR is superior to that of CUBIC, and in this embodiment, the BBR algorithm is used to perform congestion control. The reason for encapsulating the original TCP packet based on the QUIC protocol is that, because the original data packet is a TCP packet and the transmission protocol in this embodiment is a QUIC, if the data packet to be transmitted conflicts with the transmission protocol, the original TCP data packet needs to be re-encapsulated into a QUIC packet that does not conflict with the current transmission protocol QUIC, and during encapsulation, the content to be transmitted of the TCP stream is not changed.
Step S10, packaging a TCP stream to be sent of the preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the step comprises the following steps:
and adding a new packet header to the TCP packet corresponding to the TCP stream based on a QUIC protocol to obtain the QUIC packet.
In this embodiment, a new packet header is added to a TCP packet corresponding to the TCP flow based on a QUIC protocol, and the manner of obtaining the QUIC packet includes methods of adding a new packet header and repackaging.
As an example, the encapsulation is performed by adding a new header to the original TCP packet.
Step S20, the QUIC packet is sent to a server;
in this embodiment, the server is a server performing data interaction with another system, and the server can avoid the problem of data leakage caused by direct interconnection of databases of the two systems.
In the embodiment, when the transmission is based on the QUIC, 0-RTT handshake can be realized, the handshake process is simplified, and the transmission based on the QUIC can effectively reduce the time delay for establishing the connection.
In this embodiment, after the QUIC packet is obtained by encapsulation, the QUIC packet is sent to the server.
Step S30, determining whether the server successfully receives the QUIC packet;
in this embodiment, it is determined whether the server successfully received the QUIC packet.
Step S30, the step of determining whether the server successfully receives the QUIC packet includes:
step S31, determining the unique identification of each QUIC packet;
and step S32, if the confirmation signal of the unique identifier is received within a preset reasonable round-trip delay, determining that the server successfully receives the QUIC packet.
In this embodiment, if the client receives an acknowledgement signal returned by the server within a preset reasonable time delay, it is determined that the server successfully receives the content of the QUIC packet.
And step S40, if the server side is determined to successfully receive the QUIC packet, determining that the current transmission condition is normal.
In this embodiment, if it is determined that the server successfully receives the QUIC packet, it is determined that the current transmission status is normal.
Compared with the prior art that the data transmission efficiency is low when the wind power monitoring equipment loses packets, the data processing method, the data processing device, the equipment and the storage medium of the wind power monitoring equipment are provided, in the data processing method, a TCP stream to be sent of preset wind power monitoring equipment is packaged based on a QUIC protocol to obtain a QUIC packet, and during packaging, the content to be sent of the TCP stream is not changed; sending the QUIC packet to a server; determining whether the server successfully receives the QUIC packet; and if the server side is determined to successfully receive the QUIC packet, determining that the current transmission condition is normal. In the method, only the original data are packaged at the client without modifying a system kernel, and the transmission speed of the packaged QUIC packet is higher than that of the original TCP packet transmitted based on the TCP protocol, so that the data transmission efficiency is improved when the wind power monitoring equipment transmits the data back.
Example two
Further, based on the first embodiment of the present application, another embodiment of the present application is provided, in which the encapsulating includes encrypting, and in step S20, the step of sending the QUIC packet to the server includes: encrypting the QUIC packet;
and sending the encrypted QUIC packet to the server through an intermediate server.
Step A1: encrypting the QUIC packet;
wherein the step of encrypting the QUIC packet comprises:
and encrypting the QUIC packet by adopting a mode of combining symmetric encryption and asymmetric encryption.
In the embodiment, the symmetric encryption is that the encryption key is the same as the decryption key, and the symmetric encryption algorithm includes AES. The encryption speed is high based on a symmetric encryption algorithm, and the problem of secret key leakage exists when the link is established for the first time.
In the embodiment, the asymmetric encryption is that the encryption key is different from the decryption key, and the asymmetric encryption algorithm includes RSA and ECDSA. The security of encryption is high based on an asymmetric encryption algorithm, but the encryption speed is slow.
In this embodiment, after performing key exchange by using an asymmetric encryption algorithm and signature verification, symmetric encryption is performed, and finally hash verification is performed.
Step A2: and sending the encrypted QUIC packet to the server through an intermediate server.
In this embodiment, after the hybrid encryption combining the asymmetric encryption and the symmetric encryption, a predetermined port is determined, where the client port is consistent with the intermediate server port, and as an example, the predetermined port is an 8080 port. And sending the QUIC packet to an 8080 port preset by an intermediate server based on an 8080 port preset by the client, and if the client receives a confirmation signal returned by the intermediate server within a preset reasonable time delay, determining that the intermediate server successfully receives the QUIC packet. And the intermediate server decrypts the received QUIC packet, and specifically, the intermediate server decrypts the received QUIC packet by using a private key based on a QUIC protocol to restore an original TCP packet. And after the intermediate server side is determined to successfully decrypt the received QUIC packet into an original TCP packet, the intermediate server side sends the original TCP packet to a forwarding address, wherein the forwarding address is the address of the server side, and the IP addresses of the server side and the intermediate server side are the same. And if the client receives a confirmation signal returned by the server within a preset reasonable time delay, the server is determined to successfully receive the content of the QUIC packet.
In the implementation, the encryption step is added on the basis of the packaged QUIC packet, and a mixed encryption mode combining symmetric encryption and asymmetric encryption is adopted for encryption, so that the influence degree caused by data leakage and data damage during plaintext transmission is reduced to a certain extent, the safety of the wind power monitoring equipment during data return is ensured, the safety of the wind power monitoring equipment during data return is indirectly related to the efficiency of data transmission, and the data transmission efficiency of the wind power monitoring equipment during data return is indirectly improved by adding the encryption step.
EXAMPLE III
Further, based on the first embodiment and the second embodiment in the present application, another embodiment of the present application is provided, in which the IP addresses of the server and the intermediate server are different.
In this embodiment, the difference between the IP addresses of the server and the intermediate server means that the server and the intermediate server are deployed at different positions, and data packets of the server and the intermediate server are spatially isolated, so that the access right of the server can be customized, and if only the right is opened to the intermediate server, only the intermediate server can obtain data, so that malicious attack behaviors of an attacker on the server can be shielded.
In this embodiment, the step of the server side and the intermediate server side having different IP addresses is added, so that the hidden danger of data leakage of the server side when the server side and the intermediate server side have the same IP address is avoided, the security of the server side is ensured to a certain extent, and the security of the server side also affects the efficiency of data transmission, that is, the data transmission efficiency when the wind power monitoring device performs data return is further improved.
Example four
Further, based on all the above embodiments in the present application, another embodiment of the present application is provided, in which step S20, the step of sending the QUIC packet to the server includes:
and dynamically adjusting the rate of sending the QUIC packet based on a custom algorithm.
In this embodiment, because the BBR algorithm in the QUIC protocol continuously detects the maximum bandwidth and the minimum RTT of the current network to control the packet transmission interval and the number of data packets at the transmitting end during the connection process, the packet transmission rate needs to be continuously adjusted based on the current network, specifically, during the continuous connection process of the TCP, the current bandwidth is calculated when an AKC is received, wherein the method for calculating the current bandwidth is to record the number of ACK packets received within a preset time interval after the packet transmission, the quotient of the number of ACK packets and the preset time interval, that is, the current bandwidth, and the maximum value in the current bandwidth, that is, the maximum bandwidth. And directly bubbling to acquire the minimum RTT, wherein the minimum RTT represents the best RTT once reached, and the state of the BBR state machine is determined based on the maximum bandwidth and the minimum RTT, and the state of the BBR state machine can determine the current maximum capacity. And determining the packet sending rate of the sending end, namely the packet sending time interval and the packet sending number based on the state of the state machine.
In this embodiment, the BBR algorithm in the QUIC protocol is not used to adjust the packet sending rate, but the rate of sending the QUIC packets is set in a customized manner based on a customized algorithm.
In this embodiment, a step of adding a custom algorithm to control the packet sending rate of the client is added, so that detection tasks when the packet sending rate is continuously adjusted based on the current network are reduced, that is, the data transmission efficiency when the wind power monitoring device returns data is further improved.
EXAMPLE five
Further, based on all the embodiments described above, another embodiment of the present application is provided, in which, as shown in fig. 2, the protocol architecture includes a high-layer service part and a network function part. The high-level service part comprises an application layer, a presentation layer, a session layer, a transport layer and a network function part, wherein the network function part comprises a network layer, a data link layer and a physical layer. The application layer converts original data into binary data, the presentation layer is responsible for defining a presentation method of information, the session layer is responsible for controlling dialogue between presentation layer entities, the transport layer divides the binary data into a plurality of data segments and encapsulates protocol headers corresponding to a transmission protocol, the network layer encapsulates the data segments transmitted from the transport layer into IP headers to obtain data packets, the data link layer encapsulates the data transmitted from the network layer into MAC headers, and the physical layer converts the data into electric signals to be transmitted in a network.
As an example, the original data is encapsulated as follows, an application layer converts original data to be transmitted into binary data and transmits the binary data to a presentation layer, the presentation layer performs mixed encryption combining symmetric encryption and asymmetric encryption on the binary data and transmits the binary data to a session layer, the session layer establishes sessions between users on different devices and transmits the sessions to a transport layer, the transport layer divides the encrypted data into a plurality of data segments and encapsulates QUIC headers corresponding to a QUIC protocol, the transport layer transmits data segments with the QUIC headers to a network layer, the network layer encapsulates the received data segments to obtain QUIC packets, the data link layer receives the QUIC packets transmitted by the network layer and encapsulates the QUIC headers, and the physical layer converts the data into electrical signals and transmits the electrical signals to a receiving party.
As an example, the original data is decapsulated as the reverse process of encapsulation, the original data is decapsulated as follows, the physical layer converts the electrical signal into binary data and sends the binary data to the data link layer, the data link layer checks the MAC address, if the MAC address is not its own address, the binary data is discarded, if the MAC address is its own address, the MAC header is removed and transmission continues, the network layer checks whether the IP address of the received binary data without the MAC header is its own address, if not, the data is discarded, if the MAC address is its own address, the IP header is removed and the data is sent to the transport layer, the transport layer determines the destination of the received binary data without the IP header, and based on the destination, the data is sent to the session layer, the presentation layer, and the application layer converts the data from the binary form into the original data form according to the transmission protocol.
Example six
Further, based on all the above embodiments, another embodiment of the present application is provided, in which a data processing apparatus of a wind power monitoring device is provided, the apparatus includes:
the packaging module is used for packaging a TCP stream to be sent of the preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging;
the sending module is used for sending the QUIC packet to a server;
the first determining module is used for determining whether the service end successfully receives the QUIC packet;
and the second determining module is used for determining that the current transmission condition is normal if the server successfully receives the QUIC packet.
Optionally, the apparatus is configured to implement:
determining a unique identification of each of the QUIC packets;
and if the unique identification acknowledgement signal is received within a preset reasonable round-trip delay, determining that the server successfully receives the QUIC packet.
Optionally, the apparatus is configured to implement:
and adding a new packet header to the TCP packet corresponding to the TCP stream based on a QUIC protocol to obtain the QUIC packet.
Optionally, the apparatus is configured to implement:
encrypting the QUIC packet;
and sending the encrypted QUIC packet to the server through an intermediate server.
Optionally, the apparatus is configured to implement:
and the IP addresses of the server and the intermediate server are different.
Optionally, the apparatus is configured to implement:
and encrypting the QUIC packet by adopting a mode of combining symmetric encryption and asymmetric encryption.
Optionally, the apparatus is configured to implement:
and dynamically adjusting the rate of sending the QUIC packet based on a custom algorithm.
The specific implementation of the data processing apparatus of the wind power monitoring device of the present application is substantially the same as that of each embodiment of the data processing method of the wind power monitoring device, and is not described herein again.
EXAMPLE seven
Further, based on all the above embodiments, another embodiment of the present application is provided, and in this embodiment, a data processing device of a wind power monitoring device is provided, where the data processing device of the wind power monitoring device is an entity node device, and the data processing device of the wind power monitoring device includes: the system comprises a memory, a processor and a program stored on the memory and used for realizing the data processing method of the wind power monitoring equipment, wherein the memory is used for storing the program used for realizing the data processing method of the wind power monitoring equipment; the processor is configured to execute a program for implementing the data processing method of the wind power monitoring device, so as to implement the steps of the data processing method of the wind power monitoring device in the foregoing embodiment.
Referring to fig. 3, fig. 3 is a schematic device structure diagram of a hardware operating environment according to an embodiment of the present application.
As shown in fig. 3, the data processing device of the wind power monitoring device may include: a processor 1001, such as a CPU, a memory 1005, and a communication bus 1002. The communication bus 1002 is used to realize connection and communication between the processor 1001 and the memory 1005. The memory 1005 may be a high-speed RAM memory or a non-volatile memory such as a disk memory. The memory 1005 may alternatively be a memory device separate from the processor 1001 described above.
Optionally, the data processing device of the wind power monitoring device may further include a network interface, an audio circuit, a display, a connection line, a sensor, an input module, and the like, where the network interface may optionally include a standard wired interface, a wireless interface (such as a WI-FI interface, a bluetooth interface), and the input module may optionally include a Keyboard (Keyboard), a system soft Keyboard, a voice input, a wireless receiving input, and the like.
Those skilled in the art will appreciate that the data processing device structure of the wind power monitoring device does not constitute a limitation of the data processing device of the wind power monitoring device, and may include more or less components than those shown, or some components may be combined, or different component arrangements may be adopted.
The memory as a kind of computer storage medium may include an operating system, an information exchange module, and a data processing program of the wind power monitoring device. The operating system is a program for managing and controlling hardware and software resources of the data processing equipment of the wind power monitoring equipment, and supports the operation of the data processing program of the wind power monitoring equipment and other software and/or programs. The information exchange module is used for realizing communication among all components in the memory and communication with other hardware and software in a data processing system of the wind power monitoring equipment.
In the data processing device of the wind power monitoring device, the processor is used for executing the data processing program of the wind power monitoring device stored in the memory, so as to realize the data processing steps of the wind power monitoring device.
The specific implementation of the data processing device of the wind power monitoring device in the present application is substantially the same as that of each embodiment of the data processing method of the wind power monitoring device, and is not described herein again.
Example eight
The embodiment of the present application provides a storage medium, and the storage medium stores one or more programs, and the one or more programs may also be executed by one or more processors to implement the steps of the data processing method of the wind power monitoring device in the above embodiment.
The specific implementation manner of the storage medium of the present application is substantially the same as that of each embodiment of the data processing method of the wind power monitoring device, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or system comprising the element.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM or RAM, magnetic disk, optical disk) as described above and includes several instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
The above description is only a preferred embodiment of the present application, and not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application, or which are directly or indirectly applied to other related technical fields, are included in the scope of the present application.

Claims (10)

1. A data processing method of wind power monitoring equipment is characterized by comprising the following steps:
packaging a TCP stream to be sent of preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging;
sending the QUIC packet to a server;
determining whether the server successfully receives the QUIC packet;
and if the server successfully receives the QUIC packet, determining that the current transmission condition is normal.
2. The data processing method of the wind power monitoring equipment according to claim 1, wherein the step of determining whether the QUIC packet is successfully received by the server comprises the following steps:
determining a unique identification of each of the QUIC packets;
and if the unique identification acknowledgement signal is received within a preset reasonable round-trip delay, determining that the service end successfully receives the QUIC packet.
3. The data processing method of the wind power monitoring device according to claim 1, wherein the step of encapsulating a TCP stream to be sent by a preset wind power monitoring device based on a QUIC protocol to obtain a QUIC packet comprises:
and adding a new packet header to the TCP packet corresponding to the TCP stream based on a QUIC protocol to obtain the QUIC packet.
4. The data processing method of the wind power monitoring equipment according to claim 1, wherein the packaging includes encryption, and the step of sending the QUIC packet to the server includes:
encrypting the QUIC packet;
and sending the encrypted QUIC packet to the server through an intermediate server.
5. The data processing method of the wind power monitoring equipment according to claim 4, wherein the IP addresses of the server and the intermediate server are different.
6. The data processing method of wind power monitoring equipment according to claim 4, wherein the step of encrypting the QUIC packet comprises:
and encrypting the QUIC packet by adopting a mode of combining symmetric encryption and asymmetric encryption.
7. The data processing method of the wind power monitoring equipment according to claim 4, wherein the step of sending the QUIC packet to the server side comprises:
and dynamically adjusting the rate of sending the QUIC packet based on a custom algorithm.
8. The utility model provides a wind-powered electricity generation supervisory equipment's data processing apparatus which characterized in that, wind-powered electricity generation supervisory equipment's data processing apparatus includes:
the packaging module is used for packaging a TCP stream to be sent of the preset wind power monitoring equipment based on a QUIC protocol to obtain a QUIC packet, wherein the content to be sent of the TCP stream is not changed during packaging;
the sending module is used for sending the QUIC packet to a server;
the first determining module is used for determining whether the server successfully receives the QUIC packet;
and the second determining module is used for determining that the current transmission condition is normal if the server side is determined to successfully receive the QUIC packet.
9. A data processing device of a wind power monitoring device is characterized by comprising a memory, a processor and a data processing program of the wind power monitoring device, wherein the data processing program of the wind power monitoring device is stored on the memory and can run on the processor, and the processor executes the steps of the data processing program of the wind power monitoring device to realize the data processing method of the wind power monitoring device as claimed in any one of claims 1 to 7.
10. A storage medium, characterized in that the storage medium has stored thereon a program for implementing a data processing method of a wind power monitoring apparatus, the program for implementing a data processing method of a wind power monitoring apparatus being executed by a processor to implement the steps of the data processing method of a wind power monitoring apparatus according to any one of claims 1 to 7.
CN202211224431.7A 2022-10-09 2022-10-09 Data processing method, device and equipment of wind power monitoring equipment and storage medium Pending CN115297194A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211224431.7A CN115297194A (en) 2022-10-09 2022-10-09 Data processing method, device and equipment of wind power monitoring equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211224431.7A CN115297194A (en) 2022-10-09 2022-10-09 Data processing method, device and equipment of wind power monitoring equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115297194A true CN115297194A (en) 2022-11-04

Family

ID=83833475

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211224431.7A Pending CN115297194A (en) 2022-10-09 2022-10-09 Data processing method, device and equipment of wind power monitoring equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115297194A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112039824A (en) * 2019-06-03 2020-12-04 上海哔哩哔哩科技有限公司 Communication method, system, device and computer readable storage medium
CN112039884A (en) * 2020-08-31 2020-12-04 浪潮云信息技术股份公司 Application of quick interconnection protocol QUIC in distributed database system
CN114095587A (en) * 2021-11-24 2022-02-25 恒安嘉新(北京)科技股份公司 Client, message sending and receiving method, device and storage medium
CN114143386A (en) * 2021-11-23 2022-03-04 广州三七极创网络科技有限公司 Communication method, system, equipment and storage medium based on QUIC protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112039824A (en) * 2019-06-03 2020-12-04 上海哔哩哔哩科技有限公司 Communication method, system, device and computer readable storage medium
CN112039884A (en) * 2020-08-31 2020-12-04 浪潮云信息技术股份公司 Application of quick interconnection protocol QUIC in distributed database system
CN114143386A (en) * 2021-11-23 2022-03-04 广州三七极创网络科技有限公司 Communication method, system, equipment and storage medium based on QUIC protocol
CN114095587A (en) * 2021-11-24 2022-02-25 恒安嘉新(北京)科技股份公司 Client, message sending and receiving method, device and storage medium

Similar Documents

Publication Publication Date Title
Grammatikis et al. Securing the Internet of Things: Challenges, threats and solutions
US8984268B2 (en) Encrypted record transmission
CN112468518B (en) Access data processing method and device, storage medium and computer equipment
CN106712932A (en) Secret key management method, device and system
Petullo et al. MinimaLT: minimal-latency networking through better security
CN107046495B (en) Method, device and system for constructing virtual private network
GB2411554A (en) Selecting encryption methods for secure transmission
CN111935212B (en) Security router and Internet of things security networking method based on security router
CN113904809B (en) Communication method, device, electronic equipment and storage medium
Lei et al. SecWIR: Securing smart home IoT communications via wi-fi routers with embedded intelligence
CN114844730A (en) Network system constructed based on trusted tunnel technology
US20080133915A1 (en) Communication apparatus and communication method
CN106161386B (en) Method and device for realizing IPsec (Internet protocol Security) shunt
Shahzad et al. Cryptography and authentication placement to provide secure channel for SCADA communication
CN115297194A (en) Data processing method, device and equipment of wind power monitoring equipment and storage medium
CN210839642U (en) Device for safely receiving and sending terminal data of Internet of things
US11791994B1 (en) Quantum cryptography in an internet key exchange procedure
CN111404947B (en) Lightweight control channel communication protection method and system in OpenFlow network
CN116389169B (en) Method for avoiding disorder and fragmentation of data packets of national security IPSecVPN gateway
CN116418602B (en) Metadata protection anonymous communication method and system based on trusted hardware
WO2023155520A1 (en) Network connection method and apparatus, device, storage medium, and program product
EP3920506A1 (en) Selective transport layer security encryption
Han et al. Lightweight Encryption Authentication Technology for Interconnection of Edge Devices in PDIoT
CN113905379A (en) Method for 5G base station to participate in local optimization of terminal security communication authentication
CN115834090A (en) Communication method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20221104