WO2014169860A1 - 一种数据传输方法及设备 - Google Patents

一种数据传输方法及设备 Download PDF

Info

Publication number
WO2014169860A1
WO2014169860A1 PCT/CN2014/076094 CN2014076094W WO2014169860A1 WO 2014169860 A1 WO2014169860 A1 WO 2014169860A1 CN 2014076094 W CN2014076094 W CN 2014076094W WO 2014169860 A1 WO2014169860 A1 WO 2014169860A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
data transmission
channel
packet
module
Prior art date
Application number
PCT/CN2014/076094
Other languages
English (en)
French (fr)
Inventor
康伟
张建
李焰峰
栾岚
范锁平
李见涛
刘博�
张峰魁
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2014169860A1 publication Critical patent/WO2014169860A1/zh

Links

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/14Multichannel or multilink protocols

Definitions

  • the invention relates to the field of mobile communication and computer, in particular to a data transmission method and device.
  • the invention provides a data transmission method and device, which realizes parallel transmission of data by utilizing the characteristics of multiple communication channels between data transmission devices, and can automatically select a data transmission channel, thereby improving the efficiency and stability of data transmission.
  • a data transmission method includes:
  • the dividing the data to be sent into a plurality of data packets is performed according to a format of the data packet, where the format of the data packet includes: valid data, a starting position of the data, a length of the data, an offset, Checksum, data type flags, and total length of data packets.
  • the step of selecting multiple available data transmission channels and transmitting the data in parallel through multiple available data transmission channels includes:
  • the channel identifiers of each data transmission channel are respectively written as data headers into data packets transmitted through the data transmission channel.
  • the method further includes:
  • the priority of the data transmission channel is modified to be low, wherein the priority level is low: indicating that the data transmission channel is currently in a busy state; and after the data packet transmission is completed, Change the priority of multiple data transmission channels to high.
  • An embodiment of the present invention further provides a data transmission method, including:
  • the step of parsing the received multiple data packets includes:
  • the above method further includes:
  • the valid data obtained by the parsing is validated by the channel identifier, the data type identifier, the check digit, and the header information such as the starting position and the offset, and the validity and verification of the size and type of the data.
  • An embodiment of the present invention also provides an apparatus, including:
  • An acquisition module configured to obtain a data transmission request
  • a data sending service module configured to divide the data to be sent into a plurality of data packets according to the data sending request
  • Control module which is arranged to select a plurality of available data transmission channels, the number The packet is sent in parallel through the plurality of available data transmission channels.
  • the data sending service module divides the data to be sent into multiple data packets according to the format of the data packet, where the format of the data packet includes: data to be sent, starting position of the data, and length of the data. , offset, checksum, data type flags, and total length of data packets.
  • the data transmission self-control module includes:
  • a channel selection sub-module configured to select a plurality of data transmission channels with a high priority, wherein the high priority indicates that the data transmission channel is in an idle state
  • a header adding submodule configured to write a channel identifier of each data transmission channel as a packet header into a data packet transmitted through the data transmission channel
  • a sending control sub-module configured to send the plurality of data packets separately through the plurality of data transmission channels having a high priority level, and in the process of data packet transmission, modifying the priority of the data transmission channel to be low
  • the low priority level indicates that the data transmission channel is currently in a busy state; after the data packet transmission is completed, the priority of the multiple data transmission channels is modified to be high.
  • the above device further includes:
  • a data receiving server module configured to receive a plurality of data packets transmitted in parallel through a plurality of data transmission channels
  • the data receiving service module is configured to parse the received plurality of data packets to obtain the parsed valid data, and write the valid data into the file.
  • the data receiving service module obtains valid data according to the data packet length and the total length of the data in the packet header of the data packet.
  • the above device further includes:
  • the verification module is configured to set the valid data obtained by the parsing through the channel identifier, the data type identifier, the check digit, and the header information such as the starting position and the offset, and validate the size and type of the data. Test.
  • the plurality of available data transmission channels are multiple data transmission channels of the same type of communication module or data transmission channels of different types of communication modules.
  • the beneficial effects of the above technical solutions of the embodiments of the present invention are:
  • the foregoing technical solution of the embodiment of the present invention divides the data to be sent into multiple data packets according to the data sending request; selects an available data transmission channel, and the data packet is sent in parallel through the available data transmission channel to implement data.
  • Parallel transmission, and automatic selection of data transmission channels improve the efficiency and stability of data transmission.
  • FIG. 1 is a schematic flow chart of a multi-channel data transmitting end according to an embodiment of the present invention
  • FIG. 2 is a schematic flow chart of a multi-channel data receiving end according to an embodiment of the present invention
  • FIG. 3 is a schematic flow chart of a multi-channel data transmitting end according to an embodiment of the present invention.
  • FIG. 4 is a schematic flow chart of a multi-channel data receiving end according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a transmitting end of a device according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a receiving end of a device according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a packetized packet according to an embodiment of the present invention. Preferred embodiment of the invention
  • the core of the solution lies in the data transmission and control module and the data transmission and reception service module when the device transmits data, and the data is sub-packaged and parsed by the service module, and the data transmission is controlled from the control module to realize the selection of the transmission channel. Completion of the same data file can be transmitted in parallel through multiple transmission channels and meets high speed and stability requirements.
  • an embodiment of the present invention provides a data transmission method, including:
  • Step 11 Acquire a data sending request
  • Step 12 According to the data sending request, divide the data to be sent into multiple data packets; Step 13: Select multiple available data transmission channels, and send the data packets in parallel through the available data transmission channels.
  • An embodiment of the present invention by dividing a data to be sent into a plurality of data packets in a uniform format, The plurality of data packets can be sent in parallel through a plurality of available data transmission channels, and the same data file can be simultaneously transmitted through multiple transmission channels, and the high speed and stability requirements are met.
  • the step 12 includes: dividing, according to the data sending request, the data to be sent into a plurality of data packets in a uniform format according to the data packet format, where the format of the data packet includes: valid data, data The starting position, the length of the data, the offset, the checksum and data type flags, and the total length of the packet.
  • the starting position of the data, the length of the data, the offset, the check code and the data type flag, and the total length of the packet are written to the packet header when the data packet is sent, and the transmission channel identifier is in the data segment. When the packet is sent, it will be written in the header of the data packet.
  • the method may further include: writing the plurality of data packets into the cache;
  • step 13 includes: reading the plurality of data packets from the cache; and packetizing the plurality of data through a plurality of available data transmission channels and transmitting them in parallel.
  • the cache is emptied after the data packet is sent.
  • step 13 may include:
  • the channel identifier of each data transmission channel is written as a packet header into the data packet transmitted through the data transmission channel.
  • Step 13 can also include:
  • the priority of modifying the data transmission channel is low, where the priority level is low: indicating that the data transmission channel is currently in a busy state;
  • the priority of the multiple data transmission channels is modified to be high, so that when there is still data packet that has not been sent in the buffer, the channel selection sub-module reuses the low priority (busy state) again.
  • a data transmission channel that becomes a high priority (idle state) transmits unsent data packets and modifies its channel priority to low again.
  • the embodiment of the present invention when the data packet is sent, the priority of the transmission channel occupied by the modification is low.
  • the priority of the transmission channel is used to indicate the busyness of the transmission channel, the priority is idle, and the priority is low; when the transmission is completed, the priority of the transmission channel is modified to be high, and the data in the buffer is cleared. , so that the data sending client writes the data packet to the cache again.
  • the embodiment of the present invention further provides a data transmission method, including:
  • Step 21 Receive multiple data packets that are sent in parallel through multiple data transmission channels.
  • Step 22 parse the received multiple data packets to obtain the parsed valid data.
  • Step 23 Write to the file.
  • the method further includes: storing the plurality of data into the cache;
  • the step 22 includes: reading the plurality of data packets from the cache; parsing the plurality of data packets to obtain valid data carried in the data packet.
  • the data obtained after parsing is validated, and if the data is valid, the data is written to the file. If the data is invalid, the data receiver must feed back the invalidation problem to the data sending client through the channel in the high priority state, request the data sending client to process and resend the data to the data receiving end.
  • the validity check includes: validating the size and type of the data by using the channel identifier, the data type identifier, the check digit, and the header information such as the start position and the offset.
  • the device in the multi-channel data transmission between devices, the device is a smart phone and a PC (computer) including Wi-Fi, Bluetooth, ADB, etc., and the multi-channel is between the mobile phone and the PC (ie, Communication devices are connected by a communication connection established by end-to-end devices such as Wi-Fi, Bluetooth, ADB, etc., and the data can be of any type, not only files (such as media, applications, text, etc.), but also devices. Messages, contacts, call logs, calendars, etc.
  • Step S301 After the data sending client module writes the data into the buffer, the channel selector is started.
  • Step S302 Determine the enabling status of the multi-channel, such as Wi-Fi, Bluetooth, ADB, etc., to establish a connection transmission channel. If there is an enabled channel, go to step S303; otherwise, exit.
  • the enabling status of the multi-channel such as Wi-Fi, Bluetooth, ADB, etc.
  • Step S303 The selection priority level of the initialization enabled channel is high. For example, when initializing
  • Wi-Fi and Bluetooth channels are both enabled, setting the priority of Wi-Fi and Bluetooth channels to high.
  • the priority is high to indicate that the data transmission channel is currently in an idle state.
  • a low priority indicates that the data transmission channel is currently busy.
  • Step S304 Select a data transmission channel according to the priority of the transmission channel. If all channels have a high priority (idle state), then all channels are used to send data packets in parallel. If all the channels have the lowest priority (that is, the busy state), the data to be sent is temporarily waiting. When it is detected that there is an available channel (the channel whose priority changes from low to high), the data is transmitted and sent, and then transferred. Step S305.
  • Step S305 Read the data packet from the cache. If the reading is successful, go to step S306. If there is no data to send, exit.
  • Step S306 Send the data packetized stream through the sending interface, set the priority of the current channel to the lowest, and go to step S304 to select the higher priority idle channel to transmit the next data packet in parallel.
  • Step S307 It is judged whether the transmission is completed, if the transmission is completed, the process goes to step S308; otherwise, the process proceeds to S306 to continue the transmission.
  • Step S308 After the data packetization in step S306 is completely transmitted through the channel, the transmitted data in the buffer is cleared, and the priority of the transmission channel is set from low to high; so that the channel state change is detected in real time in step S304, and the channel is automatically selected.
  • the idle channel is transmitted and transmitted.
  • the processing flow of the multi-channel data receiving end is as shown in FIG. 4, and includes the following steps:
  • Step S401 After receiving the data stream from the multi-channel data transmitting end step S306, the multi-channel data receiving server module sets the priority of the transmission channel to be high, and proceeds to step S402.
  • Step S402 The data packet is stored in the cache. When the cache is full, the command to suspend the transmission is sent to the data sending client through step S404; otherwise, the process proceeds to step S403.
  • Step S403 Read the data packet from the cache, and transfer the data to step S405.
  • Step S404 When receiving the data abnormality command, for example, the suspend sending command of step S402, the command is sent to the client through the idle channel.
  • the data abnormality command for example, the suspend sending command of step S402
  • Step S405 Parse the data packet delivered in step S403 to obtain a packet header and data in the data packetization. At the same time, the validity check of the data is performed. If the data is invalid, the re-requested command is sent to the client through step S404; if it is valid, the data is written.
  • Step S406 Determine the channel priority condition (ie, the busy condition). If the channel is idle, go to step S407; otherwise, go to step S408.
  • the channel priority condition ie, the busy condition
  • Step S407 Send a command to suspend transmission, re-request, etc. to the data sending client.
  • Step S409 Write the valid data (document, picture, mobile phone contact, short message, etc.), and clear the cache, so that the data receiving server can receive the data sent by the data sending client again.
  • the above-mentioned embodiment initializes the priority of the multiple channels to be high, and reads the divided data packets from the cache, and uses the multiple channels with the highest priority. Sending in parallel, and setting the priority level of the channel to low during the transmission process, indicating that the channel is currently in a busy state.
  • the data transmission process due to the different transmission speed of the channel, the data of the same size will be transmitted. The time of the packet is different, so some channels will complete the data transmission first, and some channels will complete the data transmission afterwards; if all the current channels are busy, the data transmission is in the waiting state, and the state change of the multi-channel is detected.
  • the channel selection can be realized by the channel selector.
  • the above embodiment of the present invention 1) Compared with single-channel serial transmission, multi-channel parallel transmission will effectively increase the data transmission rate. 2) Compared with single-channel data transmission, multi-channel data transmission can ensure that a channel is closed or blocked, and another channel can replace its task, which has great advantages in ensuring the continuity of data transmission. 3) Using custom data service module processing and parsing sub-packages, the transmitted data content will not be limited to a single data type, and can support transmission extension of any data type. 4) Make full use of the parallel transmission capability of multiple transmission modules of the communication device, so that the data parallel transmission rate is significantly accelerated. Secondly, the integrity of the received data is guaranteed by the data validation method of the receiver. At the same time, the custom packet transmission protocol is used, which is compatible with the effective transmission of any data type.
  • an embodiment of the present invention further provides a device, as a transmitting end of data transmission, including:
  • An obtaining module 501 configured to obtain a data sending request
  • a data sending service module 502 configured to divide the data to be sent into a plurality of data packets according to the data sending request;
  • the data is transmitted from the control module 503, which is arranged to select an available data transmission channel, and the data is packetized and transmitted in parallel through the available data transmission channels.
  • the device further includes: a first cache module, configured to store a plurality of data packets obtained by the data sending service module.
  • the data packet client module 504 is further configured to use the data sending client module 502 to provide data packetization by using the data sending client module 504.
  • the data is packetized to the data transmission self-control module 503.
  • the data transmission self-control module includes:
  • a channel selection sub-module configured to select a plurality of data transmission channels with a high priority, wherein the high priority indicates that the data transmission channel is in an idle state
  • a header adding a sub-module configured to write a channel identifier of each data transmission channel as a packet header into a data packet transmitted through the data transmission channel
  • a sending control sub-module configured to send a plurality of data sub-packets in parallel through the plurality of data transmission channels having a high priority level, and in the process of data packet transmission, modifying the priority of the data transmission channel to be low,
  • the priority level is low: indicating that the data transmission channel is currently in a busy state; and is used to modify the priority of multiple data transmission channels to be high after the data packet transmission is completed, and the data transmission channel is changed from busy. When it is idle, continue to select this channel to send data packets that have not been sent.
  • the foregoing device in the embodiment of the present invention as a receiving end of the data, may further include:
  • a data receiving server module 601 configured to receive a plurality of data packets transmitted in parallel through a plurality of data transmission channels
  • the data receiving service module 602 is configured to parse the received plurality of data packets to obtain the parsed valid data, and write the valid data into the file.
  • the device may further include a second cache module configured to store the plurality of data packets received by the data receiving server module.
  • the second cache module may be implemented by the same cache or different caches when the first cache module is in a device.
  • the plurality of data transmission channels are multiple data transmission channels of the same type of communication module or data transmission channels of different types of communication modules.
  • the same type of communication module is used
  • the communication module of the same communication protocol such as multiple data transmission channels of the Wi-Fi communication module; the data transmission channels of different types of communication modules, such as: the data transmission channel of the Wi-Fi communication module and the data transmission channel of the Bluetooth communication module, It may also include a data transmission channel such as an ADB, an NFC communication module, etc.; in this embodiment, it is not limited to multi-data format transmission between the mobile phone and the PC, and can be extended to parallel transmission of multiple transmission modes between terminal devices, and fully utilized.
  • the parallel transmission capability of multiple transmission modules of the communication device enables the data parallel transmission rate to be significantly accelerated.
  • the device may further include: a user interface module 603, configured to provide an operable and graphical interface for the user, including parameter setting, status display, sending and receiving progress display, enabling Wi-Fi, Bluetooth, ADB, etc. And the connection settings for the channel.
  • a user interface module 603 configured to provide an operable and graphical interface for the user, including parameter setting, status display, sending and receiving progress display, enabling Wi-Fi, Bluetooth, ADB, etc. And the connection settings for the channel.
  • the transmission data packetization processing needs to be performed, that is, as shown in FIG. 7, the data packet identifier is added to the data packet identifier, the transmission channel identifier, the data start position, the offset, and the data length. , sub-package length, check code and other fields.
  • the data packet can be parsed and written according to the packet header identifier.
  • the meaning of the packet header includes:
  • the data type identifier is used to indicate the data type of the data to be sent, such as whether the data is a music, video, picture, or other media file, or a document file such as WO rd or excel, or a short multimedia message, a contact, or the like in the mobile phone.
  • the data receiving service module can process the data in different ways. If it is audio, video, documents, etc., you can write directly to the file. If the data is short MMS, contacts, call records, etc., you need to use the interface mode supported by the specific device to write to the device (for example, the Android phone needs to write this information into the corresponding database of the mobile phone).
  • the transmission channel identifier can be used to identify whether the received data packet is transmitted by a specific channel. If the identifier is inconsistent with the current receiving channel, it indicates that the data is invalid, and the invalidation problem needs to be fed back to the data transmitting end for processing.
  • the data start position and offset indicate the starting position and offset of the data in the file to be transmitted, so that the data receiving module writes the data to the file according to the specified position.
  • the data length and the packet length are used to parse the data packet.
  • the length of the packet minus the data length is the length of the data packet header.
  • a check code can be used to verify the validity of the data transfer.
  • the data transmission from the control module plays the role of automatic selection and management of multiple channels.
  • the module reads data packets from the data transmission client, and transmits the data from the corresponding channel to the data receiving server, and the data sending client.
  • the data used by the data receiving server and the data receiving server are respectively processed and parsed by the data sending and receiving service module; the user interface module, the data sending and receiving service module belongs to the upper layer service part, wherein the user interface module is connected according to different channels.
  • the current sending and receiving conditions are displayed, and the data sending and receiving service modules uniformly process the data subcontracting and parsing. Start the installed application of the device, and enable Wi-Fi, Bluetooth, ADB and other ports. After the existing communicable device establishes a channel connection, select to send data.
  • the data sending client module After receiving the data sending request, the data sending client module calls the data sending service module, and the data sending service module performs data packetizing, and the packetized content includes the data to be sent, the starting position of the data, the length of the data, the offset, Check code, data mark, etc. Because of the unification of the packetization format, the same data file can be sent simultaneously through multiple channels in parallel.
  • the data sending service module returns the data to the data sending client module, and the data sending client module writes the data to the cache.
  • the data transmission self-control module selects the available one according to the enabling status of the Channel.
  • Channel set the priority flag of the channel at the same time, and read the data packet from the cache, and process the packet packet, and write the channel type flag as the packet header into the packet.
  • the channel priority occupied by the modification is low. Use the priority of the channel to indicate the busyness of the channel. The priority is idle and the priority is low.
  • the transmission is completed, adjust the priority of the channel to high, and clear the data in the cache for data transmission. The client writes the data packet to the cache again.
  • the data receiving server module After receiving the data packetization of the data transmission from the control module, the data receiving server module stores the data packet into the cache, and when the buffer is full, sends a waiting message to the data sending client, and then calls the data receiving service module to read from the cache.
  • the data packet is parsed.
  • the parsing method is mainly based on the attribute of the header in the packet, and the parsed valid data is written into the file. If the parsing validity check fails or the packet loss causes the overall data to be incomplete, the data sending client re-requests the corresponding invalid or lost data packet.
  • the program can be stored in a computer readable storage medium such as a read only memory, a magnetic disk or an optical disk.
  • a computer readable storage medium such as a read only memory, a magnetic disk or an optical disk.
  • all or part of the steps of the above embodiments may also be implemented using one or more integrated circuits.
  • each module/unit in the foregoing embodiment may be implemented in the form of hardware, or may be implemented in the form of a software function module. The invention is not limited to any specific form of combination of hardware and software.
  • the above technical solution of the embodiment of the present invention divides data to be transmitted into a plurality of data packets according to the data transmission request; selects an available data transmission channel, and transmits the data packet through the available data transmission channel in parallel, The parallel transmission of data is realized, and the data transmission channel can be automatically selected, thereby improving the efficiency and stability of data transmission.

Abstract

一种数据传输方法,包括:获取数据发送请求;根据所述数据发送请求,将待发送数据分成多个数据分包;选择多个可用数据传输通道,将所述数据分包通过所述多个可用数据传输通道并行发送。

Description

一种数据传输方法及设备
技术领域
本发明涉及移动通讯及计算机领域,特别是指一种数据传输方法及设备。
背景技术
在全球移动通信技术飞速发展的今天, 对通信设备性能提出了更高的要 求,同时随着大数据、大流量信息的发展与普及,特别是 ADB ( Android Debug Bridge: Android调试桥) 、 无线保真 (Wi-Fi ) 、 蓝牙和 NFC ( Near Field Communication: 近场通信)等通信技术趋于成熟, PC (计算机)与手机之间 以及手机与手机之间高效的数据信息传输与共享方法也越来越受到广泛的关 注。
通信设备间通过单一的传输通道, 比如 Wi-Fi、 ADB或蓝牙来传输音视 频、 图片、文档等文件已有了不少成熟的系统与方案, 比如 FTP ( File Transfer Protocol: 文件传输协议)文件传输, 而且应用层编写也比较简单。 但是这样 的方案会限制于传输中的单通道关闭或者阻塞问题, 造成数据传输过程的不 连续性, 而且也不能同时支持除文档外比如手机联系人、 短信、 日程表等数 据的传输与共享, 所以在一定程度上限制了相关产品的发展。 发明内容
本发明提供一种数据传输方法及设备, 通过利用数据传输设备间多通信 通道的特点, 实现了数据的并行传输, 并且能够自动选择数据传输通道, 提 高了数据传输的高效性和稳定性。
本发明的技术方案如下:
一种数据传输方法, 包括:
获取数据发送请求;
根据所述数据发送请求, 将待发送数据分成多个数据分包; 以及选择多 个可用数据传输通道, 将所述数据分包通过所述多个可用数据传输通道并行 发送。
其中,所述将待发送数据分成多个数据分包是按照数据包的格式进行的, 其中, 所述数据包的格式包括: 有效数据、 数据的起始位置、 数据的长度、 偏移量、 校验码、 数据类型标志和数据分包的总长度。
其中, 所述选择多个可用数据传输通道, 将所述数据分包通过多个可用 数据传输通道并行发送的步骤包括:
选择优先级别为高的多个数据传输通道; 其中, 所述优先级为高表示所 述数据传输通道为空闲状态; 以及
将每一个数据传输通道的通道标识分别作为报文头写入通过所述数据传 输通道传输的数据分包中。
其中, 将多个数据分包分别通过所述多个优先级别为高的数据传输通道 并行发送出去后还包括:
在数据分包发送的过程中, 修改所述数据传输通道的优先级别为低, 其 中, 所述优先级别为低: 表示所述数据传输通道当前处于忙碌状态; 以及 在数据分包发送完成后, 将多个数据传输通道的优先级修改为高。
本发明的实施例还提供一种数据传输方法, 包括:
接收通过多个数据传输通道并行发送的多个数据分包;
对接收到的多个数据分包进行解析, 得到解析后的有效数据; 以及 将所述有效数据写入文件。
其中, 对接收到的多个数据分包进行解析的步骤包括:
根据数据分包的报文头中的数据包长度和数据总长度, 获取有效数据。 其中, 上述方法还包括:
对解析后得到的有效数据通过通道标识、 数据类型标识、 校验位和以及 起始位置、 偏移量等报文头信息, 对数据的大小、 类型进行有效性校验。
本发明的实施例还提供一种设备, 包括 :
获取模块, 其设置成获取数据发送请求;
数据发送业务模块, 其设置成根据所述数据发送请求, 将待发送数据分 成多个数据分包; 以及
数据传输自控制模块, 其设置成选择多个可用数据传输通道, 将所述数 据分包通过所述多个可用数据传输通道并行发送。
其中, 所述数据发送业务模块将待发送数据分成多个数据分包是按照数 据包的格式进行的, 其中, 所述数据包的格式包括: 待发送数据、 数据的起 始位置、 数据的长度、 偏移量、 校验码、 数据类型标志和数据分包的总长度。
其中, 所述数据传输自控制模块包括:
通道选择子模块, 其设置成选择优先级别为高的多个数据传输通道, 其 中, 所述优先级为高表示所述数据传输通道为空闲状态;
报头添加子模块, 其设置成将每一个数据传输通道的通道标识分别作为 报文头写入通过所述数据传输通道传输的数据分包中; 以及
发送控制子模块, 其设置成将多个数据分包分别通过所述多个优先级别 为高的数据传输通道并行发送出去, 在数据分包发送的过程中, 修改数据传 输通道的优先级别为低, 其中, 所述优先级别为低表示所述数据传输通道当 前处于忙碌状态; 在数据分包发送完成后, 将多个数据传输通道的优先级修 改为高。
其中, 上述设备还包括:
数据接收服务端模块, 其设置成接收通过多个数据传输通道并行发送的 多个数据分包; 以及
数据接收业务模块, 其设置成对接收到的多个数据分包进行解析, 得到 解析后的有效数据, 将所述有效数据写入文件。
其中, 所述数据接收业务模块根据所述数据分包的报文头中的数据包长 度和数据总长度, 获取有效数据。
其中, 上述设备还包括:
校验模块, 其设置成对解析后得到的有效数据通过通道标识、 数据类型 标识、 校验位和以及起始位置、 偏移量等报文头信息, 对数据的大小、 类型 进行有效性校验。
其中, 所述多个可用数据传输通道为同一类型通信模块的多个数据传输 通道或者为不同类型通信模块的数据传输通道。
本发明实施例的上述技术方案的有益效果是: 本发明实施例的上述技术方案根据所述数据发送请求将待发送数据分成 多个数据分包; 选择可用数据传输通道, 将所述数据分包通过所述可用数据 传输通道并行发送, 实现了数据的并行传输, 并且能够自动选择数据传输通 道, 提高了数据传输的高效性和稳定性。 附图概述
图 1是本发明实施例多通道数据发送端流程示意图;
图 2是本发明实施例多通道数据接收端流程示意图;
图 3是本发明具体实施方式多通道数据发送端流程示意图;
图 4是本发明具体实施方式多通道数据接收端流程示意图;
图 5是本发明的具体实施方式设备的发送端结构示意图;
图 6是本发明的具体实施方式设备的接收端结构示意图;
图 7是本发明具体实施方式分包报文结构示意图。 本发明的较佳实施方式
下面将结合附图及具体实施例进行详细描述。 需要说明的是, 在不冲突 的情况下, 本申请中的实施例及实施例中的特征可以相互任意组合。
本方案的核心在于在设备发送数据时, 通过数据传输自控制模块与数据 发送、 接收业务模块, 以业务模块对数据进行分包和解析, 并由数据传输自 控制模块实现对传输通道的选择, 完成同一数据文件可以通过多种传输通道 并行传输, 且满足高速和稳定性要求。
如图 1所示, 作为发送端设备的应用, 本发明的实施例提供一种数据传 输方法, 包括:
步骤 11 , 获取数据发送请求;
步骤 12, 根据所述数据发送请求, 将待发送数据分成多个数据分包; 步骤 13 , 选择多个可用数据传输通道, 将所述数据分包通过可用数据传 输通道并行发送。
本发明的实施例, 通过将待发送数据分成格式统一的多个数据分包, 从 而可以通过多个可用数据传输通道, 并行发送所述多个数据分包, 完成同一 数据文件通过多种传输通道同时传输, 且满足高速和稳定性要求。
上述实施例中, 步骤 12包括: 根据所述数据发送请求, 将待发送数据, 按照数据包格式分成格式统一的多个数据分包, 其中, 所述数据分包的格式 包括: 有效数据、 数据的起始位置、 数据的长度、 偏移量、 校验码和数据类 型标志以及分包的总长度。 其中, 数据的起始位置、 数据的长度、 偏移量、 校验码和数据类型标志以及分包的总长度在发送数据分包时, 写入报文头, 而传输通道标识在该数据分包发送时, 会写入数据分包的报文头中。
其中, 在本发明的实施例中, 步骤 12后还可以包括: 将所述多个数据分 包写入緩存中;
相应的, 步骤 13包括: 从所述緩存中读取所述多个数据分包; 将所述多个数据分包通过可用的多个数据传输通道, 并行发送出去。 在该数据分包发送完后该緩存被清空。
上述实施例中, 步骤 13可以包括:
选择可用的、 信道级别为高的多个数据传输通道; 其中, 所述优先级为 高表示所述数据传输通道为空闲状态;
将每一个数据传输通道的通道标识分别作为报文头写入通过该数据传输 通道传输的数据分包中。
步骤 13还可以包括:
在数据发送的过程中, 修改数据传输通道的优先级别为低, 其中, 所述 优先级别为低: 表示该数据传输通道当前处于忙碌状态;
在数据分包发送完成后, 将多个数据传输通道的优先级修改为高, 以便 当緩存中还有尚未发送的数据分包时, 通道选择子模块再次利用该由低优先 级(忙碌状态) 变为高优先级(空闲状态) 的数据传输通道将未发送的数据 分包发送, 且再次修改其通道优先级为低。
本发明的实施例中, 发送数据分包时, 修改所占用的传输通道优先级为 低 。 用传输通道的优先级来标示该传输通道的繁忙程度, 优先级高为闲置, 优先级低为占用; 当发送完成后, 再修改该传输通道的优先级为高, 并将緩 存中该数据清除, 以便数据发送客户端将数据分包再次写入緩存。 对于设备在接收数据时, 如图 2所示, 本发明的实施例还提供一种数据 传输方法, 包括:
步骤 21 , 接收通过多个数据传输通道并行发送来的多个数据分包; 步骤 22, 对接收到的多个数据分包进行解析, 得到解析后的有效数据; 步骤 23 , 将所述有效数据写入文件。
其中, 步骤 21后还包括: 将所述多个数据分包存入緩存中;
相应的, 步骤 22包括: 从所述緩存中, 读取所述多个数据分包; 对所述 多个数据分包进行解析, 得到数据分包中携带的有效数据。
可选的, 对解析后得到的数据进行有效性校验, 如果数据有效, 则将数 据写入文件。 如果数据无效, 则数据接收端须将该无效问题通过处于高优先 级状态的通道反馈给数据发送客户端, 请求数据发送客户端处理并将数据重 新发送给数据接收端。 其中, 有效性校验包括: 通过通道标识、 数据类型标 识、 校验位和以及起始位置、 偏移量等报文头信息, 对数据的大小、 类型有 效性校验。
在下面一种具体实施方式中, 设备之间的多通道数据传输中, 设备是包 含有 Wi - Fi、 蓝牙、 ADB等模块的智能手机及 PC (计算机) , 多通道是手 机与 PC间 (即通信设备之间 ) 由 Wi - Fi、 蓝牙、 ADB等端对端设备建立的 通信传输连接, 而数据可以有任意类型, 不单限于文件 (如媒体、 应用程序、 文本等), 还可以包括设备中的短信、 联系人、 通话记录、 日程表等信息。
其中多通道数据发送端的处理流程具体如图 3所示, 包括如下步骤: 步骤 S301 : 当数据发送客户端模块将数据分包写入緩存后, 启动通道选 择器。
步骤 S302: 判断多通道的使能情况, 比如 Wi-Fi, 蓝牙、 ADB等可建立 连接传输的通道。 如果存在使能的通道, 则转到步骤 S303; 否则退出。
步骤 S303 : 初始化使能通道的选择优先级别为高。 例如, 初始化时如
Wi-Fi和蓝牙通道均处于使能状态,则将 Wi-Fi和蓝牙通道的优先级设置为高。 发送时, 可选择高优先级的多通道并行发送, 并将该通道的优先级别设置为 低。 这里, 优先级为高表示该数据传输通道当前处于空闲状态。 优先级为低 表示该数据传输通道当前处于繁忙状态。 接着转到步骤 S304。 步骤 S304: 根据传输通道的优先级高低, 来选择数据传输通道。 如果所 有通道的优先级均为高 (空闲状态) , 则同时利用所有通道并行发送数据分 包。 如果所有通道优先级均为最低(即繁忙状态), 则待发送数据暂时等待, 当检测到有可用通道时 (优先级由低变为高的通道) , 再进行数据的传输发 送, 并转到步骤 S305。
步骤 S305: 从緩存中读取数据分包, 如果读取成功, 则转到步骤 S306。 如果无可发数据时, 则退出。
步骤 S306: 将数据分包流通过发送接口发送, 同时设置当前通道的优 先级为最低,并转到步骤 S304再次选择较高优先级的空闲通道并行传输下一 个数据分包。
步骤 S307: 判断发送是否完成, 如果发送完成, 转入步骤 S308; 否则转 入 S306继续发送。
步骤 S308: 当步骤 S306中的数据分包通过通道全部发送完成后, 清空 緩存中已发送数据, 并将该传输通道优先级由低设置为高; 以便步骤 S304实 时检测到通道状态变化, 自动选择该空闲通道并下发传输。
多通道数据接收端的处理流程如图 4所示, 包括如下步骤:
步骤 S401 : 多通道数据接收服务端模块接收到来自于多通道数据发送端 步骤 S306的数据流后, 将该传输通道的优先级置高, 转入步骤 S402。
步骤 S402: 将数据分包存入緩存, 当緩存存满时, 将暂停发送的命令通 过步骤 S404发给数据发送客户端; 否则转入步骤 S403。
步骤 S403 : 从緩存中读取数据分包, 将数据传递给步骤 S405。
步骤 S404: 接收到数据异常命令时, 比如步骤 S402的暂停发送命令, 将该命令通过空闲通道发送给客户端。
步骤 S405: 将步骤 S403传递来的数据分包进行解析, 得到数据分包中 的报文头和数据。 同时进行数据的有效性校验, 如果数据无效, 将重新请求 的命令通过步骤 S404发送给客户端; 如果有效, 则将数据写入。
步骤 S406: 判断通道优先级情况(即繁忙情况) , 如果通道空闲, 则转 入步骤 S407; 否则转入步骤 S408。
步骤 S407: 向数据发送客户端发出暂停发送、 重新请求等命令。 步骤 S408: 等待数据传输通道空闲后, 将暂停发送、 重新请求等命令发 送给数据发送客户端。
步骤 S409: 将校验有效的数据(文档、 图片、 手机联系人、 短信等)写 入, 并将緩存清除, 以便数据接收服务端可以再次接收数据发送客户端发送 来的数据。
本发明的上述实施例通过数据发送客户端启动通道选择后, 初始化多个 通道的优先级别为高, 并从緩存中读取已经划分的多个数据分包, 用优先级 为高的多个通道并行发送, 并在发送过程中, 将该通道的优先级别设置为低, 表示该通道当前处于忙碌状态, 在数据传输的过程中, 由于通道的传输速度 不同, 会导致传输相同的大小的数据分包的用时不同, 所以有的通道会先完 成数据发送, 而有的通道会后完成数据发送; 如果当前的所有通道都处于忙 状态, 则数据传输处于等待状态, 并检测多通道的状态变化, 当多通道中的 某一通道传输完毕并被置为高优先级状态, 即空闲状态的时候, 继续选择该 高优先级通道进行下一数据分包的发送, 并将该通道的优先级别置为低。 其 中, 通道选择可用通道选择器来实现。
本发明的上述实施例 1 )相比单通道串行传输, 釆用多通道并行传输将 有效提高数据的传输速率。 2 ) 相比单通道数据传输, 多通道数据传输能够 保证某个通道被关闭或者阻塞的情况下, 另外一个通道还能够代替其完成任 务, 在保证数据传输的延续性上有着较大的优势。 3 )釆用自定义数据业务模 块处理和解析分包, 传输的数据内容将不限于单一数据类型, 能够支持任意 数据类型的传输扩展。 4 )充分利用了通信设备多个传输模块的并行传输能力, 使得数据并行传输速率显著加速。 其次, 通过接收方的数据有效性校验方式, 保证了接收数据的完整性。 同时釆用自定义分包传输协议, 可兼容任意数据 类型的有效传输。
如图 5所示, 本发明的实施例还提供一种设备, 作为数据传输的发送端, 包括 :
获取模块 501 , 其设置成获取数据发送请求;
数据发送业务模块 502 , 其设置成根据所述数据发送请求将待发送数据 分成多个数据分包; 以及 数据传输自控制模块 503 , 其设置成选择可用数据传输通道, 将所述数 据分包通过可用数据传输通道并行发送。
其中, 上述设备还包括: 第一緩存模块, 其设置成存储所述数据发送业 务模块得到的多个数据分包。 其中, 将该多个数据分包写入第一緩存模块可 以由数据发送客户端模块 504来完成的, 同时, 该数据发送客户端模块 504 还设置成利用数据发送业务模块 502提供的数据分包, 将数据分包发送到数 据传输自控制模块 503。
其中, 数据传输自控制模块包括:
通道选择子模块, 其设置成选择优先级别为高的多个数据传输通道, 其 中, 所述优先级为高表示所述数据传输通道为空闲状态;
报头添加子模块, 其设置成将每一个数据传输通道的通道标识分别作为 报文头写入通过该数据传输通道传输的数据分包中;
发送控制子模块, 其设置成将多个数据分包分别通过该多个优先级别为 高的数据传输通道并行发送出去, 在数据分包发送的过程中, 修改数据传输 通道的优先级别为低, 其中, 所述优先级别为低: 表示该数据传输通道当前 处于忙碌状态; 并用于在数据分包发送完成后, 将多个数据传输通道的优先 级修改为高, 并在数据传输通道由忙碌变为空闲状态的时候, 继续选择该通 道发送尚未发送的数据分包。
如图 6所示, 本发明实施例的上述设备, 作为数据的接收端, 还可以包 括:
数据接收服务端模块 601 , 其设置成接收通过多个数据传输通道并行发 送的多个数据分包;
数据接收业务模块 602 , 其设置成对接收到的多个数据分包进行解析, 得到解析后的有效数据, 并将所述有效数据写入文件。
其中, 上述设备还可以包括第二緩存模块, 其设置成存储数据接收服务 端模块接收到的所述多个数据分包。 其中, 该第二緩存模块与上述第一緩存 模块在一个设备中时, 可以由同一緩存实现, 也可以是不同的緩存来实现。
其中, 所述多个数据传输通道为同一类型通信模块的多个数据传输通道 或者为不同类型通信模块的数据传输通道。 其中, 同一类型通信模块为釆用 同一通信协议的通信模块, 如 Wi-Fi通信模块的多个数据传输通道; 不同类 型通信模块的数据传输通道,如包括: Wi-Fi通信模块的数据传输通道以及蓝 牙通信模块的数据传输通道, 还可以包括如 ADB、 NFC通信模块的数据传输 通道等; 该实施例中, 不局限于手机与 PC之间的多数据格式传输, 可以扩 展至终端设备间进行多种传输方式并行传输, 充分利用了通信设备多个传输 模块的并行传输能力, 使得数据并行传输速率显著加速。
可选的, 该设备还可以包括: 用户界面模块 603 , 负责为用户提供可操 作、图形化的界面,包含参数设置,状态显示,发送接收进度显示,使能 Wi-Fi、 蓝牙、 ADB等, 以及通道的连接设置。
在数据发送业务模块中, 需要对发送数据分包处理, 即参照如图 7所示, 会将数据包报文头添加数据类型标识、 传输通道标识、 数据起始位置、 偏移 量、 数据长度、 分包长度、 校验码等字段。 相应的, 在数据接收业务模块中, 则可以对数据分包依据包头标识进行解析并写入。
其中, 上述所有实施例中, 数据包报文头的含义包括:
数据类型标识用来表明发送数据的数据类型, 如发送数据是音乐、视频、 图片等媒体文件, 还是 WOrd、 excel等文档文件, 或者是手机中的短彩信、 联 系人等数据。 根据不同的数据类型, 数据接收业务模块可釆用不同的方式处 理数据。 如果是音视频、 文档等数据, 则可直接写入文件。 而如果是短彩信、 联系人、 通话记录等数据, 则需要釆用具体设备支持的接口方式, 写入设备 中 (如 Android手机需要将这些信息写入手机相应的数据库中) 。
传输通道标识可用来识别接收到的数据分包是否是由特定的通道传输, 如果该标识与当前接收通道不一致, 则表明数据无效, 需要将无效问题反馈 给数据发送端处理。
数据起始位置和偏移量表示该数据在待发送的文件中的起始位置和偏移 量, 以便数据接收模块按照指定位置将数据写入文件。
数据长度和分包长度是用来解析数据包的, 由分包长度减去数据长度便 是数据分包报文头的长度。 利用这两个值可以从数据分包的不同位置读取有 效数据和报文头。
校验码可用来校验数据传输的有效性。 数据传输自控制模块起到对多通道的自动选择与管理作用, 该模块读取 来自于数据发送客户端的数据分包, 并将数据由相应的通道传输到数据接收 服务端, 而数据发送客户端和数据接收服务端所用数据分别是从数据发送、 接收业务模块处理和解析的数据分包; 用户界面模块, 数据发送、 接收业务 模块属于上层业务部分, 其中用户界面模块会根据不同的通道连接状态显示 当前发送与接收情况, 数据发送、接收业务模块统一处理数据的分包和解析。 启动设备已安装的应用程序, 并使能 Wi-Fi、 蓝牙、 ADB等端口, 在已 有可通信设备建立通道连接后, 选择发送数据。
数据发送客户端模块接到数据发送请求后, 调用数据发送业务模块, 由 数据发送业务模块进行数据分包, 分包内容包含待发送数据、 数据的起始位 置、 数据的长度、 偏移量、 校验码、 数据标志等。 因为分包格式的统一, 就 使得同一数据文件能够同时并行通过多个通道发送。 数据发送业务模块将数 据分包返回给数据发送客户端模块,数据发送客户端模块再将数据写入緩存。
数据传输自控制模块根据 Channel (通道) 的使能状况, 选择可用的
Channel, 同时设置 Channel的优先级标志, 并从緩存中读取数据分包, 并对 分包报文处理, 将 Channel类型标志作为报文头写入分包。 发送数据分包时, 修改所占用的 Channel优先级为低 。 用 Channel的优先级来标示该通道的繁 忙程度, 优先级高为闲置, 优先级低为占用; 当发送完成后, 再调整该通道 优先级为高, 并将緩存中该数据清除, 以便数据发送客户端将数据分包再次 写入緩存。
数据接收服务端模块接收到数据传输自控制模块的数据分包后, 将数据 分包存入緩存, 緩存存满时, 向数据发送客户端发送等待消息, 然后调用数 据接收业务模块从緩存读取并解析数据分包, 解析方法主要依据分包报文中 的 ^艮文头属性, 并将解析出的有效数据写入文件。 如果解析中, 分包有效性 校验失败或出现丟包导致数据整体不完整情况, 则向数据发送客户端重新请 求相应无效或丟失的数据分包。
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序 来指令相关硬件完成, 程序可以存储于计算机可读存储介质中, 如只读存储 器、 磁盘或光盘等。 可选地, 上述实施例的全部或部分步骤也可以使用一个 或多个集成电路来实现。 相应地, 上述实施例中的各模块 /单元可以釆用硬件 的形式实现, 也可以釆用软件功能模块的形式实现。 本发明不限制于任何特 定形式的硬件和软件的结合。
以上所述是本发明的较佳实施方式, 应当指出, 对于本技术领域的普通 技术人员来说, 在不脱离本发明所述原理的前提下, 还可以做出若干改进和 润饰, 这些改进和润饰也应视为本发明的保护范围。
工业实用性 本发明实施例的上述技术方案根据所述数据发送请求将待发送数据分成 多个数据分包; 选择可用数据传输通道, 将所述数据分包通过所述可用数据 传输通道并行发送, 实现了数据的并行传输, 并且能够自动选择数据传输通 道, 提高了数据传输的高效性和稳定性。

Claims

权 利 要 求 书
1. 一种数据传输方法, 包括:
获取数据发送请求;
根据所述数据发送请求, 将待发送数据分成多个数据分包; 以及 选择多个可用数据传输通道, 将所述数据分包通过所述多个可用数据传 输通道并行发送。
2. 根据权利要求 1所述的数据传输方法, 其中, 所述将待发送数据分成 多个数据分包是按照数据包的格式进行的, 其中, 所述数据包的格式包括: 有效数据、 数据的起始位置、 数据的长度、 偏移量、 校验码、 数据类型标志 和数据分包的总长度。
3. 根据权利要求 1所述的数据传输方法, 其中, 所述选择多个可用数据 传输通道,将所述数据分包通过多个可用数据传输通道并行发送的步骤包括: 选择优先级别为高的多个数据传输通道, 其中, 所述优先级为高表示所 述数据传输通道为空闲状态; 以及
将每一个数据传输通道的通道标识分别作为报文头写入通过所述数据传 输通道传输的数据分包中。
4. 根据权利要求 3所述的数据传输方法, 其中, 将多个数据分包分别通 过所述多个优先级别为高的数据传输通道并行发送出去后还包括:
在数据分包发送的过程中, 修改所述数据传输通道的优先级别为低, 其 中, 所述优先级别为低: 表示所述数据传输通道当前处于忙碌状态; 以及 在数据分包发送完成后, 将多个数据传输通道的优先级修改为高。
5. 一种数据传输方法, 包括:
接收通过多个数据传输通道并行发送的多个数据分包;
对接收到的多个数据分包进行解析, 得到解析后的有效数据; 以及 将所述有效数据写入文件。
6. 根据权利要求 5所述的数据传输方法, 其中, 对接收到的多个数据分 包进行解析的步骤包括:
根据所述数据分包的报文头中的数据包长度和数据总长度, 获取有效数 据。
7. 根据权利要求 6所述的数据传输方法, 还包括:
对解析后得到的有效数据通过通道标识、 数据类型标识、 校验位和以及 起始位置、 偏移量等报文头信息, 对数据的大小、 类型进行有效性校验。
8. 一种设备, 包括 :
获取模块, 其设置成获取数据发送请求;
数据发送业务模块, 其设置成根据所述数据发送请求, 将待发送数据分 成多个数据分包; 以及
数据传输自控制模块, 其设置成选择多个可用数据传输通道, 将所述数 据分包通过所述多个可用数据传输通道并行发送。
9. 根据权利要求 8所述的设备, 其中, 所述数据发送业务模块将待发送 数据分成多个数据分包是按照数据包的格式进行的, 其中, 所述数据包的格 式包括: 待发送数据、 数据的起始位置、 数据的长度、 偏移量、 校验码、 数 据类型标志和数据分包的总长度。
10. 根据权利要求 8所述的设备, 其中, 所述数据传输自控制模块包括: 通道选择子模块, 其设置成选择优先级别为高的多个数据传输通道, 其 中, 所述优先级为高表示所述数据传输通道为空闲状态;
报头添加子模块, 其设置成将每一个数据传输通道的通道标识分别作为 报文头写入通过所述数据传输通道传输的数据分包中; 以及
发送控制子模块, 其设置成将多个数据分包分别通过所述多个优先级别 为高的数据传输通道并行发送出去, 在数据分包发送的过程中, 修改数据传 输通道的优先级别为低, 其中, 所述优先级别为低表示所述数据传输通道当 前处于忙碌状态; 在数据分包发送完成后, 将多个数据传输通道的优先级修 改为高。
11. 根据权利要求 8所述的设备, 还包括:
数据接收服务端模块, 其设置成接收通过多个数据传输通道并行发送的 多个数据分包; 以及
数据接收业务模块, 其设置成对接收到的多个数据分包进行解析, 得到 解析后的有效数据, 将所述有效数据写入文件。
12. 根据权利要求 11所述的设备, 其中, 所述数据接收业务模块根据所 述数据分包的报文头中的数据包长度和数据总长度, 获取有效数据。
13. 根据权利要求 12所述的设备, 还包括:
校验模块, 其设置成对解析后得到的有效数据通过通道标识、 数据类型 标识、 校验位和以及起始位置、 偏移量等报文头信息, 对数据的大小、 类型 进行有效性校验。
14. 根据权利要求 8所述的设备, 其中, 所述多个可用数据传输通道为 同一类型通信模块的多个数据传输通道或者为不同类型通信模块的数据传输 通道。
PCT/CN2014/076094 2013-09-26 2014-04-24 一种数据传输方法及设备 WO2014169860A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310444964.0 2013-09-26
CN201310444964.0A CN104519075A (zh) 2013-09-26 2013-09-26 一种数据传输方法及设备

Publications (1)

Publication Number Publication Date
WO2014169860A1 true WO2014169860A1 (zh) 2014-10-23

Family

ID=51730822

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/076094 WO2014169860A1 (zh) 2013-09-26 2014-04-24 一种数据传输方法及设备

Country Status (2)

Country Link
CN (1) CN104519075A (zh)
WO (1) WO2014169860A1 (zh)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017107083A1 (zh) * 2015-12-23 2017-06-29 华为技术有限公司 数据发送方法、接收方法、装置及系统
CN107743266A (zh) * 2017-10-10 2018-02-27 武汉斗鱼网络科技有限公司 Flash与JS页面的高效渲染通讯方法、存储介质、设备及系统
CN111193574A (zh) * 2019-12-31 2020-05-22 西安翔腾微电子科技有限公司 一种数据传输方法及数据传输系统
CN111343605A (zh) * 2020-03-06 2020-06-26 知轮(杭州)科技有限公司 一种用于车辆局域网高速传输数据的无线通信方法
WO2020168049A1 (en) * 2019-02-14 2020-08-20 Google Llc Dynamic resource allocation across multiple network service providers
CN112491620A (zh) * 2020-11-29 2021-03-12 中国航空工业集团公司洛阳电光设备研究所 一种基于srio的多通道数据传输控制器及调整方法
CN112637112A (zh) * 2019-10-09 2021-04-09 中兴通讯股份有限公司 多通道数据发送方法、组装方法、装置、介质、电子设备
CN113905350A (zh) * 2021-08-27 2022-01-07 华人运通(上海)自动驾驶科技有限公司 数据上行、下行传输方法、车载智能终端、服务器及系统
CN114697279A (zh) * 2022-03-23 2022-07-01 北京航天拓扑高科技有限责任公司 一种多信道分包传输数据文件的方法

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105072047B (zh) * 2015-09-22 2018-12-07 浪潮(北京)电子信息产业有限公司 一种报文传输及处理方法
CN105356916B (zh) * 2015-12-11 2018-02-16 中南大学 一种可穿戴智能设备的自适应蓝牙传输方法
CN105848180A (zh) * 2016-01-25 2016-08-10 乐卡汽车智能科技(北京)有限公司 数据链路的建立方法、数据传输方法、装置及移动终端
CN107656884A (zh) * 2016-07-25 2018-02-02 中兴通讯股份有限公司 一种数据处理方法和系统,外围组件快速互连设备及主机
WO2018018627A1 (zh) * 2016-07-29 2018-02-01 深圳市道通智能航空技术有限公司 一种数据传输方法、系统及接收装置
CN107360556A (zh) * 2017-08-24 2017-11-17 彩讯科技股份有限公司 一种短信下发方法及装置
CN111145401A (zh) * 2020-03-11 2020-05-12 杭州涂鸦信息技术有限公司 一种指纹数据传输系统及方法
CN111526082A (zh) * 2020-03-19 2020-08-11 北京三快在线科技有限公司 消息发送方法、装置、消息处理设备、服务器以及存储介质
CN113993164A (zh) * 2021-10-29 2022-01-28 维沃移动通信有限公司 文件传输方法和文件传输装置
CN114286447A (zh) * 2021-12-27 2022-04-05 中国联合网络通信集团有限公司 调度优先级的调整方法、设备及存储介质
CN114490474A (zh) * 2021-12-28 2022-05-13 武汉微创光电股份有限公司 一种通过cpld实现多路uart接口扩展的系统
CN116719628B (zh) * 2023-08-09 2024-04-19 东莞信宝电子产品检测有限公司 一种并发任务抢占式调度方法、系统及介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1407736A (zh) * 2001-08-30 2003-04-02 汤姆森特许公司 使能多信道数据流传输的方法、装置和数据结构
CN101217543A (zh) * 2008-01-21 2008-07-09 中兴通讯股份有限公司 在集群中的多个物理通道中按照优先级进行通信的方法
CN102484545A (zh) * 2009-06-17 2012-05-30 阿姆西斯娱乐系统电子有限公司 用于传输事件数据的方法和装置,其中所述数据的至少一部分通过较高带宽的至少一个传输通道来传输并且所述数据的至少一部分通过较低带宽的至少一个传输通道来传输
CN102665257A (zh) * 2012-04-09 2012-09-12 北京大学 一种带宽叠加的无线上网系统和方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101369972B (zh) * 2008-10-17 2013-06-12 华为技术有限公司 业务数据传输方法、系统及设备
WO2010081300A1 (zh) * 2009-01-19 2010-07-22 华为终端有限公司 数据接发处理设备、数据接发处理设备底座及系统
CN102026045B (zh) * 2009-09-17 2014-12-03 华为技术有限公司 数据帧的发送处理和接收处理方法、装置和系统
CN102681798A (zh) * 2011-03-17 2012-09-19 东友科技股份有限公司 便携式通信装置的打印系统与方法
CN103200606B (zh) * 2013-03-18 2016-12-28 东莞宇龙通信科技有限公司 终端和数据业务处理方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1407736A (zh) * 2001-08-30 2003-04-02 汤姆森特许公司 使能多信道数据流传输的方法、装置和数据结构
CN101217543A (zh) * 2008-01-21 2008-07-09 中兴通讯股份有限公司 在集群中的多个物理通道中按照优先级进行通信的方法
CN102484545A (zh) * 2009-06-17 2012-05-30 阿姆西斯娱乐系统电子有限公司 用于传输事件数据的方法和装置,其中所述数据的至少一部分通过较高带宽的至少一个传输通道来传输并且所述数据的至少一部分通过较低带宽的至少一个传输通道来传输
CN102665257A (zh) * 2012-04-09 2012-09-12 北京大学 一种带宽叠加的无线上网系统和方法

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017107083A1 (zh) * 2015-12-23 2017-06-29 华为技术有限公司 数据发送方法、接收方法、装置及系统
CN107743266A (zh) * 2017-10-10 2018-02-27 武汉斗鱼网络科技有限公司 Flash与JS页面的高效渲染通讯方法、存储介质、设备及系统
CN107743266B (zh) * 2017-10-10 2020-01-03 武汉斗鱼网络科技有限公司 Flash与JS页面的高效渲染通讯方法、存储介质、设备及系统
WO2020168049A1 (en) * 2019-02-14 2020-08-20 Google Llc Dynamic resource allocation across multiple network service providers
CN112637112A (zh) * 2019-10-09 2021-04-09 中兴通讯股份有限公司 多通道数据发送方法、组装方法、装置、介质、电子设备
CN111193574B (zh) * 2019-12-31 2023-04-28 西安翔腾微电子科技有限公司 一种数据传输方法及数据传输系统
CN111193574A (zh) * 2019-12-31 2020-05-22 西安翔腾微电子科技有限公司 一种数据传输方法及数据传输系统
CN111343605A (zh) * 2020-03-06 2020-06-26 知轮(杭州)科技有限公司 一种用于车辆局域网高速传输数据的无线通信方法
CN111343605B (zh) * 2020-03-06 2023-08-29 知轮(杭州)科技有限公司 一种用于车辆局域网高速传输数据的无线通信方法
CN112491620A (zh) * 2020-11-29 2021-03-12 中国航空工业集团公司洛阳电光设备研究所 一种基于srio的多通道数据传输控制器及调整方法
CN113905350A (zh) * 2021-08-27 2022-01-07 华人运通(上海)自动驾驶科技有限公司 数据上行、下行传输方法、车载智能终端、服务器及系统
CN113905350B (zh) * 2021-08-27 2023-09-15 华人运通(上海)自动驾驶科技有限公司 数据上行、下行传输方法、车载智能终端、服务器及系统
CN114697279A (zh) * 2022-03-23 2022-07-01 北京航天拓扑高科技有限责任公司 一种多信道分包传输数据文件的方法

Also Published As

Publication number Publication date
CN104519075A (zh) 2015-04-15

Similar Documents

Publication Publication Date Title
WO2014169860A1 (zh) 一种数据传输方法及设备
AU2014269271B2 (en) Electronic device using logical channels for communication
JP5081818B2 (ja) サービスセッション中に無線アクセスネットワークのインターフェースを自動選択するマルチモードモバイル端末
WO2012031436A1 (zh) 数据存储与鉴权并行的处理方法和终端
JP2008543240A (ja) モバイル端末を制御するためのソフトウェアモジュールを送信するためのネットワーク機器
JPWO2006080403A1 (ja) 通信機器、通信システム、通信方法、通信プログラム、通信回路
CN103442391A (zh) 一种数据传输的方法及用户终端、系统
CN110312283B (zh) 一种信息处理方法及装置
CN101894092A (zh) 多核cpu及其核间通信方法
CN102612007A (zh) 短信流量控制方法及装置
CN101945322A (zh) 使用数据卡与无线网络通信的方法、系统及数据卡
CN115396528A (zh) 基于协议族的quic数据传输方法及装置
JP2009071411A (ja) データの転送方法、装置、プログラム
CN103650401A (zh) 一种移动终端内部通信方法
CN1758801B (zh) 移动通信终端中的消息发送设备和方法
JP2020507261A (ja) データ伝送方法、装置、送信端、受信端及びシステム
CN112422485B (zh) 一种传输控制协议的通信方法及装置
US20190052736A1 (en) Pdu structures
CN114040510B (zh) 一种数据传输方法及相关装置
CN101867397A (zh) 一种基于蓝牙的数据传输方法及系统、接收及发送终端
EP2312799A1 (en) Method and device for processing multimedia messaging service notification message and multimedia messaging service receiving system
US20070121493A1 (en) Variable-sized packet support for enhanced synchronous connection oriented links over a USB interface
JP2008079330A (ja) 通信機器、通信方法、通信プログラム、通信回路、携帯電話、表示装置、印刷装置、記録装置
CN110856162B (zh) 网络配置方法及相关装置
CN104053132A (zh) 一种信息号码识别的方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14786058

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14786058

Country of ref document: EP

Kind code of ref document: A1