Movatterモバイル変換


[0]ホーム

URL:


CN110943803A - Data transmission control method based on erasure coding - Google Patents

Data transmission control method based on erasure coding
Download PDF

Info

Publication number
CN110943803A
CN110943803ACN201911247578.6ACN201911247578ACN110943803ACN 110943803 ACN110943803 ACN 110943803ACN 201911247578 ACN201911247578 ACN 201911247578ACN 110943803 ACN110943803 ACN 110943803A
Authority
CN
China
Prior art keywords
data
chunk
sending
data segment
transmission
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.)
Granted
Application number
CN201911247578.6A
Other languages
Chinese (zh)
Other versions
CN110943803B (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.)
Southwest Jiaotong University
Original Assignee
Southwest Jiaotong University
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 Southwest Jiaotong UniversityfiledCriticalSouthwest Jiaotong University
Priority to CN201911247578.6ApriorityCriticalpatent/CN110943803B/en
Publication of CN110943803ApublicationCriticalpatent/CN110943803A/en
Application grantedgrantedCritical
Publication of CN110943803BpublicationCriticalpatent/CN110943803B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明公开了一种基于纠删编码的数据传输控制方法,具体为:1、Chunk切分与纠删编码,并放入发送缓存;2、按照给定的发送速率从发送缓存中选择未传输的数据段进行传输;3、将收到的数据段放置到接收缓存中;4、Chunk重组与解码;5、对每个收到的数据段发送确认消息并反馈;6、根据接收端反馈消息的接收情况估计网络的可用带宽,以更新数据段的发送速率;本发明保证了当前网络的传输质量和网络带宽的有效利用,提高了稳定性,并减少了时延。

Figure 201911247578

The invention discloses a data transmission control method based on erasure coding, which specifically includes: 1. Chunk segmentation and erasure coding, and placing them in a sending buffer; 2. Selecting untransmitted data from the sending buffer according to a given sending rate 3. Put the received data segment into the receiving buffer; 4. Chunk reorganization and decoding; 5. Send confirmation message and feedback for each received data segment; 6. Feedback message according to the receiving end According to the receiving situation, the available bandwidth of the network is estimated to update the sending rate of the data segment; the present invention ensures the transmission quality of the current network and the effective utilization of the network bandwidth, improves the stability and reduces the time delay.

Figure 201911247578

Description

Data transmission control method based on erasure coding
Technical Field
The invention belongs to the field of data transmission, and particularly relates to a data transmission control method based on erasure coding.
Background
In wireless as well as wired networks, packet loss may occur in data being transmitted due to variations in channel quality or congestion. The underlying transport capabilities provided by the network tend to be unreliable. To achieve reliable data transmission in unreliable network environments, the most widely used design at present is to use the TCP protocol, and use the acknowledgement and retransmission mechanisms used therein to ensure effective delivery of data. The existing reliable data transmission protocols such as TCP are very sensitive to packet loss, which results in low utilization rate of bandwidth in an unreliable network.
Erasure coding techniques enable reliable data transmission in unreliable networks. For original data cut into X segments with the same size, erasure coding technology can code the original data into Y segments and ensure that the original data can be decoded as long as any X + Z segment is obtained. In practice, the value of Z is related to a specific encoding technique, and may be 0, or 1, 2, etc. After erasure coding is adopted, the transmitting and receiving parties do not need to accurately retransmit the lost data segment, and only need to ensure that the receiving end receives enough data. Erasure coding techniques can help the transceiving end not perform complex retransmission control on the lost packet, but face the problem of how to avoid transmission of redundant data and how to reduce transmission delay of data.
Disclosure of Invention
In view of the above problems, the present invention provides a data transmission control method based on erasure coding.
The invention relates to a data transmission control method based on erasure coding, which comprises the following steps:
step 1: chunk segmentation and encoding: inputting a file to be transmitted or streaming data, segmenting the file or the streaming data into a plurality of chunks, encoding each chunk into a plurality of data segments with equal size by using erasure correction codes, and putting the data segments into a sending cache;
step 2: data segment selection and transmission: selecting the untransmitted data segments from the sending buffer for transmission according to a given sending rate;
and step 3: and (3) receiving a data segment: placing the received data segment into a receiving cache;
and 4, step 4: chunk reorganization and decoding: attempting to decode the corresponding chunk after receiving the new data segment, and if the decoding is successful, performing streaming output on the chunk or reconstructing and restoring the chunk into a source data file;
and 5: confirmation and feedback: sending a confirmation message to each received data segment, and feeding back the number of data segments which need to be transmitted for completing decoding and corresponding to chunk;
step 6: bandwidth estimation and transmission control: estimating available bandwidth of the network according to the receiving condition of the feedback message of the receiving end so as to update the sending rate of the data segment; controlling the sending of the chunk residual data according to the number of the data segments required by the chunk fed back by the receiving end, so as to avoid redundant transmission of the data; and removing the data segment left by the transmitted chunk from the sending buffer.
Further, the sending rate of the data segment instep 2 is R, and the value of R is equal to the estimated available bandwidth Bw of the current path; the time interval for sending the data segments is v/R, wherein v is the length of the data segments; when a data segment is transmitted, selecting the chunk with the minimum number value which is not transmitted from the transmission buffer for checking to see whether the data segment needs to be selected for transmission.
The chunk check is as follows:
for chunk i, i represents a chunk number; setting the maximum number of the data segment sent by the current sending end as SiThe maximum data segment number that has received an acknowledgement is Ai(ii) a The total amount of data segments that have been sent by the chunk but have not yet been acknowledged is Si-Ai(ii) a The ratio of successful transmission of the transmission path is estimated as gammaiThen there is γ in these datai(Si-Ai) Can be received by the receiving end.
If chunk still requires OiThe decoding can be completed for each data segment, then at gammai(Si-Ai)<OiThen, selecting the data segment with the minimum number which is not transmitted from chunk i and sending the data segment to the receiving end, and updating Si(ii) a Otherwise, the same data segment selection and control is continued at the next chunk which has not been transmitted.
Further, the control method of the sending rate R is as follows:
(1) the sending rate R defaults to the maximum available bandwidth Bw supported by the network.
(2) The sending end continuously sends M data segments and then pauses; after the sending end receives N confirmation messages (the values of the data M and N are different according to different networks, and M is greater than N), the estimation of the available bandwidth Bw is immediately carried out: setting the duration between the first arrival and the last arrival acknowledgement message to T1; the minimum sending sequence number confirmed by the confirmation messages is A1, and the maximum sequence number is A2; then the available bandwidth of the current path is estimated to be N × v/T1, and the packet loss rate is estimated to be 1-N/(a2-a1+ 1).
(3) If the packet loss rate threshold caused by the non-congestion of the network path is set to be less, if 1-N/(A2-A1+1) > less, the sending end takes N x v/T1 as a new available bandwidth Bw value; otherwise, indicating that the bandwidth is not full, the sending rate may be increased, with N v/T1 θ as the new value of the available bandwidth Bw, where θ >1, representing the increased proportion of the sending rate, is a configurable parameter.
(4) If the N acknowledgement messages are not collected within the maximum acceptance time T, then (2) is returned.
(5) After the Bw finishes the first estimation, the sending end immediately adopts a new sending rate R to send the data segment; thereafter, each time an acknowledgment message is received, the sender performs the same calculations as described above based on the most recently received N acknowledgment messages.
Further, rateless coding or the like may be used as the erasure coding.
Compared with the prior art, the invention has the beneficial technical effects that:
1. the erasure correction coding is utilized to ensure that the system realizes reliable data transmission in an unreliable environment, and the transmission stability is ensured by automatically detecting and adjusting the transmission rate in a network environment with fluctuating bandwidth, so that the occurrence of congestion is avoided, and the transmission quality of the current network is ensured.
2. The available bandwidth in the network can be fully utilized while data transmission is avoided, and effective utilization of the network bandwidth is guaranteed.
3. The sending selection strategy of the data segments among different chunks ensures that the earlier chunk is transmitted with higher priority, reduces the time required for completing transmission of one chunk, and reduces the delay caused by introducing erasure coding technology.
Drawings
Fig. 1 is a schematic diagram of the transmission control operation of the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and the detailed description.
The design idea of the invention is as follows:
1. for a large file to be transmitted or continuously generated data to be transmitted, a data transmitting end divides the large file to be transmitted into a plurality of chunks, and each chunk is encoded into a plurality of data segments with the same size by adopting an erasure correcting encoding technology; each data segment obtained by coding can be just put into a UDP message for transmission; (by splitting a large file into multiple chunks, on one hand, the time required for erasure coding and decoding can be reduced, and on the other hand, the transmission delay of each data segment can be reduced, which is beneficial to reliable transmission of streaming data, and by splitting one large transmission task into multiple chunks for processing, which can help the sending and receiving ends to utilize the multi-core processing capability of computer hardware, and perform concurrent processing to reduce the required time).
2. The transmitting end and the receiving end adopt UDP to complete the transmission of the coded data, and by utilizing the characteristics of erasure correction coding, the transmitting and receiving parties only need to ensure that a receiver receives enough decoded data quantity, and do not care whether the received data is continuous or not.
3. The receiving end sends a confirmation message to the received data segment and feeds back the number of data segments needed to finish the decoding of the chunk; the transmitting end estimates the available bandwidth in the network according to the arrival rule of the confirmation message, and estimates and adjusts the transmitting rate of the data segment; and the sending end controls the sending of the chunk data segment according to the data volume required by chunk decoding fed back by the receiving end, so that the transmission of excessive redundant data segments is avoided.
4. Before the data segment generated by coding in each chunk is sent, the sending end does not need to retransmit the unacknowledged data segment; after all the data segments are sent, the sending end sends the unacknowledged data segments in sequence, and the receiving end is ensured to receive enough data.
5. In order to fully utilize the available bandwidth in the network, the transmitting end may transmit multiple chunk data segments simultaneously.
To achieve the above design, the present invention provides a data transmission control method based on erasure coding, as shown in fig. 1, specifically:
a: chunk segmentation and encoding: inputting a file to be transmitted or streaming data, segmenting the file or the streaming data into a plurality of chunks, encoding each chunk into a plurality of data segments with equal size by using erasure correction codes, and putting the data segments into a sending cache;
b: data segment selection and transmission: selecting the untransmitted data segments from the sending buffer for transmission according to a given sending rate;
c: and (3) receiving a data segment: placing the received data segment into a receiving cache;
d: chunk reorganization and decoding: attempting to decode the corresponding chunk after receiving the new data segment, and if the decoding is successful, performing streaming output on the chunk or reconstructing and restoring the chunk into a source data file;
e: confirmation and feedback: sending a confirmation message to each received data segment, and feeding back the number of data segments which are not decoded and correspond to chunk and need to be transmitted;
f: bandwidth estimation and transmission control: estimating available bandwidth of the network according to the receiving condition of the feedback message of the receiving end so as to update the sending rate of the data segment; controlling the sending of the chunk residual data according to the number of the data segments required by the chunk fed back by the receiving end, so as to avoid redundant transmission of the data; and removing the data segment left by the transmitted chunk from the sending buffer.
The selection and sending method of the data segment in B comprises the following steps:
in the invention, the data of each chunk generates a plurality of data segments with the same size through erasure coding, and the data segments are assumed to be v; if the available bandwidth of the current path estimated by the F module is Bw, the sending rate is R, and the value of R is equal to the estimated available bandwidth of the current path Bw; and simultaneously, the module B continuously selects data segments from the sending buffer to send to the data receiving end according to the time interval of v/R. In order to fully utilize the remaining bandwidth and avoid excessive redundant transmission, the present invention adopts a novel data segment selection method, and the working principle thereof is as follows.
When a data segment can be sent, the module B selects the chunk with the smallest number value that has not been transmitted from the sending buffer to check, and it is necessary to select the data segment for sending.
The examination contents are as follows:
for chunk i, assume that the maximum number of the data segment that has been sent by the current sender is SiThe maximum data segment number that has received an acknowledgement is Ai(ii) a Then the total amount of data segments that have been sent by the chunk but have not yet been acknowledged is Si-Ai. It is contemplated that these data segments in the transmission may not all be received because of packet loss. If the estimated value of the proportion of successful transmission of the transmission path is gammaiThen there is about γ in these datai(Si-Ai) Can be received by the receiving end.
Further, if the latest feedback message at the receiving end indicates that the chunk still needs to be sent by OiDecoding can be completed by each data segment; then, if γi(Si-Ai)<OiThe B module selects the data segment with the minimum number which is not transmitted from chunk i to send to the receiving end, and updates Si(ii) a Otherwise, the module B continues to perform similar data segment selection and control on the next chunk that has not been transmitted.
The method for estimating the bandwidth (i.e., controlling the transmission rate) in F is designed as follows:
in a dynamic network, the available bandwidth between the sending and receiving ends may change over time. Therefore, the invention estimates the available bandwidth on the transmission path by using the sending and confirming conditions of the data segment, and dynamically adjusts the sending rate R used by the B module.
In the initial state, the transmission rate R defaults to the maximum transmission rate supported by the network.
In order to start the whole process, at the beginning, a sending end continuously sends M data segments, and then pauses;
after the sending end receives N confirmation messages, the estimation of R is immediately carried out: assume that the duration between the first arrival and the last arrival acknowledgement message is T1; the minimum sending sequence number confirmed by the confirmation messages is A1, and the maximum sequence number is A2; then, the available bandwidth of the current path is estimated to be N × v/T1, and the packet loss rate is estimated to be 1-N/(a2-a1+ 1).
Assuming that a packet loss rate threshold caused by non-congestion of a network path is less, if 1-N/(a2-a1+1) > less, a sending end takes N × v/T1 as a new R value; otherwise, indicating that the bandwidth is not full, the sending rate can be increased, taking N x v/T1 x θ as a new R value, where θ >1, representing the increasing proportion of the sending rate, is a configurable parameter;
if N confirmation messages are not collected within the time T2, repeating the process;
after R finishes the first estimation, the sending end immediately adopts the new sending rate to send the data segment; thereafter, each time an acknowledgment message is received, the sender performs a similar calculation as described above based on the most recently received N acknowledgment messages.
At this time, if no new acknowledgement message is received within the time T2, the sender returns to the start phase and starts over.

Claims (6)

1. A data transmission control method based on erasure coding is characterized by comprising the following steps:
step 1: chunk segmentation and encoding: inputting a file to be transmitted or streaming data, segmenting the file or the streaming data into a plurality of chunks, encoding each chunk into a plurality of data segments with equal size by using erasure correction codes, and putting the data segments into a sending cache;
step 2: data segment selection and transmission: selecting the untransmitted data segments from the sending buffer for transmission according to a given sending rate;
and step 3: and (3) receiving a data segment: placing the received data segment into a receiving cache;
and 4, step 4: chunk reorganization and decoding: attempting to decode the corresponding chunk after receiving the new data segment, and if the decoding is successful, performing streaming output on the chunk or reconstructing and restoring the chunk into a source data file;
and 5: confirmation and feedback: sending a confirmation message to each received data segment, and feeding back the number of data segments which need to be transmitted for completing decoding and corresponding to chunk;
step 6: bandwidth estimation and transmission control: estimating available bandwidth of the network according to the receiving condition of the feedback message of the receiving end so as to update the sending rate of the data segment; controlling the sending of the chunk residual data according to the number of the data segments required by the chunk fed back by the receiving end, so as to avoid redundant transmission of the data; and removing the data segment left by the transmitted chunk from the sending buffer.
2. The erasure coding-based data transmission control method according to claim 1, wherein the sending rate of the data segment in step 2 is R, and the value of R is equal to the estimated available bandwidth Bw of the current path; the time interval for sending the data segments is v/R, wherein v is the length of the data segments; when a data segment is transmitted, selecting the chunk with the minimum number value which is not transmitted from the transmission buffer for checking to see whether the data segment needs to be selected for transmission.
3. The erasure coding-based data transmission control method according to claim 2, wherein the chunk check contents are as follows:
for chunk i, i represents a chunk number; setting the maximum number of the data segment sent by the current sending end as SiThe maximum data segment number that has received an acknowledgement is Ai(ii) a The total amount of data segments that have been sent by the chunk but have not yet been acknowledged is Si-Ai(ii) a The ratio of successful transmission of the transmission path is estimated as gammaiThen there is γ in these datai(Si-Ai) The data segment can be received by the receiving end;
if chunk still requires OiThe decoding can be completed for each data segment, then at gammai(Si-Ai)<OiThen, selecting the data segment with the minimum number which is not transmitted from chunk i and sending the data segment to the receiving end, and updating Si(ii) a Otherwise, the same data segment selection and control is continued at the next chunk which has not been transmitted.
4. The method as claimed in claim 2, wherein the sending rate R is controlled by:
(1) the sending rate R defaults to adopt the maximum available bandwidth Bw supported by the network;
(2) the sending end continuously sends M data segments and then pauses; after the sending end receives N confirmation messages, the available bandwidth Bw is estimated immediately: setting the duration between the first arrival and the last arrival acknowledgement message to T1; the minimum sending sequence number confirmed by the confirmation messages is A1, and the maximum sequence number is A2; then the available bandwidth estimation value of the current path is N × v/T1, and the packet loss rate estimation value is 1-N/(a2-a1+ 1);
(3) if the packet loss rate threshold caused by the non-congestion of the network path is set to be less, if 1-N/(A2-A1+1) > less, the sending end takes N x v/T1 as a new available bandwidth Bw value; otherwise, indicating that the bandwidth is not full, the sending rate can be increased, taking nv/T1 θ as a new value of the available bandwidth Bw, where θ >1 represents an increasing proportion of the sending rate, which is a configurable parameter;
(4) if N confirmation messages are not collected in the maximum receiving time T, returning to the step (2);
(5) after the Bw finishes the first estimation, the sending end immediately adopts a new sending rate R to send the data segment; thereafter, each time an acknowledgment message is received, the sender performs the same calculations as described above based on the most recently received N acknowledgment messages.
5. The method as claimed in claim 4, wherein in the control of the sending rate R, values of the number of data segments M and the number of acknowledgement messages N are different according to different networks, and M > N.
6. The method of claim 1, wherein the erasure coding is not limited to a specific coding scheme.
CN201911247578.6A2019-12-092019-12-09 A Data Transmission Control Method Based on Erasure Erasure CodingActiveCN110943803B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201911247578.6ACN110943803B (en)2019-12-092019-12-09 A Data Transmission Control Method Based on Erasure Erasure Coding

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201911247578.6ACN110943803B (en)2019-12-092019-12-09 A Data Transmission Control Method Based on Erasure Erasure Coding

Publications (2)

Publication NumberPublication Date
CN110943803Atrue CN110943803A (en)2020-03-31
CN110943803B CN110943803B (en)2021-10-08

Family

ID=69909833

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201911247578.6AActiveCN110943803B (en)2019-12-092019-12-09 A Data Transmission Control Method Based on Erasure Erasure Coding

Country Status (1)

CountryLink
CN (1)CN110943803B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN117978750A (en)*2024-04-012024-05-03中国电子科技集团公司第十五研究所 State-aware transmission method and electronic device for weakly connected links

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101651519A (en)*2009-09-152010-02-17中国人民解放军国防科学技术大学Method, device and system of self-adaptive dynamic forward error correction coding
US20100095193A1 (en)*2008-10-152010-04-15Nokia CorporationSystem and Method for Pre-calculating Checksums
CN101997930A (en)*2010-12-242011-03-30南开大学Retransmission-erasure code transmission protocol-based remote mirroring method and system
CN103209210A (en)*2013-03-042013-07-17华中科技大学Method for improving erasure code based storage cluster recovery performance
CN103561057A (en)*2013-10-152014-02-05深圳清华大学研究院Data storage method based on distributed hash table and erasure codes
US20150100858A1 (en)*2012-11-082015-04-09Q Factor Communications Corp.Method & apparatus for improving the performance of tcp and other network protocols in a communication network
CN108111434A (en)*2017-12-142018-06-01四川大学A kind of aeronautical Ad hoc networks method for reliable transmission based on reliable UDP and fountain codes
CN110324256A (en)*2019-05-132019-10-11西南交通大学A kind of Transmitting Data Stream control method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20100095193A1 (en)*2008-10-152010-04-15Nokia CorporationSystem and Method for Pre-calculating Checksums
CN101651519A (en)*2009-09-152010-02-17中国人民解放军国防科学技术大学Method, device and system of self-adaptive dynamic forward error correction coding
CN101997930A (en)*2010-12-242011-03-30南开大学Retransmission-erasure code transmission protocol-based remote mirroring method and system
US20150100858A1 (en)*2012-11-082015-04-09Q Factor Communications Corp.Method & apparatus for improving the performance of tcp and other network protocols in a communication network
CN103209210A (en)*2013-03-042013-07-17华中科技大学Method for improving erasure code based storage cluster recovery performance
CN103561057A (en)*2013-10-152014-02-05深圳清华大学研究院Data storage method based on distributed hash table and erasure codes
CN108111434A (en)*2017-12-142018-06-01四川大学A kind of aeronautical Ad hoc networks method for reliable transmission based on reliable UDP and fountain codes
CN110324256A (en)*2019-05-132019-10-11西南交通大学A kind of Transmitting Data Stream control method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ABDERRAHMEN MTIBAA等: "RC-UDP: On Raptor Coding over UDP for Reliable High-Bandwidth Data Transport", 《IEEE》*
徐盈盈: "纠删码和可靠UDP相结合的无线视频传输技术研究与实现", 《中国优秀硕士学位论文全文数据库(信息科技辑)》*

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN117978750A (en)*2024-04-012024-05-03中国电子科技集团公司第十五研究所 State-aware transmission method and electronic device for weakly connected links
CN117978750B (en)*2024-04-012024-08-06中国电子科技集团公司第十五研究所 State-aware transmission method and electronic device for weakly connected links

Also Published As

Publication numberPublication date
CN110943803B (en)2021-10-08

Similar Documents

PublicationPublication DateTitle
CN101061659B (en)Adaptive forward error correction method and device
US20150117468A1 (en)Apparatus and method for transmitting data
US7584404B2 (en)Method and apparatus for multimedia communication over packet channels
CN104159166B (en)Based on the live video data transmission error control method of mobile network&#39;s packet loss state
US7095729B2 (en)Method for multimedia communication over packet channels
WO2016045332A1 (en)Method and device for encoding parameter adjustment and feedback information processing
CN103905152B (en)Using the effective throughput randomized optimization process of layer-span combined coding in erasure channel
CN110391879A (en) Packet loss recovery method, device and computer equipment for data transmission network
JP2006287928A (en) Loss-tolerant transmission control protocol
US8112688B2 (en)Data-transmission control method and transmission device
CN106301714B (en)A kind of data transmission method and device
CN104125161A (en)Data priority distinguishing multicast transmission method, data priority distinguishing multicast transmission system and data priority distinguishing multicast transmission device
KR20090058927A (en) Data block transmission method
HK1225870B (en)Encoding based on data packet delay probability
CN111385055B (en)Data transmission method and device
CN104303421B (en) Method and apparatus for maximizing utilization of dynamically changing digital data channels
KR20160112009A (en)Transport accelerator implementing selective utilization of redundant encoded content data functionality
CN110943803B (en) A Data Transmission Control Method Based on Erasure Erasure Coding
EP2846469A1 (en)Rateless encoding
EP2858286A1 (en)Rateless decoding
US10135576B2 (en)Rateless encoding
CN117220830A (en)Wireless network data transmission method, transmitting terminal and receiving terminal
CN109005011B (en)Data transmission method and system for underwater acoustic network and readable storage medium
US20230060948A1 (en)Methods for Reliable Low Latency Data Delivery Using Erasure Codes and Feedback
US9209947B1 (en)Fault-tolerant data transmission system for networks subject to jamming conditions

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp