METHOD AND DEVICE FOR ESTABLISHING A DATA CONNECTION AND COMPUTER-READABLE MEDIUM

Information

  • Patent Application
  • 20170171255
  • Publication Number
    20170171255
  • Date Filed
    November 09, 2016
    7 years ago
  • Date Published
    June 15, 2017
    7 years ago
Abstract
A method and a device for establishing a data connection and computer-readable medium are provided. The method includes receiving a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data; extracting the identifier of the target application; based on the identifier of the target application and a preset callback function mapping table, determining a target callback function corresponding to the target application, wherein the preset callback function mapping table comprises at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; running the target callback function to transmit the transmission data to the target application.
Description
CROSS-REFERENCE TO RELATED APPLICATION

This application is based on and claims priority to Chinese Patent Application No. 201510919039.8 filed on Dec. 11, 2015, which is incorporated herein by reference in its entirety.


FIELD

The present disclosure generally relates to the technical field of network, and more particularly to a method and a device for establishing a data connection and computer-readable medium.


BACKGROUND

With the development of the network technology, the data service of smart devices has been developed rapidly. Different smart devices may perform data transmission via establishing a data connection. For example, if a data connection is established between a smart phone and a smart television, the data could be transmitted from the smart phone to the smart television.


In related art, different applications may be installed on one smart device, and one device may perform data transmission with another device via the installed application, even one device may perform data transmission with another device via multiple applications. For example, when performing data transmission between an application A in a smart phone and an application A* in a smart television, the smart phone could establish a data connection with a Port A of the smart television, while performing data transmission between an application B in the smart phone and an application B* in the smart television, the smart phone could establish a data connection with a Port B of the smart television.


SUMMARY

According to a first aspect of the embodiments of the present disclosure, a method for establishing a data connection is provided. The method includes: receiving a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data; extracting the identifier of the target application; determining, based on the identifier of the target application and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table includes at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; running the target callback function to transmit the transmission data to the target application.


According to a second aspect of the embodiments of the present disclosure, a device for establishing a data connection is provided. The device includes: a processor; a memory for storing instructions executable by the processor; wherein the processor is configured to: receive a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data; extract the identifier of the target application; determine, based on the identifier of the target application and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table includes an at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; run the target callback function to transmit the transmission data to the target application.


According to a third aspect of the embodiments of the present disclosure, a non-transitory storage medium is provided, the non-transitory storage medium being readable by a computer and having stored therein a computer program including instructions for executing the steps of a method for establishing a data connection, the method includes: receiving a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data; extracting the identifier of the target application; determining, based on the identifier of the target application and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table includes at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; running the target callback function to transmit the transmission data to the target application.


It is to be understood that the forgoing general description and the following detailed description are illustrative only, and are not intended to limit the present disclosure.





BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the principles of the present disclosure.



FIG. 1 is a flow diagram illustrating a method for establishing a communication connection according to an exemplary embodiment.



FIG. 2A a flow diagram illustrating a method for establishing a communication connection according to another exemplary embodiment.



FIG. 2B is a schematic diagram for establishing a communication connection related to the embodiment of FIG. 2A.



FIG. 2C is another schematic diagram for establishing a communication connection related to the embodiment of FIG. 2A.



FIG. 2D is a schematic diagram of a data packet related to the embodiment of FIG. 2A.



FIG. 3 is a block diagram illustrating a device for establishing a communication connection according to an exemplary embodiment.



FIG. 4 is a block diagram illustrating a device for establishing a communication connection according to another exemplary embodiment.



FIG. 5 is a block diagram illustrating a terminal 500 according to an exemplary embodiment.





DETAILED DESCRIPTION

Reference will now be made in detail to example embodiments, examples of which are illustrated in the accompanying drawings. The following description refers to the accompanying drawings in which same numbers in different drawings represent same or similar elements unless otherwise described. The implementations set forth in the following description of example embodiments do not represent all implementations consistent with the present disclosure. Instead, they are merely examples of devices and methods consistent with aspects related to the present disclosure as recited in the appended claims.


The method disclosed in the embodiments of the present disclosure may be applied into an intelligent device with a variety of applications mounted thereon, the intelligent device may perform data transmission with other intelligent devices via the mounted applications. The aforementioned intelligent device may be an intelligent household such as an intelligent television, an intelligent speaker and the like, or may be a terminal such as a cellphone, a tablet, a computer and the like.



FIG. 1 is a flow diagram illustrating a method for establishing a communication connection according to an exemplary embodiment. The method for establishing a data connection may include the following steps.


In step 101, a data packet transmitted by a terminal may be received, and the data packet may carry an identifier of a target application and transmission data.


In step 102, the identifier of the target application may be extracted.


In step 103, a target callback function corresponding to the target application may be determined based on the identifier of the target application and a preset callback function mapping table. Wherein the preset callback function mapping table may include at least one identifier of at least one application and at least one corresponding callback function, and the target callback function may be configured to transmit the transmission data to a data memory address corresponding to the target application.


In step 104, the target callback function may be performed to transmit the transmission data to the target application.


Through extracting the identifier of the target application carried in the data packet transmitted by a terminal, determining a target callback function based on the identifier of the target application and a preset callback function mapping table, and running the target callback function to transmit the transmission data to the target application, the method provided by the embodiments of the disclosure may uniformly manage and transmit the received data packets, thus, it is not necessary to establish too many connections between the terminal and ports, and port resources may be saved.


In some embodiments, before receiving a data packet transmitted by a terminal, the example method may further include: receiving a registration message transmitted by an application in a present end, wherein the registration message carries an identifier of the application and a callback function; storing the identifier of the application and the callback function in pairs into the preset callback function mapping table.


Accordingly, transmitting the received transmission data to the corresponding application may be implemented through receiving a registration message transmitted by an application on a present end and storing the identifier of the application and the callback function carried in the registration into the preset callback function mapping table, the callback function may be determined according to the identifier of the target application when the data packet is received.


In some embodiments, the example method may further include: receiving a request for establishing a connection and the request is transmitted by the terminal; establishing the data connection with the terminal.


Accordingly, performing data transmission with the terminal may be implemented through receiving a request for establishing a connection and establishing the data connection with the terminal.


In some embodiments, establishing the data connection with the terminal includes: detecting whether an idle port exists in the present end or not; establishing the data connection with the terminal via the idle port when the idle port exits in the present end.


Accordingly, when establishing different connections by the terminal, establishing different data connections may be implemented through establishing the data connection with the terminal via the detected idle port.


In some embodiments, receiving a data packet transmitted by a terminal includes: receiving different types of data packets transmitted by the terminal via different data connections established with the terminal, and the type of the data packet is determined by at least one of the transmission frequency of the data packet and the size of the data packet.


Through receiving different types of data packets via different data connections established with the terminal, the interference between the different types of data packets may be avoided, and the utilization efficiency of the ports may be improved.


Above optional technical solutions may be arbitrarily combined to form the optional embodiments of the present disclosure, which will not be elaborated herein.



FIG. 2A is a flow diagram illustrating a method for establishing a communication connection according to another exemplary embodiment, and the embodiment may be illustrated as the method for establishing a data connection being performed by an intelligent device. The method for establishing a data connection may include the following steps.


In step 201, the intelligent device may receive a registration message transmitted by an application on the intelligent device, and the registration message may carry an identifier of the application and a callback function.


Referring to FIG. 2B, the method provided by the embodiments of the present application may establish an UDT (UDP-based Data Transfer Protocol, UDP is User Datagram Protocol) module, and the UDT module may be configured to uniformly receive and transmit data.


In order to enable the intelligent device to transmit the received transmission data to the corresponding application, the application on the intelligent device may automatically transmit the registration message to the UDT module when the starting of the intelligent device is detected. Wherein, the registration message may carry the identifier of the application and the callback function, the identifier of the application may be configured to uniquely identify the application, and the identifier of the application may be corresponding to the callback function. In other words, the intelligent device may uniquely determine the corresponding callback function according to the identifier of the application, and the identifier of the application may be an integer of 16 bits. Wherein, the callback function may be configured to transmit the transmission data to the data memory address corresponding to the application. The callback function may be generated by the application. Alternatively, the callback function may also be transmitted to an intermediary software and then be generated by the intermediary software.


In step 202, the intelligent device may store the identifier of the application and the callback function in pairs into the preset callback function mapping table.


The intelligent device may establish the preset callback function mapping table via above step 201 and step 202 when the UDT module is established, and when the identifier of the application and the callback function transmitted by other applications are received, and the identifier of the application may be used as the index, so as to store the identifier of the application and the callback function into the preset callback function mapping table. Namely the preset callback function mapping table may include at least one identifier of at least one application and at least one corresponding callback function.


In some embodiments, storing the identifier of the application and the callback function in pairs into the preset callback function mapping table may be a newly added progress. In particular, the preset callback function mapping table may have stored some correspondence relations between the identifier of the application and the callback function, and the registration message received this time may be newly added, the intelligent device may store the identifier of the application and the callback function carried in the registration message received this time into the preset callback function mapping table. In some embodiments, if the registration message received this time is newly added, and if the intelligent device detects that the preset callback function mapping table in the database has already stored the identifier of the application and the callback function carried in the registration message, then the storage may not be repeated.


It is to be noted that there is no execution order between the storing progress in step 202 and the terminal transmitting a request for establishing a connection in step 203. In other words, the storing progress in step 202 may be performed before the terminal transmitting a request for establishing a connection in step 203, or may be performed after the terminal transmitting a request for establishing a connection in step 203. The storing progress in step 202 also may be concurrently performed with the terminal transmitting a request for establishing a connection in step 203.


In step 203, the terminal may transmit a request for establishing a connection to the intelligent device.


Referring to FIG. 2B, the terminal may be configured with an UDTClient module and may transmit a request for establishing a connection to the intelligent device via the UDTClient module before transmitting data to the intelligent device. The UDTClient module may be configured to transmit a request for establishing a connection to the intelligent device.


In practice, the data packets may include various types. If the terminal only establishes a connection with one port of the intelligent device, then the intelligent device may only receive different types of data packets via the same port. Thus, if the terminal transmits different types of data packets, then a port congestion may occur. Therefore, in order to improve the validity of the transmission of the data packets, the terminal may establish a number of different data connections with the intelligent device according to the types of the data packets to be transmitted. Accordingly, in step 203, the terminal may transmit a request for establishing a connection according to the type of the data packet, wherein the request for establishing a connection may be used to establish a data connection corresponding to the type of the data packet.


Wherein, the type of the data packet may be determined by at least one of the transmission frequency of the data packet and the size of the data packet. For example, a data connection with a higher priority may be established for the data packet which has a higher transmission frequency and a smaller size, while a data connection with a lower priority may be established for the data packet which has a lower transmission frequency and a greater size. The embodiments of the present disclosure may not define the specific priority of the established connection. Different requests for establishing a connection may be transmitted with respect to the aforementioned different types of data packets.


In the embodiments of the present disclosure, the data packet may be classified into three types according to the transmission frequency of the data packet and the size of the data packet.


In some embodiments, the data packet may be a first type of data packet. The transmission frequency of the first type of data packet is higher than a first preset frequency, and the size of the first type of data packet is smaller than a first preset threshold. Wherein, the first preset frequency may be set by a system by default, or may be set by a user according to actual needs. Similarly, the first preset threshold may be set by the system by default, or may be set by the user according to actual needs. The first type of data packet may be characterized in that it has a higher transmission frequency and a smaller size. For example, the first type of data packet may be chatting contents transmitted by an instant messaging application on the terminal.


In some embodiments, the data packet may be a second type of data packet. The transmission frequency of the second type of data packet is lower than a second preset frequency, and the size of the second type of data packet is greater than a second preset threshold. Wherein, the second preset frequency may be set by the system by default, or may be set by the user according to actual needs. Similarly, the second preset threshold may be set by the system by default, or may be set by the user according to actual needs. The second type of data packet may be characterized in that it has a lower transmission frequency and a greater size. For example, the second type of data packet may be an audio file transmitted by the terminal.


In some embodiments, the data packet may be a third type of data packet. The third type of data packet may be transmitted according to a preset period. Wherein, the preset period may be set by the system by default, or may be set by the user according to actual needs. The third type of data packet may be referred as a real-time data packet. For example, the third type of data packet may be a control instruction transmitted by the terminal.


For example, when transmitting a data packet A which is the first type of data packet, the terminal may transmit a first request for establishing a connection to the intelligent device. When transmitting a data packet B which is the second type of data packet, the terminal may transmit a second request for establishing a connection to the intelligent device. Three data connection may be established between one terminal and one intelligent device based on the foregoing three types of data packets. Referring to FIG. 2C, there may be three ports on the terminal, namely a first port A′, a second port B′ and a third port C′. The terminal may establish three connections with the intelligent device via the foregoing three ports by transmitting three requests for establishing a connection.


Additionally, in order to avoid waste, the terminal may detect whether itself has established a same type of data connection with the intelligent device before transmitting any request for establishing a connection. If the same type of data connection is established, the terminal may reuse the data connection. That is, the method further includes: the terminal may obtain the type of the data packet to be transmitted before transmitting a request for establishing a connection, and may detect whether the UDTClient module has established a data connection for transmitting this type of data packet with the intelligent device. If it is determined that the data connection is not established, the terminal may transmit a request for establishing a connection. Otherwise, the terminal may reuse the established data connection for transmitting this type of data packet.


For example, when transmitting a data packet A which is the first type of data packet by the terminal, if the terminal detects that the UDTClient module has established a data connection for transmitting the first type of data packet with the intelligent device, the terminal may reuse the data connection to transmit the data packet A to the intelligent device.


In step 204, the intelligent device may receive a request for establishing a connection transmitted by the terminal.


Regardless of the number of the requests for establishing a connection transmitted by the terminal, the intelligent device may process the received requests for establishing a connection in a unique way. Particularly, a listening port may be set in the UDT module of the intelligent device, for example, the port number of the listening port may be 8080. The listening port may be configured to receive the request for establishing a connection transmitted by the terminal. When establishing a connection between the terminal and the intelligent device, the terminal may transmit the request for establishing a connection to the listening port, and the intelligent device may receive the request for establishing a connection transmitted by the terminal via the listening port.


In step 205, the intelligent device may detect whether an idle port exists in the present end or not, and if so, step 206 may be performed.


The intelligent device may have multiple ports which may be in different active conditions such as occupied or idle. Therefore, whether an idle port is existed may be detected so as to determine whether the data connection may be established or not. Referring to FIG. 2C, there may be three ports on the intelligent device, namely a first port A, a second port B and a third port C. If the first port A of the intelligent device is in an idle condition, the subsequent step 206 may be performed, such that a first data connection may be established between the first port A and the terminal.


In step 206, when an idle port is detected, the intelligent device may establish a first data connection with the terminal via the idle port.


As mentioned above, only one data connection is established between the terminal and the intelligent device. In some embodiments, a second data connection and a third data connection may be established between the terminal and the intelligent device. Particularly, when the terminal transmits multiple requests for establishing a connection, establishing the second data connection and the third data connection may include any embodiment as follows.


In some embodiments, the terminal has already established the first data connection with the intelligent device. When the terminal transmits another request for establishing a connection, the intelligent device may detect a port being in idle condition, and may establish the second data connection between the port and the terminal. Accordingly, the terminal may establish the connection with the intelligent device via another port.


For example, the terminal has already established the first data connection with the first port A of the intelligent device via the first port A′. When the intelligent device receives another request for establishing a connection transmitted by the terminal, if it is detected that the second port B is in idle condition, the second data connection may be established between the second port B and the second port B′ of the terminal. Of course, if the third port C is also in idle condition, the intelligent device may select any one of the two ports to establish the second data connection with the terminal.


In some embodiments, the terminal has already established the first data connection with the intelligent device and the second data connection with the intelligent device. When the terminal transmits another request for establishing a connection to the intelligent device, the intelligent device may detect a port being in idle condition, and may establish the third data connection between the port and the terminal. Accordingly, the terminal may establish the connection with the intelligent device via a different port.


For example, the terminal has already established the first data connection with the first port A of the intelligent device via the first port A′, and also has established the second data connection with the second port B of the intelligent device via the second port B′. When the intelligent device receives another request for establishing a connection transmitted by the terminal, if it is detected that the third port C is in idle condition, the third data connection may be established between the third port C and the third port C′ of the terminal.


In step 207, the terminal may transmit a data packet to the intelligent device via the first data connection.


After the first data connection is established between the terminal and the intelligent device, the data packet may be transmitted to the intelligent device via the first data connection.


In some embodiments, the terminal may select different data connections to transmit different types of data packets according to the different types of the data packets to be transmitted. For example, the terminal may transmit the first type of data packet via the first data connection, transmit the second type of data packet via the second data connection, and transmit the third type of data packet via the third data connection. Of course, the terminal may select the specific data connection freely with respect to the different types of data packet to be transmitted. For example, the terminal may transmit the first type of data packet via the second data connection. However, in general, the same data connection may only be used to transmit the same type of data packet. That is, if the terminal selects to transmit the first type of data packet via the first data connection, the first data connection may only be used to transmit the first type of data packet.


In step 208, the intelligent device may receive a data packet transmitted by the terminal, and the data packet may carry an identifier of a target application and transmission data.


The intelligent device may receive different types of data packets transmitted by the terminal via different data connections established with the terminal. Particularly, the intelligent device may receive different types of data packets via different ports according to the data connections selected by the terminal. For example, if the terminal selects to transmit the first type of data packet via the first data connection, the intelligent device may receive the first type of data packet via the port A.


Referring to FIG. 2D, the data packet may include a packet header and transmission data, and the packet header may carry an identifier of a target application. The identifier of a target application may indicate the intelligent device to transmit the transmission data to the corresponding application on the intelligent device, and the length of the identifier of a target application may be 2B. The transmission data may be the content actually to be transmitted, for example, multimedia data such as audio or video data, or a control instruction, for example, the transmission data may be used to control a virtual object in the game screen displayed on the intelligent device.


Additionally, referring to FIG. 2D, the packet header may also include an identifier of the packet header, a protocol version, an identifier of the start packet, a reserved bit, the length of the packet header, the length of the data and an identifier of the source application.


Wherein, the identifier of the packet header may be configured to locate the data packet, namely, the initial position of the data packet may be determined by the identifier of the packet header. For example, the identifier of the packet header may be set as M.


Wherein, the protocol version may be configured to represent the version of the UDT protocol used in transmitting the data packet, and the length of the protocol may be 4-bit which may occupy the bit 4 to bit 7 in the packet header.


Wherein, with respect to the identifier of the start packet, a complete resource may be determined according to the identifier of the start packet. Particularly, when a resource is a large resource, it needs to divide the resource into N data packet, therefore, the identifier of the start packet in the first packet may be set as 1 and the identifier of the start packet in the subsequent N−1 data packet may be set as 0. During the receiving progress, when receiving the data packet N+1 in which the identifier of the start packet is set as 1, the foregoing N data packet may be determined as belonging to one resource, so that a complete resource may be determined. The identifier of the start packet may only use the bit 3 in the packet header.


Wherein, the reserved bit may be configured to extend the data packet, and the length of the reserved bit may be 3-bit which may occupy the bit 0 to bit 2 in the packet header.


Wherein, the length of the packet header may be configured to represent the total length of the packet header, for example, in an exemplary embodiment, the length of the packet header may be 5-Byte, namely in the data packet, Byte 0 to Byte 4 may be the packet header.


Wherein, the length of the data may be configured to represent the total length of the transmission data, for example, in an exemplary embodiment, the length of the data may be 4-Byte.


Wherein, the identifier of the source application may be configured to identify the application on the terminal by which the data packet is transmitted, the identifier of the source application may be a 16-bit integer, and the length of the identifier of the source application may be 2-Byte.


Of course, the packet header may include other combinations, the present disclosure the present disclosure is not intended to limit in the context.


In step 209, the intelligent device may extract the identifier of the target application.


Referring to FIG. 2D, when the data packet transmitted by the terminal is received, the intelligent device may extract the identifier of the target application from the packet header of the data packet.


In step 210, the intelligent device may determine a target callback function corresponding to the target application according to the identifier of the target application and a preset callback function mapping table.


The intelligent device may use the identifier of the application as the index to determine the target callback function corresponding to the target application from the preset callback function mapping table stored in the database after the identifier of the target application is extracted. Wherein, the target callback function may be configured to transmit the transmission data to a data memory address corresponding to the target application.


In some embodiments, if the intelligent device does not find the target application corresponding to the target callback function, the received data packet may be discarded. The intelligent device may return an error message to the terminal, so that the terminal may perform a corresponding operation after receiving the error message, such as retransmit the data packet and the like. In this way, in the case that the data packet is not received successfully, the data packet may be discarded in time to avoid to impact the processing of the subsequent received data packet, and the terminal may be able to perform the corresponding operation with the returned error message.


In step 211, the intelligent device may run the target callback function to transmit the transmission data to the target application.


After the target callback function is determined, the intelligent device may run the target callback function to transmit the obtained transmission data to the target application. Particularly, the target callback function may be a copy function, and the target callback function may carry a parameter for the memory address corresponding to the target application. When running the target callback function, the transmission data may be copy into the memory address corresponding to the target application.


Through extracting the identifier of the target application carried in the data packet transmitted by a terminal, determining a target callback function based on the identifier of the target application and a preset callback function mapping table, and running the target callback function to transmit the transmission data to the target application, the method provided by the embodiments of the disclosure may uniformly manage and transmit the received data packets, such that it is not necessary to establish too many connections between the terminal and ports, and port resources may be saved.


The following is the device in the embodiments of the present disclosure which may be used to perform the method in the embodiments of the present disclosure. The details which may not be disclosed in the device in the embodiments of the present disclosure can be referred to the method in the embodiments of the present disclosure.



FIG. 3 is a block diagram illustrating a device for establishing a data connection according to an exemplary embodiment, the device for establishing a data connection may be implemented by software, hardware, or the combination thereof. The device for establishing a data connection may include: a receiving module 310 configured to receive a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data; an extracting module 320 configured to extract the identifier of the target application; a determining module 330 configured to determine, based on the identifier of the target application extracted by the extracting module and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table includes at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; a running module 340 configured to run the target callback function determined by the determining module 330 to transmit the transmission data to the target application.


Through extracting the identifier of the target application carried in the data packet transmitted by a terminal, determining a target callback function based on the identifier of the target application and a preset callback function mapping table, and running the target callback function to transmit the transmission data to the target application, the device provided by the embodiments of the disclosure may uniformly manage and transmit the received data packets, such that it is not necessary to establish too many connections between the terminal and ports, and port resources may be saved.


Referring to FIG. 4, based on the foregoing provided device, in some embodiments, the receiving module 310 may be further configured to receive a registration message transmitted by an application on a present end, the registration message may carry the identifier of the application and a callback function; the device may further include: a storing module 350 configured to store the identifier of the application and the callback function in pairs into the preset callback function mapping table.


In some embodiments, the receiving module 310 may be further configured to receive a request for establishing a connection and the request is transmitted by the terminal; the device may further include: an establishing module 360 configured to establish the data connection with the terminal.


In some embodiments, the device may further comprise: a detecting module 370 configured to detect whether an idle port exists in the present end or not; the establishing module 360 may be further configured to establish the data connection with the terminal via the idle port when the detecting module 370 determines that the idle port exists in the present end.


In some embodiments, the receiving module 310 may be further configured to receive different types of data packets transmitted by the terminal via different data connections established with the terminal, the type of the data packet may be determined by at least one of the transmission frequency of the data packet and the size of the data packet.


It is to be noted that, when implementing the method for establishing a data connection, the division of the above functional modules in the device for establishing a data connection provided by the above embodiments are illustrated by way of example. In practice, the above function may be implemented by different functional modules according to actual needs, namely the device may be divided into different functional modules to completely or partly implement the above functions. Additionally, with respect to the device in the above embodiments, the specific manners for performing operations for individual modules therein have been described in detail in the embodiments regarding the method, which will not be elaborated herein.


The embodiments provide a terminal which may be configured to perform the method for establishing a data connection provided in the above embodiments. Referring to FIG. 5, the terminal 500 may include the followings.


The terminal 500 may include a RF (Radio Frequency) circuitry 110, a memory 120 including one or more computer readable storage media, an input unit 130, a display unit 140, a sensor 150, an audio circuitry 160, a WiFi (Wireless Fidelity) module 170, a processor 180 including one or more processing cores, and a power supply 190. A person skilled in the art may understand that the structure of the terminal illustrated by FIG. 5 is not intended to limit the terminal, and the terminal may include more or less components, or may combine some components, or may include different arrangement of the components.


The RF circuitry 110 may be configured to send and receive messages, or receive or transmit signals during a communication progress. Particularly, after receiving the downlink information from the base station, the RF circuitry 110 may handover the downlink information to one or more processor 180 for processing; in addition, the RF circuitry 110 may transmit the uplink data to the base station. In general, the RF circuitry 110 may include, but not limited to, an antenna, at least one amplifier, a tuner, one or more oscillators, a user identity module (SIM) card, a transceiver, a coupler, a LNA (Low Noise Amplifier), and a duplexer. Additionally, the RF circuitry 110 may also communicate with the network and other device via wireless communication. The wireless communication may use any communication standards and protocols, including but not limited to, GSM (Global System of Mobile communication), GPRS (General Packet Radio Service), CDMA (Code Division Multiple Access), WCDMA (Wideband Code Division Multiple Access), LTE (Long Term Evolution), email, SMS (Short Messaging Service).


The memory 120 may be configured to stored software programs and modules. The processor 180 may perform multiple functional applications and data processing by running the software programs and modules stored in the memory 120. The memory 120 may include an area for storing programs and an area for storing data, wherein, the area for storing programs may store operating system, at least one application required by the functions (such as a function for playing audio and a function for displaying images); the area for storing data may store data created by the terminal 500 (such as audio data and contacts). Additionally, the memory 120 may include a high speed random access memory, and may also include a nonvolatile memory, such as at least one disk storage device, a flash memory device, or other volatile solid storage devices. Accordingly, the memory 120 may also include a memory controller so as to enable the processor 180 and the input unit 130 to access the memory 120.


The input unit 130 may be configured to receive the input numeral or alphabet information, and to generate keyboard, mouse, lever, optical, or trackball signal inputs related to user settings and function control. Particularly, the input unit 130 may include a touch sensitive surface 131 and other input devices 132. The touch sensitive surface 131 (also referred as a touch display screen or a touchpad) may collect the touch operations performed by the user thereon or thereby (such as the user may use an object or an accessory such as a finger, a touch pen to perform operations on the touch sensitive surface 131 or near the touch sensitive surface 131), and may drive a corresponding connecting device based on a preset program. Alternatively, the touch sensitive surface 131 may include a touch detecting device and a touch controller. Wherein, the touch detecting device may detect a position touched by the user, detect a signal generated by the touch operation, and transmit the signal to the touch controller; the touch controller may receive the touch information from the touch detecting device and transfer the touch information into contact coordinates, the touch controller may transmit the contact coordinates to the processor 180, receive a instruction transmitted by the processor 180, and perform the instruction. Additionally, the touch sensitive surface 131 may be implemented with resistances, capacitances, infrared rays, and surface acoustic waves. In addition to the touch sensitive surface 131, the input unit 130 may also include the other input devices 132. Particularly, the other input devices 132 may include, but not limited to, one or more of a physical keyboard, a function key (such as a volume control button and a switch button), a trackball, a mouse, a lever.


The display unit 140 may be configured to display the information input by the user or to be provided to the user and a variety of graphical user interfaces of the terminal, these graphical user interfaces may be consist of a graph, a text, an icon, a video, an any combinations thereof. The display unit 140 may include a display panel 141, alternatively, the display panel 141 may be configured as a LCD (Liquid Crystal Display) and a OLED (Organic Light-Emitting Diode). Further, the touch sensitive surface 131 may cover the display panel 141. When the touch sensitive surface 131 detects a touch operation performed thereon or thereby, the touch operation may be transmitted to the processor 180 so that the type of the touch event may be determined. The processor 180 may provide a corresponding visual output to the display panel 141 according to the type of the touch event. Although the touch sensitive surface 131 and the display panel 141 are illustrated as individual components to implement the input function and the output function in FIG. 5, the touch sensitive surface 131 and the display panel 141 may be integrated to implement the input function and the output function in some embodiments.


The terminal 500 may also include at least one sensor 150, such as an optical sensor, a motion sensor, and other sensors. Particularly, the optical sensor may include an ambient light sensor and a proximity sensor, wherein, the ambient light sensor may adjust the luminance of the display panel 141 according to the ambient light, the proximity sensor may close the display panel 141 and/or the backlight when the terminal 500 is moved to the ear. The gravity accelerometer which is a motion sensor may detect the acceleration of all directions (generally, three axises), and may detect the gravity and the direction thereof when it is static. the gravity and the direction thereof may be utilized by applications for identifying the attitude of the cellphone (such as horizontal-vertical switching of the screen, related games, and magnetometer calibration) and functions related to vibration identification (such as a pedometer and knock on). The terminal 500 may also include other sensors such as a gyroscope, a pressure meter, a moisture meter, a thermometer, a infrared sensor, which will not be elaborated herein.


The audio circuitry 160, the speaker 161, and the microphone 162 may provide an audio interface between the user and the terminal 500. The audio circuitry 160 may transmit the electrical signal transformed from the received audio data to the speaker 161, and the speaker 161 may transform the electrical signal to the acoustical signal so as to output it. On the other hand, the microphone 162 may transform the collected acoustical signal into the electrical signal, the audio circuitry 160 may receive the electrical signal and transform the electrical signal into the audio data, then the audio data may be output to the processor 180 for processing, and the RF circuitry may transmit the processed audio data to another terminal, alternatively, the audio data may be output to the memory 120. The audio circuitry 160 may include an earplug jack which may enable the communication between the headset and the terminal 500.


The WiFi belongs to the short distance wireless transmission technology. The terminal 500 may send and receive emails, browse webpage, and access to streaming media via the WiFi module 170. The WiFi module 170 may provide wireless broadband Internet access. Although the WiFi module 170 is illustrated in FIG. 5, it is to be understood that the WiFi module 170 is not necessary for the terminal 500, and the WiFi module 170 may be omitted without altering the scope of the invention.


The processor 180 may be the control center of the terminal 500. The processor 180 may utilize a variety of interfaces and links to connect each part of the cellphone, and may perform a variety of functions of the terminal 500 and data processing by performing the software programs and/or modules stored in the memory 120 and invoking the data stored in the memory 120, such that the cellphone may be monitored. Alternatively, the processor 180 may include one or more processing cores, for example, the processor 180 may integrate an application processor and a modem processor, wherein, the application processor may mainly process the operating system, the user interface and the applications, the modem processor may mainly process wireless communication. It is to be understood that the above modem processor may not be integrated in the processor 180.


The terminal 500 may also include a power supply 190 (such as a battery) which may power up each components, for example, the power supply may logically connect with the processor 180 via a power management system, such that the power supply may manage charging, discharging, and power consumption via the power management system. The power supply 190 may also include one or more DC or AC power, a recharging system, a circuitry for detecting power failures, a power converter or inverter, and a power state indicator.


The terminal 500 may also include a camera and a Bluetooth module (not shown), which will not be elaborated herein. Particularly, in an exemplary embodiment, the display unit of the terminal may be a touch screen displayer. The terminal may also include a memory and one or more programs, wherein the one or more programs may be stored in the memory, and may be configured to be performed by one or more processor. The one or more programs may include the method for establishing a data connection provided by the embodiments as illustrated by FIG. 1 and FIG. 2.


Although features and elements are described above in particular combinations, one of ordinary skill in the art will appreciate that each feature or element may be used alone, or in any combination with the other feature and elements if no contradiction exists. Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the disclosures herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following the general principles thereof and including such departures from the present disclosure as come within known or customary practice in the art. It is intended that the specification and embodiments be considered as illustrative only, with a true scope and spirit of the disclosure being indicated by the following claims.


It will be appreciated that the present disclosure is not limited to the exact construction that has been described above and illustrated in the accompanying drawings, and that various modifications and changes can be made without departing from the scope thereof. It is intended that the scope of the invention only be limited by the appended claims.

Claims
  • 1. A method for establishing a data connection, comprising: receiving a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data;extracting the identifier of the target application;determining, based on the identifier of the target application and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table comprises at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; andrunning the target callback function to transmit the transmission data to the target application.
  • 2. The method of claim 1, further comprising, before receiving a data packet transmitted by a terminal: receiving a registration message transmitted by an application in a present end, the registration message carrying an identifier of the application and a callback function; andstoring the identifier of the application and the callback function in pairs into the preset callback function mapping table.
  • 3. The method of claim 1, further comprising: receiving a request for establishing a connection, the request being transmitted by the terminal;establishing the data connection with the terminal.
  • 4. The method of claim 3, wherein establishing the data connection with the terminal comprises: detecting whether an idle port exists in the present end or not; andestablishing the data connection with the terminal via the idle port when the idle port exits in the present end.
  • 5. The method of claim 1, wherein receiving a data packet transmitted by a terminal comprises: receiving different types of data packets transmitted by the terminal via different data connections established with the terminal, the type of the data packet being determined by at least one of the transmission frequency of the data packet and the size of the data packet.
  • 6. A device for establishing a data connection, comprising: a processor;a memory for storing instructions executable by the processor;wherein the processor is configured to:receive a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data;extract the identifier of the target application;determine, based on the identifier of the target application and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table comprises at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; andrun the target callback function to transmit the transmission data to the target application.
  • 7. The device of claim 6, wherein the processor is further configured to: receive a registration message transmitted by an application in a present end, the registration message carrying the identifier of the application and a callback function; andstore the identifier of the application and the callback function in pairs into the preset callback function mapping table.
  • 8. The device of claim 6, wherein the processor is further configured to: receive, a request for establishing a connection, the request being transmitted by the terminal; andestablish the data connection with the terminal.
  • 9. The device of claim 8, the processor is further configured to: detect whether an idle port exists in the present end or not; andestablish the data connection with the terminal via the idle port when the idle port exists in the present end.
  • 10. The device of claim 6, wherein the processor is further configured to receive different types of data packets transmitted by the terminal via different data connections established with the terminal, the type of the data packet being determined by at least one of the transmission frequency of the data packet and the size of the data packet.
  • 11. A non-transitory storage medium readable by a computer and having stored therein a computer program comprising instructions for executing the steps of a method for establishing a data connection, the method comprising: receiving a data packet transmitted by a terminal, the data packet carrying an identifier of a target application and transmission data;extracting the identifier of the target application;determining, based on the identifier of the target application and a preset callback function mapping table, a target callback function corresponding to the target application, wherein the preset callback function mapping table comprises at least one identifier of at least one application and at least one corresponding callback function, and the target callback function is configured to transmit the transmission data to a data memory address corresponding to the target application; andrunning the target callback function to transmit the transmission data to the target application.
  • 12. The non-transitory storage medium of claim 11, the method further comprising, before receiving a data packet transmitted by a terminal: receiving a registration message transmitted by an application in a present end, the registration message carrying an identifier of the application and a callback function; andstoring the identifier of the application and the callback function in pairs into the preset callback function mapping table.
  • 13. The non-transitory storage medium of claim 11, the method further comprising: receiving, a request for establishing a connection, the request being transmitted by the terminal; andestablishing the data connection with the terminal.
  • 14. The non-transitory storage medium of claim 13, wherein establishing the data connection with the terminal comprises: detecting whether an idle port exists in the present end or not; andestablishing the data connection with the terminal via the idle port when the idle port exits in the present end.
  • 15. The non-transitory storage medium of claim 11, wherein receiving a data packet transmitted by a terminal comprising: receiving different types of data packets transmitted by the terminal via different data connections established with the terminal, the type of the data packet being determined by at least one of the transmission frequency of the data packet and the size of the data packet.
Priority Claims (1)
Number Date Country Kind
201510919039.8 Dec 2015 CN national