CN110099413B - Data transmission method, transmission device, reception device, and storage medium - Google Patents

Data transmission method, transmission device, reception device, and storage medium Download PDF

Info

Publication number
CN110099413B
CN110099413B CN201910369105.7A CN201910369105A CN110099413B CN 110099413 B CN110099413 B CN 110099413B CN 201910369105 A CN201910369105 A CN 201910369105A CN 110099413 B CN110099413 B CN 110099413B
Authority
CN
China
Prior art keywords
time slot
sender
receiver
data transmission
sending
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
CN201910369105.7A
Other languages
Chinese (zh)
Other versions
CN110099413A (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.)
Shenzhen Dingsheng Kaiyuan Technology Co ltd
Original Assignee
Shenzhen Dingsheng Kaiyuan 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 Shenzhen Dingsheng Kaiyuan Technology Co ltd filed Critical Shenzhen Dingsheng Kaiyuan Technology Co ltd
Priority to CN201910369105.7A priority Critical patent/CN110099413B/en
Publication of CN110099413A publication Critical patent/CN110099413A/en
Application granted granted Critical
Publication of CN110099413B publication Critical patent/CN110099413B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information

Abstract

The invention discloses a data transmission method, which comprises the following steps: when a sender acquires communication data to be sent, judging whether the current time slot is the time slot of the sender; and when the current time slot is the time slot of the sender, sending the communication data to a receiver, wherein when the receiver receives the communication data, the receiver returns response information to the sender in the time slot of the receiver. The invention also discloses a transmitting device, a receiving device and a computer readable storage medium. The invention limits the time slots of the sender and the receiver, thereby staggering the sending time of each party, avoiding the data interference in the data transmission process and improving the reliability of data transmission.

Description

Data transmission method, transmission device, reception device, and storage medium
Technical Field
The present invention relates to the field of air conditioners, and in particular, to a data transmission method, a data transmission device, a data transmission receiving device, and a computer-readable storage medium.
Background
Currently, when wireless data communication products communicate, in order to ensure the reliability of data transmission, a method of retransmitting data multiple times is generally used, but the method has the following disadvantages:
the sender retransmits data for multiple times and possibly occupies the same frequency band resource with the response of the receiver, so that the data transmission fails; moreover, the sender retransmits data for multiple times occupies precious frequency band resources, and a large amount of redundant data easily causes signal co-frequency interference, so that more data retransmission is caused, a vicious circle is formed, and transmission is extremely unreliable; meanwhile, in some application scenarios, multiple devices are required to transmit data at the same time, and mutual interference among the multiple devices further deteriorates the data transmission effect.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a data transmission method, a transmitting device, a receiving device and a computer readable storage medium, aiming at limiting time slots of a transmitting party and a receiving party, thereby staggering the transmitting time of each party, avoiding data interference in the data transmission process and improving the reliability of data transmission.
In order to achieve the above object, the present invention provides a data transmission method, including the steps of:
when a sender acquires communication data to be sent, judging whether the current time slot is the time slot of the sender;
and when the current time slot is the time slot of the sender, sending the communication data to a receiver, wherein when the receiver receives the communication data, the receiver returns response information to the sender in the time slot of the receiver.
Optionally, when the current time slot is the time slot of the sender, the step of sending the communication data to the receiver includes:
when the current time slot is the time slot of the sender, generating a first random factor;
and sending the communication data to the receiver in the time slot of the sender according to the first random factor, wherein the receiver generates a second random factor when receiving the communication data, and returns the response information to the sender in the time slot of the receiver according to the second random factor.
Optionally, the data transmission method further includes:
generating a third random factor when a sender acquires communication data to be sent;
and sending the communication data to the receiving party according to the third random factor, wherein the receiving party generates a fourth random factor when receiving the communication data, and returns the response information to the sending party according to the fourth random factor.
Optionally, after the step of sending the communication data to the receiver when the current time slot is the time slot of the sender, the method further includes:
when the response information returned by the receiver is not received within the preset time length, judging whether the current time slot is the time slot of the sender;
and when the current time slot is the time slot of the sender, sending the communication data to the receiver again, wherein the preset time length is less than or equal to the time slot of the receiver.
In order to achieve the above object, the present invention further provides a data transmission method, where the data transmission method includes the following steps:
when a receiver receives communication data sent by a sender, judging whether the current time slot is the time slot of the receiver;
and when the current time slot is the time slot of the receiving party, returning response information to the sending party.
Optionally, the step of returning response information to the sender when the current time slot is the time slot of the receiver includes:
and when the current time slot is the time slot of the receiver, generating a second random factor, and returning the response information to the sender in the time slot of the receiver according to the second random factor.
Optionally, the data transmission method further includes:
and the receiver generates a fourth random factor when receiving the communication data, and returns the response information to the sender according to the fourth random factor.
In order to achieve the above object, the present invention also provides a transmission apparatus, including:
the data transmission method comprises a memory, a processor and a data transmission program which is stored on the memory and can run on the processor, wherein the data transmission program realizes the steps of the data transmission method when being executed by the processor.
In order to achieve the above object, the present invention also provides a receiving apparatus, including:
the data transmission method comprises a memory, a processor and a data transmission program which is stored on the memory and can run on the processor, wherein the data transmission program realizes the steps of the data transmission method when being executed by the processor.
To achieve the above object, the present invention further provides a computer-readable storage medium having a data transmission program stored thereon, where the data transmission program is executed by a processor to implement the steps of the data transmission method.
According to the data transmission method, the sending device, the receiving device and the computer readable storage medium, when the sender acquires communication data to be sent and the current time slot is the time slot of the sender, the communication data is sent to the receiver, and when the receiver receives the communication data, response information is returned to the sender in the time slot of the receiver. The invention limits the time slots of the sender and the receiver, thereby staggering the sending time of each party, avoiding the data interference in the data transmission process and improving the reliability of data transmission.
Drawings
Fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a data transmission method according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a data transmission method according to another embodiment of the present invention;
FIG. 4 is a flowchart illustrating a data transmission method according to another embodiment of the present invention;
fig. 5 is a schematic diagram of communication between a sender and a receiver according to the present invention.
The implementation, functional features and advantages of the present invention will be further described with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a data transmission method, which staggers the sending time of each party by limiting the time slots of a sending party and a receiving party, avoids data interference in the data transmission process and improves the reliability of data transmission.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention.
The terminal in the embodiment of the invention is a terminal with a communication function, such as a sensor, a host, a household appliance and the like. As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a communication bus 1002, and a memory 1003. Wherein a communication bus 1002 is used to enable connective communication between these components. The memory 1003 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration of the terminal shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, the memory 1003, which is a kind of computer storage medium, may include therein an operating system and a data transfer program.
In the terminal shown in fig. 1, the processor 1001 may be configured to call a data transmission program stored in the memory 1003, and perform the following operations:
when a sender acquires communication data to be sent, judging whether the current time slot is the time slot of the sender;
and when the current time slot is the time slot of the sender, sending the communication data to a receiver, wherein when the receiver receives the communication data, the receiver returns response information to the sender in the time slot of the receiver.
Further, the processor 1001 may call the data transmission program stored in the memory 1003, and further perform the following operations:
when the current time slot is the time slot of the sender, generating a first random factor;
and sending the communication data to the receiver in the time slot of the sender according to the first random factor, wherein the receiver generates a second random factor when receiving the communication data, and returns the response information to the sender in the time slot of the receiver according to the second random factor.
Further, the processor 1001 may call the data transmission program stored in the memory 1003, and further perform the following operations:
generating a third random factor when a sender acquires communication data to be sent;
and sending the communication data to the receiving party according to the third random factor, wherein the receiving party generates a fourth random factor when receiving the communication data, and returns the response information to the sending party according to the fourth random factor.
Further, the processor 1001 may call the data transmission program stored in the memory 1003, and further perform the following operations:
when the response information returned by the receiver is not received within the preset time length, judging whether the current time slot is the time slot of the sender;
and when the current time slot is the time slot of the sender, sending the communication data to the receiver again, wherein the preset time length is less than or equal to the time slot of the receiver.
Further, the processor 1001 may call the data transmission program stored in the memory 1003, and further perform the following operations:
when a receiver receives communication data sent by a sender, judging whether the current time slot is the time slot of the receiver;
and when the current time slot is the time slot of the receiving party, returning response information to the sending party.
Further, the processor 1001 may call the data transmission program stored in the memory 1003, and further perform the following operations:
and when the current time slot is the time slot of the receiving party, generating a second random factor, and returning the response information to the sending party in the time slot of the receiving party according to the second random factor.
Further, the processor 1001 may call the data transmission program stored in the memory 1003, and further perform the following operations:
and when receiving the communication data, the receiver generates a fourth random factor and returns the response information to the sender according to the fourth random factor.
Referring to fig. 2, in an embodiment, the data transmission method includes:
step S11, when a sender acquires communication data to be sent, judging whether the current time slot is the time slot of the sender;
and step S12, when the current time slot is the time slot of the sender, sending the communication data to a receiver, wherein when the receiver receives the communication data, the receiver returns response information to the sender in the time slot of the receiver.
In the prior art, a sender sends communication data to a receiver, and the receiver sends response information to the sender after receiving the communication data. In this embodiment, a time slot of a sender and a time slot of a receiver are defined, where the time slot of the sender refers to that only the sender sends data in the time slot, and the time slot of the receiver refers to that only the receiver sends data in the time slot, so that sending time of each party is staggered, and the situation that the sender and the receiver occupy the same frequency band resource is avoided.
The sender and the receiver constitute a communication system that is applicable to various scenarios, such as communication between a sensor and a host, communication between a plurality of home appliances, communication between a control device and a home appliance, and the like.
The time slot of the sender and the time slot of the receiver may be the same or different, and optionally, as shown in fig. 5, both the time slot of the sender and the time slot of the receiver are 100ms.
As shown in fig. 5, the arrangement of the time slots of the transmitting side and the receiving side may be: one sender time slot is followed by one receiver time slot, and one receiver time slot is followed by one sender time slot.
In the time slot of the sending party and the time slot of the receiving party, the sending times can be set according to practical application, and optionally, the sending times in the time slot of the sending party and the time slot of the receiving party are respectively 3 times.
Further, in the same time slot of the sender or the same time slot of the receiver, the time interval between the sending times is determined by a random factor, the random factor is generated by the sender or the receiver, in the time slot of the sender, the sender generates a first random factor, and in the time slot of the receiver, the receiver generates a second random number factor. The step of sending the communication data to the receiver when the current time slot is the time slot of the sender comprises: when the current time slot is the time slot of the sender, generating a first random factor; and sending the communication data to the receiver in the time slot of the sender according to the first random factor, wherein the receiver generates a second random factor when receiving the communication data, and returns the response information to the sender in the time slot of the receiver according to the second random factor.
The generation mode of the random factor can be set according to practical application. Optionally, taking a time slot of a sender as an example, setting the time slot of the sender as T, sending times in the time slot as 3 times, and time consumed for sending data each time as N, where the first random factor generated for the first time is: x1= T-3*N, the first random factor generated for the second time is: x2= T-2*N-X1, the first random factor generated for the third time is: x3= T-X1-X2.
If there are multiple senders initiating transmission simultaneously, multiple senders and receivers may overlap in sending data, so as to interfere with each other, but according to the technical scheme provided by this embodiment, the probability of data overlapping is greatly reduced by the random interval of multiple retransmissions. And, through the inspection of the practical application system, at least once retransmission data is not interfered in a large probability, and the reliability of data transmission is ensured. Namely, under the scene that a plurality of sensors simultaneously acquire signals for data transmission, a receiving party can also respectively receive the signals of the sensors and make correct response.
After the step of sending the communication data to the receiver when the current time slot is the time slot of the sender, the method further includes: when the response information returned by the receiver is not received within the preset time length, judging whether the current time slot is the time slot of the sender; and when the current time slot is the time slot of the sender, sending the communication data to the receiver again, wherein the preset time length is less than or equal to the time slot of the receiver. For example, the sender sends communication data to the receiver in the time slot of the sender, and if no response is received when the time slot of the next sender arrives, packet loss is determined, and the communication data is resent to the receiver.
In the technical scheme disclosed in this embodiment, when the sender acquires communication data to be sent and the current time slot is the time slot of the sender, the communication data is sent to the receiver, wherein when the receiver receives the communication data, the receiver returns response information to the sender in the time slot of the receiver. Therefore, the time slots of the sender and the receiver are limited, so that the sending time of each party is staggered, the data interference in the data transmission process is avoided, and the reliability of data transmission is improved.
In another embodiment, as shown in fig. 3, based on the embodiment shown in fig. 2, the data transmission method further includes:
s13, generating a third random factor when a sender acquires communication data to be sent;
and step S14, sending the communication data to the receiving party according to the third random factor, wherein the receiving party generates a fourth random factor when receiving the communication data, and returns the response information to the sending party according to the fourth random factor.
In the prior art, a sender sends communication data to a receiver, and the receiver sends response information to the sender after receiving the communication data. In this embodiment, the time interval between the transmission of data by the transmission side and the reception side is limited, and the transmission times of the respective sides are greatly staggered.
The time interval of sending data by the sender and the receiver is determined by a random factor, the random factor is generated by the sender or the receiver, the sender generates a third random factor, the communication data is sent to the receiver according to the third random factor, the receiver generates a fourth random number factor, response information is returned to the sender according to the fourth random factor, and the third random factor and the fourth random factor can be the same or different.
The generation mode of the random factor can be set according to practical application. Optionally, for example, a time slot is taken as an example, the time slot is set to be t, the number of times of transmission in the time slot is 3, and the time consumed for transmitting data each time is n, then the first generated third random factor is: x1= t-3*n, and the third random factor generated for the second time is: x2= t-2*n-x1, and the third random factor generated for the third time is: x3= t-x1-x2.
In the technical scheme disclosed in this embodiment, when the sender acquires communication data to be sent, a third random factor is generated, and the communication data is sent to the receiver according to the third random factor. Therefore, by limiting the time interval of sending data by the sender and the receiver, the sending time of each party is staggered with great probability, the data interference in the data transmission process is avoided, and the reliability of data transmission is improved.
In another embodiment, as shown in fig. 4, based on the embodiment shown in any one of fig. 2 to fig. 3, the data transmission method includes the following steps:
step S21, when the receiver receives the communication data sent by the sender, judging whether the current time slot is the time slot of the receiver;
and step S22, when the current time slot is the time slot of the receiving party, response information is returned to the sending party.
In the prior art, a sender sends communication data to a receiver, and the receiver sends response information to the sender after receiving the communication data. In this embodiment, a time slot of a sender and a time slot of a receiver are defined, where the time slot of the sender refers to that only the sender sends data in the time slot, and the time slot of the receiver refers to that only the receiver sends data in the time slot, so that sending time of each party is staggered, and the situation that the sender and the receiver occupy the same frequency band resource is avoided.
The sender and the receiver constitute a communication system that is applicable to various scenarios, such as communication between a sensor and a host, communication between a plurality of home appliances, communication between a control device and a home appliance, and the like.
The time slot of the sender and the time slot of the receiver may be the same or different, and optionally, as shown in fig. 5, both the time slot of the sender and the time slot of the receiver are 100ms.
As shown in fig. 5, the arrangement of the time slots of the transmitting side and the receiving side may be: one sender time slot is followed by one receiver time slot, and one receiver time slot is followed by one sender time slot.
In the time slot of the sending party and the time slot of the receiving party, the sending times can be set according to practical application, and optionally, the sending times in the time slot of the sending party and the time slot of the receiving party are respectively 3 times.
Further, in the same time slot of the sender or the same time slot of the receiver, the time interval between the sending times is determined by a random factor, the random factor is generated by the sender or the receiver, in the time slot of the sender, the sender generates a first random factor, and in the time slot of the receiver, the receiver generates a second random number factor. The step of sending the communication data to the receiver when the current time slot is the time slot of the sender comprises: when the current time slot is the time slot of the sender, generating a first random factor; and sending the communication data to the receiver in the time slot of the sender according to the first random factor, wherein the receiver generates a second random factor when receiving the communication data, and returns the response information to the sender in the time slot of the receiver according to the second random factor.
The generation mode of the random factor can be set according to practical application. Optionally, taking a time slot of a sending party as an example, setting the time slot of the sending party as T, where the sending times in the time slot is 3 times, and the time consumed for sending data each time is N, then the first random factor generated for the first time is: x1= T-3*N, the first random factor generated for the second time is: x2= T-2*N-X1, the first random factor generated for the third time is: x3= T-X1-X2.
If there are multiple sending parties initiating transmission at the same time, multiple sending parties and receiving parties may overlap in sending data, so as to interfere with each other. And, through the inspection of the practical application system, at least once retransmission data is not interfered in a large probability, and the reliability of data transmission is ensured. Namely, under the scene that a plurality of sensors simultaneously acquire signals for data transmission, a receiving party can also respectively receive the signals of the sensors and make correct response.
After the step of sending the communication data to the receiver when the current time slot is the time slot of the sender, the method further includes: when the response information returned by the receiver is not received within the preset time length, judging whether the current time slot is the time slot of the sender; and when the current time slot is the time slot of the sender, sending the communication data to the receiver again, wherein the preset time length is less than or equal to the time slot of the receiver. For example, the sender sends communication data to the receiver in the time slot of the sender, and if no response is received when the time slot of the next sender arrives, the sender determines that packet is lost, and resends the communication data to the receiver.
In the technical scheme disclosed in this embodiment, when the receiver receives the communication data sent by the sender and the current time slot is the time slot of the receiver, the response information is returned to the sender, so that the sending time of each party is staggered by limiting the time slots of the sender and the receiver, the data interference in the data transmission process is avoided, and the reliability of data transmission is improved.
In a further embodiment, based on the embodiment shown in any one of fig. 2 to fig. 4, the data transmission method further includes:
and the receiver generates a fourth random factor when receiving the communication data, and returns the response information to the sender according to the fourth random factor.
In the prior art, a sender sends communication data to a receiver, and the receiver sends response information to the sender after receiving the communication data. In this embodiment, the time interval between the transmission of data by the transmission side and the reception side is limited, and the transmission times of the respective sides are greatly staggered with a probability.
The time interval of sending data by the sender and the receiver is determined by a random factor, the random factor is generated by the sender or the receiver, the sender generates a third random factor, the communication data is sent to the receiver according to the third random factor, the receiver generates a fourth random number factor, response information is returned to the sender according to the fourth random factor, and the third random factor and the fourth random factor can be the same or different.
The generation mode of the random factor can be set according to practical application. Optionally, for example, a time slot is taken as an example, the time slot is set to be t, the number of times of transmission in the time slot is 3, and the time consumed for transmitting data each time is n, then the fourth random factor generated for the first time is: x1= t-3*n, and the fourth random factor generated for the second time is: x2= t-2*n-x1, and the fourth random factor generated for the third time is: x3= t-x1-x2.
In the technical solution disclosed in this embodiment, when receiving communication data, the receiving side generates a second random factor, and returns response information to the sending side according to the second random factor. Therefore, by limiting the time interval for sending data by the sender and the receiver, the sending time of each party is staggered with great probability, data interference in the data transmission process is avoided, and the reliability of data transmission is improved.
The invention also provides a sending device, which comprises a memory, a processor and a data transmission program stored on the memory and capable of running on the processor, wherein the data transmission program is configured to realize the steps of the data transmission method under the execution main body of the sending device.
The invention also provides a receiving device, which comprises a memory, a processor and a data transmission program which is stored on the memory and can run on the processor, wherein the data transmission program is configured to realize the steps of the data transmission method under the execution main body of the receiving device.
An embodiment of the present invention further provides a computer-readable storage medium, where a data transmission program is stored on the computer-readable storage medium, and the data transmission program is executed by a processor to implement the data transmission method mainly executed by the sending apparatus or the receiving apparatus.
The above-mentioned serial numbers of the embodiments of the present invention 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 solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a television, 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 invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (6)

1. A data transmission method, applied to a sender, the data transmission method comprising the steps of:
when the sender acquires communication data to be sent, judging whether the current time slot is the time slot of the sender;
when the current time slot is the time slot of the sender, generating a first random factor, and when the number of sending times corresponding to the time slot of the sender is 3, the first random factor is X1= T-3 × N, X2= T-2*N-X1, or X3= T-X1-X2, where X1, X2, and X3 are the first random factors generated for the first time, the second time, and the third time, respectively, T is the time slot of the sender, and N is the time consumed for sending;
and sending the communication data to a receiver in the time slot of the sender according to the first random factor, returning response information to the sender in the time slot of the receiver when the receiver receives the communication data, wherein the receiver generates a second random factor when receiving the communication data, and returns the response information to the sender in the time slot of the receiver according to the second random factor, and in the same time slot of the sender or the same time slot of the receiver, the time interval between the sending times is determined by the random factor, the time slot of the sender is the time slot for sending the data only by the sender, and the time slot of the receiver is the time slot for sending the data only by the receiver.
2. The data transmission method according to claim 1, wherein after the step of transmitting the communication data to a receiver when the current time slot is the time slot of the sender, the method further comprises:
when the response information returned by the receiver is not received within the preset time length, judging whether the current time slot is the time slot of the sender;
and when the current time slot is the time slot of the sender, sending the communication data to the receiver again, wherein the preset time length is less than or equal to the time slot of the receiver.
3. A data transmission method, applied to a receiving side, the data transmission method comprising the steps of:
when a receiver receives communication data sent by a sender, judging whether the current time slot is the time slot of the receiver;
when the current time slot is the time slot of the receiver, generating a second random factor, and returning response information to the sender in the time slot of the receiver according to the second random factor, wherein when the sender acquires communication data to be sent, the sender judges whether the current time slot is the time slot of the sender; when the current time slot is the time slot of the sender, generating a first random factor, and when the number of sending times corresponding to the time slot of the sender is 3, the first random factor is X1= T-3 × N, X2= T-2*N-X1, or X3= T-X1-X2, where X1, X2, and X3 are the first random factors generated for the first time, the second time, and the third time, respectively, T is the time slot of the sender, and N is the time consumed for sending; and sending the communication data to the receiver in the time slot of the sender according to the first random factor, wherein the time interval between the sending times is determined by the random factor in the time slot of the same sender or the time slot of the same receiver.
4. A transmitting device, characterized in that the transmitting device comprises a memory, a processor and a data transmission program stored on the memory and executable on the processor, the data transmission program realizing the steps of the data transmission method according to any one of claims 1 to 2 when executed by the processor.
5. A receiving device, characterized in that the receiving device comprises a memory, a processor and a data transmission program stored on the memory and executable on the processor, the data transmission program realizing the steps of the data transmission method according to claim 3 when executed by the processor.
6. A computer-readable storage medium, characterized in that a data transmission program is stored thereon, which data transmission program, when being executed by a processor, carries out the steps of the data transmission method according to one of claims 1 to 2 or according to claim 3.
CN201910369105.7A 2019-05-05 2019-05-05 Data transmission method, transmission device, reception device, and storage medium Active CN110099413B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910369105.7A CN110099413B (en) 2019-05-05 2019-05-05 Data transmission method, transmission device, reception device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910369105.7A CN110099413B (en) 2019-05-05 2019-05-05 Data transmission method, transmission device, reception device, and storage medium

Publications (2)

Publication Number Publication Date
CN110099413A CN110099413A (en) 2019-08-06
CN110099413B true CN110099413B (en) 2023-02-28

Family

ID=67446899

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910369105.7A Active CN110099413B (en) 2019-05-05 2019-05-05 Data transmission method, transmission device, reception device, and storage medium

Country Status (1)

Country Link
CN (1) CN110099413B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111225437A (en) * 2019-11-29 2020-06-02 博微宇空(重庆)科技有限公司 Gain control method for receiving signal of ground base station

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007126013A1 (en) * 2006-04-28 2007-11-08 Panasonic Corporation Radio communication system, mobile station device, and rach transmission method
WO2010076481A1 (en) * 2008-12-15 2010-07-08 France Telecom Method for transmitting data by a wireless network unit and unit
WO2016016247A1 (en) * 2014-07-30 2016-02-04 Siemens Aktiengesellschaft Method for a robust data transmission
CN105491674A (en) * 2014-09-18 2016-04-13 电信科学技术研究院 Slot selection optimizing method and device
WO2017092025A1 (en) * 2015-12-04 2017-06-08 华为技术有限公司 Data transmission method, and related device and system
WO2018082580A1 (en) * 2016-11-04 2018-05-11 中兴通讯股份有限公司 Interference processing method and device, apparatus and storage medium
WO2018174768A1 (en) * 2017-03-21 2018-09-27 Telefonaktiebolaget Lm Ericsson (Publ) Network node and method in a wireless communications network

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7639726B1 (en) * 2009-03-20 2009-12-29 On-Ramp Wireless, Inc. Downlink communication
CN102006630B (en) * 2010-11-10 2013-08-07 北京航空航天大学 Multichannel cooperative data transmission method and system
CN103222241B (en) * 2010-11-25 2017-10-03 飞利浦灯具控股公司 System and method for the data transfer of the node that is optimized to wireless mesh network
CN105474570A (en) * 2014-01-21 2016-04-06 华为技术有限公司 Data transmission method and device
CN106465413B (en) * 2014-03-20 2020-07-24 华为技术有限公司 Data transmission method and station
WO2016004634A1 (en) * 2014-07-11 2016-01-14 Mediatek Singapore Pte. Ltd. Method for enb, ue uplink transmission and reception
CN107231701A (en) * 2016-05-26 2017-10-03 朱晓庆 Wireless communications method, wireless communication terminal, service end and teaching are registered device
CN105959921B (en) * 2016-07-20 2019-11-22 矽力杰半导体技术(杭州)有限公司 Network controller, node device and apply its mesh network system
CN106549737B (en) * 2016-11-07 2019-08-23 清华大学 A kind of data transmission method and device
US20190124654A1 (en) * 2017-10-23 2019-04-25 Qualcomm Incorporated Scheduling, transmission, and reception of acknowledgement messages
CN108696897B (en) * 2018-03-16 2021-08-20 西安电子科技大学 Data collection method based on satellite CDMA multi-packet reception

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007126013A1 (en) * 2006-04-28 2007-11-08 Panasonic Corporation Radio communication system, mobile station device, and rach transmission method
WO2010076481A1 (en) * 2008-12-15 2010-07-08 France Telecom Method for transmitting data by a wireless network unit and unit
WO2016016247A1 (en) * 2014-07-30 2016-02-04 Siemens Aktiengesellschaft Method for a robust data transmission
CN105491674A (en) * 2014-09-18 2016-04-13 电信科学技术研究院 Slot selection optimizing method and device
WO2017092025A1 (en) * 2015-12-04 2017-06-08 华为技术有限公司 Data transmission method, and related device and system
WO2018082580A1 (en) * 2016-11-04 2018-05-11 中兴通讯股份有限公司 Interference processing method and device, apparatus and storage medium
WO2018174768A1 (en) * 2017-03-21 2018-09-27 Telefonaktiebolaget Lm Ericsson (Publ) Network node and method in a wireless communications network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
R1-1612232 "Timing relation dependency to slots transmission direction indication method";Panasonic Corporation;《3GPP tsg_ran\WG1_RL1》;20161104;全文 *

Also Published As

Publication number Publication date
CN110099413A (en) 2019-08-06

Similar Documents

Publication Publication Date Title
KR101100245B1 (en) Shared harq feedback channels for virtual grouping in a wireless relay network
US9628422B2 (en) Acknowledgement as a propagation of messages in a simulcast mesh network
US10284340B2 (en) Multicast sending apparatus, multicast receiving apparatus, and multicast transmission determining method
US9042356B2 (en) Method and apparatus for confirming delivery of group data to radio communication devices in a wireless communication system
US9622147B2 (en) System and method for performing hybrid automatic repeat request (HARQ) in a WLAN system
US11728931B2 (en) Communication method, network device, and terminal
US20220182183A1 (en) Communication method and apparatus for wireless local area network, terminal and readable storage medium
US8897190B2 (en) System and method for dynamic timeslot reduction
CN112398599A (en) Communication system, method of operating a communication system and method of operating a communication device
CN110099413B (en) Data transmission method, transmission device, reception device, and storage medium
CN106060962B (en) Communication method and device
CN107113818A (en) A kind of data transmission method and device
WO2024027235A1 (en) Communication method and apparatus, and communication node and storage medium
WO2018086707A1 (en) Feedback based flexible transmission scheme for contention-based urllc transmission
CN108616335B (en) Data packet transmission method, user terminal and network side equipment
US20210127441A1 (en) Electronic apparatus and method
WO2019028965A1 (en) Method and device for transmitting data
CN113573252A (en) Data transmission method, system, chip, electronic device and storage medium
CN111937476A (en) Feedback indication for persistent transmission for wireless networks
WO2004066643A2 (en) Optimization of transmissions on a shared communications channel
WO2023231910A1 (en) Feedback information sending method, feedback information receiving method, terminal, and storage medium
CN108768598B (en) Method and device for transmitting downlink control information in ultrahigh-reliability ultralow-time communication
US20100091756A1 (en) Method of using acknowledgment tones for data consistency in intra-vehicular wireless networks
CN109314956B (en) Method for transmitting information, network device, terminal device and computer readable medium
WO2023088574A1 (en) Device and method for assisted retransmissions

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