WO2012062048A1 - Method and platform for data transmission - Google Patents

Method and platform for data transmission Download PDF

Info

Publication number
WO2012062048A1
WO2012062048A1 PCT/CN2011/070362 CN2011070362W WO2012062048A1 WO 2012062048 A1 WO2012062048 A1 WO 2012062048A1 CN 2011070362 W CN2011070362 W CN 2011070362W WO 2012062048 A1 WO2012062048 A1 WO 2012062048A1
Authority
WO
WIPO (PCT)
Prior art keywords
platform
link
application server
terminal
data packet
Prior art date
Application number
PCT/CN2011/070362
Other languages
French (fr)
Chinese (zh)
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 WO2012062048A1 publication Critical patent/WO2012062048A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/60Subscription-based services using application servers or record carriers, e.g. SIM application toolkits
    • 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 present invention relates to the field of communications, and in particular to a data transmission method and platform.
  • the mobile internet service is an emerging service that combines the advantages of mobile networks and the Internet, and can provide users with various types of services such as voice, data, images, and multimedia through mobile terminals.
  • a smart phone is an important part of the mobile Internet business.
  • An application client program that can run a specific function on a smart phone can provide users with personalized, content-related and interactive work applications through interaction with the application server. risk.
  • With the popularity of smart phones more and more users are accustomed to using their mobile phones to use their daily life, the business they are used to at work, such as mobile QQ, mobile phone mailbox and so on.
  • the Always Online Gateway (AOG) platform provides unified messaging channels and simultaneous transmission channels for enterprise services, Internet services, home services, and content providers, facilitating applications and content in a variety of ways, safely and reliably. Extend to the user terminal.
  • the AOG platform provides a unified access point for long-term mobile Internet-based applications, which can provide customers with high-performance, low-latency user experience services, increase user stickiness, and increase business revenue.
  • the implementation of the intelligent terminal is an application to establish a long connection to the application server. Assuming that a smart terminal runs 10 applications, 10 long connections are made to the application server. Since the number of terminals is very large, and each terminal establishes multiple connections, the number of long connections in the mobile Internet is a very large number. This large number of long connections seriously affects the mobile Internet. Network performance.
  • FIG. 1 is a schematic diagram of data transmission according to the related art AOG platform. As shown in FIG. 1, for an intelligent terminal (a plurality of application clients running on the terminal), the AOG platform provides a link (such as link 1 of FIG. 1).
  • linking to the application provider (eg, QQ) and the AOG platform (such as link 3 in Figure 1) is provided for use by all smart terminals that use the application.
  • the AOG platform converges the number of long connections by installing middleware on the smart terminal.
  • the AOG platform has one long link for each smart terminal, and multiple applications running on the smart terminal share this link.
  • this also has problems. At this time, if one of the applications is downloading a large file, it will inevitably occupy a large amount of bandwidth and cause all services of the terminal to be affected.
  • a primary object of the present invention is to provide a data transmission scheme to solve at least the problem of affecting the transmission of other services when the size of the data packet is large in the related art described above.
  • a data transmission method includes: receiving, by a platform, a link establishment request sent by a terminal, establishing a first temporary link from the platform to the terminal; and obtaining a link establishment request by the platform
  • the application server information in the second temporary link of the application server corresponding to the application server information is established according to the application server information; the platform transmits between the terminal and the application server through the first temporary link and the second temporary link A packet whose size exceeds a predetermined threshold.
  • the method further comprises: the terminal determining that the size of the data packet to be sent to the application server exceeds a predetermined threshold.
  • the platform transmits, by using the first temporary link and the second temporary link, a data packet whose size exceeds a predetermined threshold between the terminal and the application server, where: the platform receives the data packet sent by the terminal through the first temporary link; The second temporary link sends the data packet to the application server; after the terminal sends the data packet, the platform receives the disconnection request sent by the terminal, and removes the first temporary link and the first Two temporary links.
  • the method further includes: the application server determines that the size of the data packet to be sent to the terminal exceeds a predetermined threshold; and the application server sends the link establishment command to the terminal through the platform.
  • the platform transmits, by using the first temporary link and the second temporary link, a data packet whose size exceeds a predetermined threshold between the terminal and the application server, where: the platform receives the data packet sent by the application server by using the second temporary link; The first temporary link sends the data packet to the terminal.
  • the platform receives the disconnection request sent by the application server, and removes the first temporary link and the second temporary link.
  • the platform is a constant online gateway AOG platform
  • the terminal is an intelligent terminal.
  • a platform is provided, where the platform includes: a receiving module, configured to receive a link establishment request sent by a terminal; and a first chain building module, configured to establish a platform to the terminal. a temporary link; an acquisition module, configured to acquire application server information in the link establishment request, and a second link establishment module, configured to establish a second temporary link of the application server corresponding to the application server information according to the application server information; And transmitting, by using the first temporary link and the second temporary link, a data packet whose size between the terminal and the application server exceeds a predetermined threshold.
  • the link establishment request is sent by the terminal when determining that the size of the data packet to be sent to the application server exceeds a predetermined threshold.
  • the transmitting module includes: a first receiving submodule, configured to receive a data packet sent by the terminal through the first temporary link; and a first sending submodule configured to send the data packet to the application server by using the second temporary link;
  • the platform further includes: a first receiving module, configured to: after the terminal sends the data packet, receive a disconnect request sent by the terminal; and the first removing module is configured to remove the first temporary link and the second temporary link.
  • the transmitting module includes: a second receiving submodule, configured to receive a data packet sent by the application server by using the second temporary link; and a second sending submodule configured to send the data packet to the terminal by using the first temporary link;
  • the platform further includes: a second receiving module, configured to: after the application server sends the data packet, receive a disconnect request sent by the application server; and the second removal module is configured to remove the first temporary link and the second temporary link.
  • FIG. 1 is a schematic diagram of data transmission according to an AOG platform according to the related art
  • FIG. 2 is a flowchart of a data transmission method according to an embodiment of the present invention
  • FIG. 3 is a system and an external networking according to an embodiment of the present invention.
  • FIG. 4 is a flowchart of a method for implementing a big data transparent transmission channel link establishment according to an embodiment of the present invention
  • Embodiment 1 The embodiment of the present invention provides a data transmission method, which is used for data transmission between a terminal, a platform, and an application server.
  • FIG. 2 is a flowchart of a data transmission method according to an embodiment of the present invention. As shown in FIG.
  • Step S202 A platform receives a link establishment request sent by a terminal, and establishes a first temporary link from the platform to the terminal.
  • Step S204 The platform acquires application server information (for example, an application server ID) in the link establishment request, and then, according to the application server information, establishes a platform corresponding to the application server information.
  • the platform uses the second temporary link of the server;
  • Step S206 the platform transmits a data packet between the terminal and the application server that exceeds a predetermined threshold by using the first temporary link and the second temporary link.
  • a large data packet is transmitted through the temporary link, and other data is also transmitted through the original channel, so that the transmission of the large data packet does not affect the execution of other services.
  • the terminal may send a link establishment request to the platform when the size of the data packet to be sent to the application server exceeds a predetermined threshold.
  • the terminal sends a large data packet to the platform through the first temporary link; then, the platform can send the data packet to the application server through the second temporary link; and after the terminal sends the data packet, The terminal sends a disconnect request to the platform, and then the platform removes the first temporary link and the second temporary link.
  • the application server may send a chain-building command to the terminal through the platform; The terminal then sends a link request to the platform.
  • the application server sends a data packet to the platform through the second temporary link; the platform sends the data packet to the terminal through the first temporary link; the application server sends the data packet to the platform after sending the data packet A split request is sent, and then the platform removes the first temporary link and the second temporary link.
  • the foregoing platform may be an AOG platform, and the foregoing terminal may be an intelligent terminal.
  • the implementation process of the embodiment of the present invention is described by taking the data transmission of the AOG platform as an example.
  • the data transmission process of the AOG platform is modified.
  • the intelligent terminal applies for opening a new temporary channel for data transparent transmission by the AOG platform. Thereby ensuring the transmission of big data without affecting the use of existing smart terminal applications.
  • the structure of the AOG platform based on the big data transparent transmission channel is improved.
  • the platform includes the following modules: a service processing module, a link management module, a message receiving module, a message sending module, Configuration management module; in addition, different from related technologies, the flat
  • the station also includes: PROXY (Proxy Link) service processing module, PROXY message receiving module, PROXY message sending module and PROXY link management module.
  • the service processing module is mainly responsible for the contract relationship management and authentication of the AOG platform;
  • the link management module is mainly responsible for establishing, maintaining, and deleting links of the AOG platform and the external network element;
  • the message receiving module is mainly responsible for the AOG platform for other network elements.
  • the PROXY Link Management Module is primarily responsible for the establishment, maintenance, and deletion of links.
  • the PROXY service processing module interfaces with the configuration module interface, the PROXY message sending module, the PROXY message receiving module, and the PROXY link management module; the PROXY link management module interfaces with the PROXY message receiving module and the PROXY message sending module; the service processing module and configuration The management module, the message receiving module and the message sending module interface; the link management module interfaces with the message receiving module and the message sending module.
  • Step A The configuration management module first configures account information of each external network element (including: Internet Protocol (IP), port, etc.), service Information, etc.; each external network element has established a normal service link with the AOG platform; Step B, when the server application end needs to send large file data, send a downlink message to the AOG gateway, and notify the intelligent terminal to initiate a temporary link; Step C, AOG Gateway After receiving the message, the message receiving module sends the message to the service module for routing, and forwards the message to the corresponding intelligent terminal through the message sending module; Step D, after receiving the message that the temporary link needs to be established, the intelligent terminal receives the message Initiating a link establishment request message to the PROXY link management module of the AOG platform; Step E, the AOG link management module forwards the received link establishment request message to the PROXY service processing module; Step F, the PROXY service processing module performs the APPID (application server Marked) business After the authentication, the lower-level network
  • APPID application server Marked
  • Step G after the authentication of the lower-level network element is passed, the PROXY message receiving module receives the successful response returned by the lower-level network element, and forwards the response to the intelligent terminal through the PROXY message sending module, and the link is established;
  • Step H the application server (intelligent terminal and/or the independent AOG gateway) sends the big data file through the established temporary channel;
  • Step I after receiving the big data file, the PROXY message receiving module searches for the corresponding link through the PROXY service processing module The link number to which the relationship is forwarded.
  • Step J the PROXY message sending module forwards the big data file to the lower level network element
  • Step K the application server (smart terminal/independent AOG gateway), after sending the file,
  • the PROXY message receiving module sends a broken link request (ie, a disconnect request;);
  • Step L after receiving the broken link request, the PROXY message receiving module forwards the request to the PROXY service management module;
  • Step M the PROXY service management module disconnects the application
  • the server (smart terminal) side link finds and disconnects the smart terminal (application server) side link corresponding to the link, and the temporary transmission big data channel is all closed.
  • the method may start from step D, and the following process is similar to the process in which the application server needs to send a big data file, but the direction is opposite, and After the big data file is sent, the smart terminal initiates the unlinking.
  • the big data transmission efficiency is improved, and while the big data file is transmitted through the temporary link, the long link between the original application server, the AOG platform, and the intelligent terminal is used to transmit the other. Services (for example, packets and signaling that do not exceed a predetermined threshold), thereby avoiding the impact of big data transmissions on existing business functions.
  • FIG. 3 is a schematic diagram of a system and an external networking according to an embodiment of the present invention.
  • the PROXY processing module is newly added to the macro data transparent transmission in this embodiment.
  • the intelligent terminal and the AOG platform still have only one link (such as link A1 of FIG. 3) for performing messaging of multiple application client programs.
  • a link to the AOG platform (such as link A of Figure 3) for the application provider (e.g., QQ) is also provided for use by all smart terminals that use the application.
  • this embodiment can transmit by adding a temporary transparent transmission channel (link 1 of FIG. 3) through the PROXY module. Thereby avoiding the impact of big data transmission on existing services.
  • Step S401 The application provider sends a notification message (notifying the smart terminal to apply to establish a temporary transparent transmission channel) to the AOG platform.
  • Step S402 The AOG platform receives the request message through the message receiving module, and forwards the request message to the service processing module.
  • Step S403 The service processing module searches the routing table for the link between the smart terminal corresponding to the destination number and the AOG platform by using the destination number in the message; if the matching is successful, the process proceeds to step S405; otherwise, the process proceeds to step S404.
  • Step S404 The smart terminal is not online, and the file cannot be transmitted to the terminal, and the process ends.
  • Step S405 The AOG platform forwards the request for establishing the temporary channel by the application server to the smart terminal through the link; (If the smart phone needs to send big data, it may start directly from step S406;).
  • Step S406 The smart terminal establishes a link to the PROXY link management module of the AOG platform, and sends a link establishment request, where the request carries an application server ID (APPID).
  • Step S407 The PROXY message receiving module receives the request message and forwards the message to the PROXY service processing module.
  • Step S408 The service processing module performs route search through the APPID, and obtains information such as an IP address and a port number of the application provider server corresponding to the APPID; if the route search fails, the process proceeds to the step.
  • S409 the search succeeds in step 4 to gather S410.
  • Step S409 The application does not exist, and the process ends.
  • Step S410 The PROXY service processing module establishes a link to the application corresponding to the APPID and initiates a link establishment request; if the link establishment fails, the process proceeds to step S411, and if the link establishment is successful, the process proceeds to S412.
  • Step S411 The link establishment fails, the PROXY service processing module deletes the link between the AOG and the application server, and the corresponding link between the AOG and the smart terminal, and the process ends.
  • Step S412 The link is successfully established, and the AOG service processing module records the link correspondence between the "AOG and the application server" and the "AOG and the smart terminal".
  • FIG. 5 is a flowchart of a method for implementing big data transparent transmission and link deletion according to an embodiment of the present invention.
  • the method includes: the temporary channel link is successfully established, and the application provider server and/or the smartphone application client/AOG heterogeneous platform send a big data file on the established link.
  • Step S501 The PROXY message receiving module receives data from the established link and forwards the received message to the PROXY service processing module.
  • Step S502 The PROXY service processing module searches for the forwarding link number corresponding to the link that receives the data. If the search succeeds, the process proceeds to step S504. If the search fails, the process proceeds to step S503.
  • Step S503 The temporary link is abnormal, the PROXY link management module closes the temporary link that receives the data, the message is sent, and the process ends.
  • Step S504 The PROXY message sending module forwards the data through the found link.
  • Step S505 determining whether the transmission data is a temporary link clear message, if it is a clear message, proceeding to step S506; otherwise, proceeding to step S501.
  • Step S506 The PROXY link management module deletes the sending data link and the forwarding message link corresponding to the link.
  • the system completes the message processing as follows: In this embodiment, the system networking structure shown in FIG. 3 is still used.
  • the application provider server is a QQ application
  • the QQ server has a long link A with the AOG platform
  • the smart terminal A runs the mobile QQ and the mobile phone mailbox normally.
  • the mobile QQ and the mobile phone mailbox send and receive messages through the link A1 and the AOG platform
  • the smart terminal B runs the mobile QQ and the mobile phone normally, and sends and receives messages through the link A2 and the AOG platform; configures the QQ application server account as the QQserver on the AOG platform.
  • IP IP1
  • port number is 6524
  • APPID is 13. It is assumed that the QQ server needs to send a QQ to send a large file to the intelligent terminal A.
  • the QQ server sends a temporary channel request message through the link A.
  • the AOG gateway After receiving the request message, the AOG gateway routes the terminal number, and sends a temporary channel request to the intelligent terminal A through the link A1.
  • the QQ application on the intelligent terminal A After receiving the message, the link 1 is established to the PROXY link management module of the AOG platform, and a request for establishing a temporary link message is sent; the PROXY message receiving module of the AOG sends the received request to the PROXY service processing module; the PROXY service processing module Through the APPID in the request message is 13, matching to the application server QQserver; and sending a link establishment request to IP1, port 6524; the temporary channel link 1 is successfully established.
  • the QQ server sends a big data file through link 1, and sends a link clear message after the file is transmitted.
  • the link management module of PROXY receives the link clear message and deletes the link 1 sent this time.
  • the process of completing the message processing by the system is as follows: In this embodiment, the system networking structure shown in FIG. 3 is still used, if the smart The QQ application on terminal B needs to send a big data file.
  • the QQ application on the intelligent terminal B establishes a link 2 to the PROXY link management module of the AOG platform, and sends a request to establish a temporary link message; the PROXY message receiving module of the AOG sends the received request to the PROXY service processing module; the PROXY service processing module The APPID is 13 in the request message, and the application server is exposed to the QQserver; and the establishment link request is sent to the IP1 port 6524; the temporary channel link 2 is successfully established.
  • the QQ application on the intelligent terminal B sends a big data file through the link 2, and sends a link clear message after the file is transmitted.
  • the link management module of PROXY receives the link clear message and deletes the link 2 sent this time.
  • FIG. 6 is a structural block diagram of a platform according to an embodiment of the present invention.
  • the platform includes: a receiving module 602, configured to receive
  • the first chain-building module 604 is coupled to the receiving module 602, and is configured to establish a platform-to-terminal first temporary link.
  • the acquiring module 606 is coupled to the receiving module 602.
  • the second link building module 608 is configured to obtain the second temporary link of the application server corresponding to the application server information according to the application server information, and is configured to obtain the application server information in the link establishment request. 610.
  • the first link-building module 604 and the second link-building module 608 are coupled to transmit a data packet between the terminal and the application server that exceeds a predetermined threshold by using the first temporary link and the second temporary link.
  • the terminal sends a link establishment request to the platform when determining that the size of the data packet to be sent to the application server exceeds a predetermined threshold, and then the platform receives the link establishment request through the receiving module 602.
  • the transmitting module 610 may include: a first receiving submodule, configured to receive a data packet sent by the terminal through the first temporary link, where the first sending submodule is coupled to the first receiving submodule, and is configured to pass the second temporary The link sends the data packet received by the first receiving submodule to the application server.
  • the platform may further include: a first receiving module, configured to: after the terminal sends the data packet, receive a disconnect request sent by the terminal, the first removing module is coupled to the first receiving module, and is configured to receive at the first receiving module In the case of a link establishment request, the first temporary link and the second temporary link are removed.
  • the application server may send a chain-building command to the terminal through the platform;
  • the terminal sends a link establishment request to the platform, and then the platform receives the link establishment request through the receiving module 602.
  • the transmitting module 610 includes: a second receiving submodule, configured to receive a data packet sent by the application server to the platform by using the second temporary link; and a second sending submodule coupled to the second receiving submodule, configured Transmitting the data packet received by the second receiving submodule to the terminal through the first temporary link.
  • the platform may further include: a second receiving module, configured to: after the application server sends the data packet, receive a disconnect request sent by the application server, and the second removal module is coupled to the second receiving module, configured to receive in the second receiving After receiving the unlinking request, the module removes the first temporary link and the second temporary link.
  • the platform may be an AOG platform, and the terminal may be a smart terminal, and the predetermined threshold may be 8k.
  • the embodiment of the present invention creates a new temporary channel for large data file transmission, which reduces the impact of large file transmission on existing service operations and improves transmission efficiency.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be executed by a computing device
  • the program code is implemented so that they can be stored in the storage device by the computing device, and in some cases, the steps shown or described can be performed in a different order than here, or they can be separately produced.
  • the individual integrated circuit modules are implemented, or a plurality of modules or steps thereof are fabricated into a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.

Abstract

The invention discloses a method and platform for data transmission. The method includes: the platform receives a link establishment request sent by a user equipment (UE), and builds a first temporary link from the platform to the UE; the platform acquires application server information from the link establishment request, and according to the application server information builds a second temporary link from the platform to the application server corresponding to the application server information; the platform through the first temporary link and the second temporary link transmits data packets, whose size exceeds a predetermined threshold, between the UE and application sever. The invention achieves the effect that the transmission of the large data is assured not to influence other service utilization of the existing UE.

Description

数据传输方法及平台 技术领域 本发明涉及通信领域, 具体而言, 涉及一种数据传输方法及平台。 背景技术 移动互联网业务是一项新兴的业务,它结合了移动网络和互联网的优势, 可以通过手机终端给用户提供话音、 数据、 图像、 多媒体等多种类型的业务。 智能手机是移动互联网业务中的一个重要环节, 在智能手机上可以运行特定 功能的应用客户端程序, 它通过和应用服务器的交互, 可以给用户提供个性 化、 内容关联和交互作业的应用体 -险。 随着智能手机的普及, 越来越多的用 户习惯于通过手机终端来使用自己日常生活、 工作中所习惯的业务, 例如, 手机 QQ, 手机邮箱等。 在相关技术中, 终端、 平台和应用服务器之间存在长链接, 各种信令和 数据都通过长链接传输。 当数据较大时, 会占用较多的带宽从而影响了其他 数据和信令的传输。 常在线网关 ( Always Online Gateway, 简称为 AOG ) 平台为企业业务、 互联网业务、 家庭业务以及内容提供商提供统一的消息推送通道和同步传输 通道, 方便应用和内容以多种方式, 安全、 可靠地延伸到用户终端。 AOG平 台为基于移动互联网的长在线应用提供统一的接入点, 能更有效地为客户提 供高性能、 低延时的用户体验服务, 增加用户黏性, 提升业务收入。 但随着智能手机中数据业务的大量使用, 也逐步暴露出一些问题: 相比普通手机用户, 智能手机的应用产生大量的数据流量, 对整个移动 互联网络带宽产生了很大的冲击。 例如, iPhone手机用户仅占 AT&T用户总 数的 3% , 但所消耗带宽却高达 40% , 结果导致语音质量服务较差。 智能终端的实现是一个应用建立一个长连接到应用服务器, 假设一个智 能终端运行了 10个应用, 就会建立 10条长连接到应用月艮务器。 由于终端的 数量是很大的, 每个终端建立多条连接, 就导致了在手机互联网中的长连接 数是一个很庞大的数字, 这种超大数量的长连接数严重影响了移动互联网网 络的性能。 此外, 由于每条长连接上会定时发起链路检测包来检测, 导致网 络中检测包非常多。 这些额外的信令负荷使得手机互联网网络为此做了很多 额外的无线信道分配和创建, 容易导致掉话、 无法接入、 网络拥塞等问题。 这两个问题充分说明目前的移动互联网业务具有 艮多大数据传输的要 求, 比如, 手机附件、 视频文件下载等等。 并且终端与应用 艮务器的长链接 数量是一个超大数量级的数字。 图 1是根据相关技术的 AOG平台传输数据的示意图, 如图 1所示, 对 于一个智能终端 (该终端上运行了多个应用客户端), AOG平台提供一条链 路(如图 1的链接 1 )进行消息收发; 对于应用提供商(例如, QQ )与 AOG 平台的链接(如图 1的链接 3 )提供给所有使用该应用的智能终端共同使用。 在相关技术中, AOG 平台通过在智能终端上安装中间件收敛了长连接 数, AOG平台为每一个智能终端一条长链接, 智能终端上运行的多个应用共 用这一个链接。 但是, 这样也存在问题, 这时, 如果其中一个应用正在下载 大文件, 那么必然会占用大量的带宽导致终端的所有业务都受到影响。 发明内容 本发明的主要目的在于提供一种数据传输方案, 以至少解决上述的相关 技术中数据包的大小较大时影响其他业务的传输的问题。 为了实现上述目的,根据本发明的一个方面,提供了一种数据传输方法, 该方法包括: 平台接收到终端发送的建链请求, 建立平台到终端的第一临时 链路; 平台获取建链请求中的应用服务器信息, 根据应用服务器信息建立平 台到应用服务器信息对应的应用服务器的第二临时链路; 平台通过第一临时 链路和第二临时链路传送终端和应用月艮务器之间的大小超过预定门限的数据 包。 优选地, 方法还包括: 终端确定准备向应用服务器发送的数据包的大小 超过预定门限。 优选地, 平台通过第一临时链路和第二临时链路传送终端和应用服务器 之间的大小超过预定门限的数据包包括: 平台接收终端通过第一临时链路发 送的数据包; 平台通过第二临时链路将数据包发送给应用服务器; 在终端发 送完数据包之后, 平台接收到终端发送的拆链请求, 拆除第一临时链路和第 二临时链路。 优选地, 在平台接收到终端发送的建链请求之前, 方法还包括: 应用服 务器确定准备向终端发送的数据包的大小超过预定门限; 应用月艮务器通过平 台向终端发送建链命令。 优选地, 平台通过第一临时链路和第二临时链路传送终端和应用服务器 之间的大小超过预定门限的数据包包括: 平台接收应用服务器通过第二临时 链路发送的数据包; 平台通过第一临时链路将数据包发送给终端; 在应用服 务器发送完数据包之后, 平台接收到应用服务器发送的拆链请求, 拆除第一 临时链路和第二临时链路。 优选地, 该平台为常在线网关 AOG平台, 终端为智能终端。 为了实现上述目的, 根据本发明的一个方面, 提供了一种平台, 该平台 包括: 接收模块, 用于接收终端发送的建链请求; 第一建链模块, 用于建立 平台到终端的第一临时链路; 获取模块, 用于获取建链请求中的应用服务器 信息, 第二建链模块, 用于根据应用服务器信息建立平台到应用服务器信息 对应的应用服务器的第二临时链路; 传送模块, 用于通过第一临时链路和第 二临时链路传送终端和应用月艮务器之间的大小超过预定门限的数据包。 优选地, 建链请求为终端在确定准备向应用 艮务器发送的数据包的大小 超过预定门限时发送的。 优选地, 传送模块包括: 第一接收子模块, 设置为接收终端通过第一临 时链路发送的数据包; 第一发送子模块, 设置为通过第二临时链路将数据包 发送给应用服务器; 平台还包括: 第一接收模块, 设置为在终端发送完数据 包之后, 接收终端发送的拆链请求; 第一拆除模块, 设置为拆除第一临时链 路和第二临时链路。 优选地, 传送模块包括: 第二接收子模块, 设置为接收应用服务器通过 第二临时链路发送的数据包; 第二发送子模块, 设置为通过第一临时链路将 数据包发送给终端; 平台还包括: 第二接收模块, 设置为在应用服务器发送 完数据包之后, 接收应用服务器发送的拆链请求; 第二拆除模块, 设置为拆 除第一临时链路和第二临时链路。 通过本发明, 釆用建立临时链路传输较大的数据包的方式, 解决了相关 技术中数据包的大小较大时影响其他业务的传输的问题, 进而达到了保证大 数据的传输不影响现有终端的其他业务的使用的效果。 附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中: 图 1是根据相关技术的 AOG平台传输数据的示意图; 图 2是根据本发明实施例的数据传输方法的流程图; 图 3是 居本发明实施例的系统与外部组网的示意图; 图 4 是 居本发明实施例的实现大数据透传通道链路建立的方法流程 图; 图 5 是 居本发明实施例的实现大数据透传以及链路删除的方法流程 图; 图 6是 居本发明实施例的平台的结构框图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在 不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。 实施例一 本发明实施例提供了一种数据传输方法, 该方法用于终端、 平台和应用 服务器之间的数据传输。图 2是根据本发明实施例的数据传输方法的流程图, 如图 2所示, 该方法包括: 步骤 S202 , 平台接收到终端发送的建链请求, 并建立平台到终端的第一 临时链路; 步骤 S204 , 平台获取该建链请求中的应用服务器信息(例如, 应用服务 器 ID ), 然后, 根据应用服务器信息建立平台到该应用服务器信息对应的应 用服务器的第二临时链路; 步骤 S206,平台通过第一临时链路和第二临时链路传送终端和应用服务 器之间的大小超过预定门限的数据包。 本实施例中, 通过临时链路传输较大的数据包, 而其他数据还通过原有 的通道传输, 这样, 大数据包的传输不影响其他业务的进行。 在本发明实施例的一个优选实例中, 终端在准备向应用服务器发送的数 据包的大小超过预定门限时, 可以向平台发送建链请求。 在这种情况下, 终 端通过第一临时链路向平台发送大数据包; 然后, 平台可以通过第二临时链 路将数据包发送给应用 艮务器; 并且, 在终端发送完数据包之后, 终端向平 台发送拆链请求, 然后, 平台拆除第一临时链路和第二临时链路。 在本发明实施例的又一个优选实例中, 在应用月艮务器准备向终端发送的 数据包的大小超过预定门限的情况下, 应用月艮务器可以通过平台向终端发送 建链命令; 然后, 终端再向平台发送建链请求。 在这种情况下, 应用服务器 通过第二临时链路向平台发送数据包; 平台再通过第一临时链路将数据包发 送给终端; 应用月艮务器在发送完数据包之后, 会向平台发送拆链请求, 然后, 平台拆除第一临时链路和第二临时链路。 优选地, 上述平台可以为 AOG平台, 上述终端可以为智能终端。 本实 施例中, 在收敛了智能终端与 AOG平台链接数的同时, 为大数据开辟其他 的临时通道进行透传, 这样既达到收敛链接数的目的也不影响智能终端其他 业务对网络的使用。 其中, 上述预定门限为 8k。 实施例二 本实施例中, 以 AOG平台的数据传输为例对本发明实施例的实现过程 进行了说明。 本实施例对 AOG平台的数据传输流程进行了修改, 在应用服 务器或者智能终端需要发送大数据时, 智能终端申请由 AOG平台开辟新的 临时通道进行数据透传。 从而保证大数据的传输且不影响现有智能终端应用 的使用。 在本实施例中, 对基于大数据透传通道的 AOG平台的结构进行了改进, 与相关技术一样, 该平台包含以下模块: 业务处理模块、 链路管理模块、 消 息接收模块、 消息发送模块、 配置管理模块; 另外, 区别于相关技术, 该平 台还包括: PROXY(代理链路)业务处理模块、 PROXY消息接收模块、 PROXY 消息发送模块和 PROXY链路管理模块。 其中, 业务处理模块主要负责 AOG 平台的签约关系管理、 鉴权等; 链路管理模块主要负责 AOG平台与外部网 元的链路建立、 维护以及删除; 消息接收模块主要负责 AOG平台对其他网 元的消息接收、 解析以及发送消息到业务处理模块; 消息发送模块主要负责 AOG平台对其他网元的消息发送;配置管理模块主要负责系统外部网元配置 以及签约关系配置管理; PROXY 业务处理模块主要负责通过路由建立正确 的到下级网元的链路以及转发消息时链路的选择; PROXY 消息接收模块主 要负责外部网元大数据文件的接收; PROXY 消息发送模块主要负责外部网 元大数据文件的发送; PROXY 链路管理模块主要负责链路的建立、 维护以 及删除。 其中, PROXY业务处理模块与配置模块接口、 PROXY消息发送模块、 PROXY消息接收模块以及 PROXY链路管理模块接口; PROXY链路管理模 块与 PROXY消息接收模块以及 PROXY消息发送模块接口; 业务处理模块 与配置管理模块、 消息接收模块以及消息发送模块接口; 链路管理模块与消 息接收模块以及消息发送模块接口。 使用上述装置, 本实施例釆用如下方法进行数据的传输: 步骤 A, 配置管理模块首先配置各个外部网元的账号信息 (包括: 互联 网协议 (Internet Protocol, 简称为 IP )、 端口等)、 业务信息等; 各个外部网 元已经与 AOG平台建立正常的业务链接; 步骤 B , 服务器应用端需要发送大文件数据时, 发送下行消息给 AOG 网关, 通知智能终端发起临时链路; 步骤 C , AOG网关的消息接收模块收到该消息后, 发送该消息给业务模 块进行路由, 并通过消息发送模块转发该消息到对应的智能终端; 步骤 D, 智能终端在接收到需要建立临时链路的消息之后, 向 AOG平 台的 PROXY链路管理模块发起建链请求消息; 步骤 E, AOG链路管理模块把接收到的建链请求消息转发到 PROXY业 务处理模块; 步骤 F, PROXY业务处理模块进行 APPID (应用服务器标示) 的业务 鉴权后,根据 APPID路由选择下级网元账号,从下级网元账号信息中提取 IP 和端口号信息向下级网元进行建立链接请求, 并记录智能终端链路与下级网 元链路的对应关系用于后续消息的转发; 步骤 G, 待下级网元鉴权通过后, PROXY 消息接收模块接收下级网元 返回的成功应答, 并通过 PROXY消息发送模块转发该应答给智能终端, 链 路建立完毕; 步骤 H, 应用服务器 (智能终端和 /或异省 AOG网关) 通过建立的临时 通道发送大数据文件; 步骤 I, PROXY消息接收模块接收到大数据文件后, 通过 PROXY业务 处理模块查找对应的链路关系得到转发的链路编号。 并 4巴数据流转发到 PROXY消息发送模块; 步骤 J , PROXY消息发送模块把大数据文件转发到下级网元; 步骤 K, 应用服务器 (智能终端 /异省 AOG网关) 在发送文件完毕后, 向 PROXY消息接收模块发送断链请求 (即, 拆链请求;); 步骤 L, PROXY消息接收模块收到断链请求后, 把请求转发给 PROXY 业务管理模块; 步骤 M, PROXY业务管理模块断开应用服务器 (智能终端) 侧链路, 查找并断开该链路对应的智能终端 (应用 艮务器) 侧链路, 临时传送大数据 通道全部关闭。 在上述方法中, 如果应用场景是智能终端需要发送大数据文件, 则该方 法可以从步骤 D开始, 下面的流程与应用月艮务器需要发送大数据文件的流程 类似, 只是方向相反, 并且, 大数据文件发送完成后, 由智能终端发起拆链。 在本实施例中, 大数据传输效率得以提高, 并且, 在通过临时链路传输 大数据文件的同时, 还使用原有的应用月艮务器、 AOG平台和智能终端之间的 长链接传输其他业务(例如, 大小不超过预定门限的数据包和信令 ), 从而避 免了大数据传输对现有业务功能的影响。 实施例三 图 3是才艮据本发明实施例的系统与外部组网的示意图, 如图 3所示, 本 实施例新增了 PROXY处理模块专门用于大数据透传。 智能终端与 AOG平台仍然只有一条链路(如图 3的链路 A1 )进行多个 应用客户端程序的消息收发。 对于应用提供商 (例如, QQ ) 与 AOG平台的 链接 (如图 3的链路 A ) 也是提供给所有使用该应用的智能终端共同使用。 但是对于大数据的发送, 本实施例可以通过 PROXY模块新增临时透传通道 (如图 3的链路 1 ) 进行发送。 从而避免大数据传输对现有业务的影响。 下面以应用提供商服务器端需要发送大数据文件为例说明本发明实施例 进行数据传输的过程。 图 4 是 居本发明实施例的实现大数据透传通道链路建立的方法流程 图。 如图 4所示, 该方法包括: 步骤 S401 : 应用提供商月艮务器端发送通知消息(通知智能终端申请建立 临时透传通道) 到 AOG平台。 步骤 S402: AOG平台通过消息接收模块接收到该请求消息, 并将其转 发到业务处理模块。 步骤 S403: 业务处理模块通过消息中的目的号码, 在路由表中查找目的 号码对应的智能终端与 AOG平台的链接; 如果匹配成功则进入步骤 S405 , 否则, 进入步 4聚 S404。 步骤 S404: 智能终端没有在线, 不能传输文件给该终端, 流程结束。 步骤 S405 : AOG平台通过该链接转发应用月艮务器端建立临时通道的请 求给智能终端;(如果智能手机需要发送大数据,可以直接从步骤 S406开始;)。 步骤 S406: 智能终端向 AOG平台的 PROXY链路管理模块建立链路, 并发送建链请求, 请求中携带应用服务器 ID ( APPID )。 步骤 S407: PROXY消息接收模块收到该请求消息, 并把该消息转发给 PROXY业务处理模块。 步骤 S408: 业务处理模块通过 APPID进行路由查找, 得到 APPID对应 的应用提供商服务器的 IP、 端口号等信息; 如果路由查找失败则进入步骤 S409, 查找成功进入步 4聚 S410。 步骤 S409: 应用不存在, 流程结束。 步骤 S410: PROXY业务处理模块向 APPID对应的应用建立链接并发起 建链请求; 如果链接建立失败则进入步骤 S411 , 链接建立成功则进入 S412。 步骤 S411 : 链接建立失败, PROXY业务处理模块删除 AOG与应用服 务器之间链接以及 AOG与智能终端的对应链接, 流程结束。 步骤 S412: 链接建立成功, AOG业务处理模块记录 "AOG与应用 艮务 器" 和 "AOG与智能终端" 的链接对应关系。 图 5 是 居本发明实施例的实现大数据透传以及链路删除的方法流程 图。 如图 5所示, 该方法包括: 临时通道链路建立成功,应用提供商月艮务器端和 /或智能手机应用客户端 /AOG异省平台在建立的链路上发送大数据文件。 步骤 S501 : PROXY消息接收模块从已经建立的链接上接收数据, 并把 接收到的消息转发到 PROXY业务处理模块。 步骤 S502: PROXY业务处理模块查找收到数据的链路对应的转发链路 编号; 如果查找成功则进入步骤 S504, 如果查找失败则进入步骤 S503。 步骤 S503: 临时链路异常, PROXY链路管理模块关闭收到数据的临时 链路, 消息发送失败, 流程结束。 步骤 S504: PROXY消息发送模块通过查找到的链路转发数据。 步骤 S505 : 判断发送数据是否为临时链路清除消息, 如果是清除消息, 则进入步骤 S506; 否则, 进入步骤 S501。 步骤 S506: PROXY链路管理模块删除该发送数据链接以及与该链接对 应的转发消息链接。 实施例四 在应用月艮务器端通过透传通道 (临时链路 )发送大数据文件到终端用户 的全过程应用实例中, 系统完成消息处理的过程如下: 本实施例仍釆用图 3所示的系统组网结构,假设应用提供商服务器为 QQ 应用, QQ月艮务器端与 AOG平台存在长链接 A; 智能终端 A上正常运行手 机 QQ以及手机邮箱,并且手机 QQ与手机邮箱通过链路 A1与 AOG平台收 发消息; 智能终端 B上正常运行手机 QQ与手机阅读, 通过链路 A2与 AOG 平台收发消息; 在 AOG平台上配置 QQ应用服务器账号为 QQserver, IP为 IP1 , 端口号为 6524, APPID为 13。 假设 QQ服务端需要给智能终端 A发送 QQ发送大文件。 QQ服务器通 过链路 A发送建立临时通道请求消息; AOG网关收到请求消息后, 对终端 号进行路由, 通过链路 A1把建立临时通道请求发送消息给智能终端 A; 智 能终端 A上的 QQ应用收到该消息后, 向 AOG平台的 PROXY链路管理模 块建立链接 1 , 并发送建立临时链路消息请求; AOG的 PROXY消息接收模 块把收到的请求发送给 PROXY业务处理模块; PROXY业务处理模块通过 请求消息中 APPID为 13 , 匹配到应用月艮务器露号 QQserver; 并向 IP1、 端口 6524发送建立链接请求; 临时通道链路 1建立成功。 QQ 艮务器端发送通过 链路 1发送大数据文件, 文件传送完毕后发送链接清除消息。 PROXY 的链 路管理模块收到链路清除消息, 并删除本次发送的链路 1 。 在终端用户通过透传通道发送大数据文件到应用月艮务器端的全过程应用 实例中, 系统完成消息处理的过程如下: 本实施例仍釆用图 3所示的系统组网结构, 若智能终端 B上的 QQ应用 需要发送大数据文件。 智能终端 B上 QQ应用向 AOG平台的 PROXY链路 管理模块建立链接 2 , 并发送建立临时链路消息请求; AOG的 PROXY消息 接收模块把收到的请求发送给 PROXY业务处理模块; PROXY业务处理模 块通过请求消息中 APPID为 13 , 匹配到应用月艮务器露号 QQserver; 并向 IP1 端口 6524发送建立链接请求; 临时通道链路 2建立成功。 智能终端 B上 QQ 应用通过链路 2发送大数据文件, 文件传送完毕后发送链接清除消息。 PROXY的链路管理模块收到链路清除消息, 并删除本次发送的链路 2 。 实施例五 本发明实施例提供了一种平台, 用于实现上述方法, 图 6是根据本发明 实施例的平台的结构框图, 如图 6所示, 该平台包括: 接收模块 602 , 设置 为接收终端发送的建链请求; 第一建链模块 604, 耦合至接收模块 602 , 设 置为建立平台到终端的第一临时链路; 获取模块 606, 耦合至接收模块 602 , 设置为获取建链请求中的应用服务器信息, 第二建链模块 608 , 耦合至获取 模块 606 , 设置为根据应用服务器信息建立平台到应用服务器信息对应的应 用服务器的第二临时链路; 传送模块 610 , 耦合至第一建链模块 604和第二 建链模块 608 , 设置为通过第一临时链路和第二临时链路传送终端和应用服 务器之间的大小超过预定门限的数据包。 在本发明实施例的一个优选实例中, 终端在确定准备向应用服务器发送 的数据包的大小超过预定门限时, 向平台发送建链请求, 然后, 平台通过接 收模块 602接收该建链请求。 此时, 传送模块 610可以包括: 第一接收子模 块, 设置为接收终端通过第一临时链路发送的数据包, 第一发送子模块, 耦 合至第一接收子模块, 设置为通过第二临时链路将第一接收子模块接收到的 数据包发送给应用服务器。 该平台还可以包括: 第一接收模块, 设置为在终 端发送完数据包之后, 接收终端发送的拆链请求, 第一拆除模块, 耦合至第 一接收模块, 设置为在第一接收模块接收到建链请求的情况下, 拆除第一临 时链路和第二临时链路。 在本发明实施例的另一个优选实例中, 在应用月艮务器准备向终端发送的 数据包的大小超过预定门限的情况下, 应用月艮务器可以通过平台向终端发送 建链命令; 然后, 终端再向平台发送建链请求, 然后, 平台通过接收模块 602 接收该建链请求。 在这种情况下, 传送模块 610包括: 第二接收子模块, 设 置为接收应用服务器通过第二临时链路向平台发送的数据包; 第二发送子模 块, 耦合至第二接收子模块, 设置为通过第一临时链路将第二接收子模块接 收到的数据包发送给终端。 该平台还可以包括: 第二接收模块, 设置为在应 用服务器发送完数据包之后, 接收该应用服务器发送的拆链请求, 第二拆除 模块,耦合至第二接收模块,设置为在第二接收模块接收到该拆链请求之后, 拆除第一临时链路和第二临时链路。 优选地, 上述平台可以为 AOG平台, jt匕时终端可以为智能终端, 预定 门限可以为 8k。 综上所述, 本发明实施例对大数据文件传输新建临时通道, 降低了大文 件传输对已有业务运行的影响, 提高了传输效率。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 并 且在某些情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或者 将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制作 成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软件 结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的 ^"神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。 The present invention relates to the field of communications, and in particular to a data transmission method and platform. BACKGROUND OF THE INVENTION The mobile internet service is an emerging service that combines the advantages of mobile networks and the Internet, and can provide users with various types of services such as voice, data, images, and multimedia through mobile terminals. A smart phone is an important part of the mobile Internet business. An application client program that can run a specific function on a smart phone can provide users with personalized, content-related and interactive work applications through interaction with the application server. risk. With the popularity of smart phones, more and more users are accustomed to using their mobile phones to use their daily life, the business they are used to at work, such as mobile QQ, mobile phone mailbox and so on. In the related art, there are long links between terminals, platforms, and application servers, and various signaling and data are transmitted through long links. When the data is large, it will occupy more bandwidth and affect the transmission of other data and signaling. The Always Online Gateway (AOG) platform provides unified messaging channels and simultaneous transmission channels for enterprise services, Internet services, home services, and content providers, facilitating applications and content in a variety of ways, safely and reliably. Extend to the user terminal. The AOG platform provides a unified access point for long-term mobile Internet-based applications, which can provide customers with high-performance, low-latency user experience services, increase user stickiness, and increase business revenue. However, with the massive use of data services in smart phones, some problems have gradually emerged: Compared with ordinary mobile phone users, the application of smart phones generates a large amount of data traffic, which has a great impact on the bandwidth of the entire mobile internet. For example, iPhone users account for only 3% of AT&T users, but consume up to 40% of bandwidth, resulting in poor voice quality services. The implementation of the intelligent terminal is an application to establish a long connection to the application server. Assuming that a smart terminal runs 10 applications, 10 long connections are made to the application server. Since the number of terminals is very large, and each terminal establishes multiple connections, the number of long connections in the mobile Internet is a very large number. This large number of long connections seriously affects the mobile Internet. Network performance. In addition, since each long connection will periodically initiate a link detection packet to detect, resulting in a large number of detection packets in the network. These additional signaling loads allow the mobile Internet network to do a lot of additional wireless channel allocation and creation for this, which can easily lead to dropped calls, inaccessibility, and network congestion. These two questions fully illustrate the current mobile Internet services have many large data transmission requirements, such as mobile phone accessories, video file downloads and so on. And the number of long links between the terminal and the application server is a super-large number. 1 is a schematic diagram of data transmission according to the related art AOG platform. As shown in FIG. 1, for an intelligent terminal (a plurality of application clients running on the terminal), the AOG platform provides a link (such as link 1 of FIG. 1). Transmitting; linking to the application provider (eg, QQ) and the AOG platform (such as link 3 in Figure 1) is provided for use by all smart terminals that use the application. In the related art, the AOG platform converges the number of long connections by installing middleware on the smart terminal. The AOG platform has one long link for each smart terminal, and multiple applications running on the smart terminal share this link. However, this also has problems. At this time, if one of the applications is downloading a large file, it will inevitably occupy a large amount of bandwidth and cause all services of the terminal to be affected. SUMMARY OF THE INVENTION A primary object of the present invention is to provide a data transmission scheme to solve at least the problem of affecting the transmission of other services when the size of the data packet is large in the related art described above. In order to achieve the above object, according to an aspect of the present invention, a data transmission method is provided. The method includes: receiving, by a platform, a link establishment request sent by a terminal, establishing a first temporary link from the platform to the terminal; and obtaining a link establishment request by the platform The application server information in the second temporary link of the application server corresponding to the application server information is established according to the application server information; the platform transmits between the terminal and the application server through the first temporary link and the second temporary link A packet whose size exceeds a predetermined threshold. Preferably, the method further comprises: the terminal determining that the size of the data packet to be sent to the application server exceeds a predetermined threshold. Preferably, the platform transmits, by using the first temporary link and the second temporary link, a data packet whose size exceeds a predetermined threshold between the terminal and the application server, where: the platform receives the data packet sent by the terminal through the first temporary link; The second temporary link sends the data packet to the application server; after the terminal sends the data packet, the platform receives the disconnection request sent by the terminal, and removes the first temporary link and the first Two temporary links. Preferably, before the platform receives the link establishment request sent by the terminal, the method further includes: the application server determines that the size of the data packet to be sent to the terminal exceeds a predetermined threshold; and the application server sends the link establishment command to the terminal through the platform. Preferably, the platform transmits, by using the first temporary link and the second temporary link, a data packet whose size exceeds a predetermined threshold between the terminal and the application server, where: the platform receives the data packet sent by the application server by using the second temporary link; The first temporary link sends the data packet to the terminal. After the application server sends the data packet, the platform receives the disconnection request sent by the application server, and removes the first temporary link and the second temporary link. Preferably, the platform is a constant online gateway AOG platform, and the terminal is an intelligent terminal. In order to achieve the above object, according to an aspect of the present invention, a platform is provided, where the platform includes: a receiving module, configured to receive a link establishment request sent by a terminal; and a first chain building module, configured to establish a platform to the terminal. a temporary link; an acquisition module, configured to acquire application server information in the link establishment request, and a second link establishment module, configured to establish a second temporary link of the application server corresponding to the application server information according to the application server information; And transmitting, by using the first temporary link and the second temporary link, a data packet whose size between the terminal and the application server exceeds a predetermined threshold. Preferably, the link establishment request is sent by the terminal when determining that the size of the data packet to be sent to the application server exceeds a predetermined threshold. Preferably, the transmitting module includes: a first receiving submodule, configured to receive a data packet sent by the terminal through the first temporary link; and a first sending submodule configured to send the data packet to the application server by using the second temporary link; The platform further includes: a first receiving module, configured to: after the terminal sends the data packet, receive a disconnect request sent by the terminal; and the first removing module is configured to remove the first temporary link and the second temporary link. Preferably, the transmitting module includes: a second receiving submodule, configured to receive a data packet sent by the application server by using the second temporary link; and a second sending submodule configured to send the data packet to the terminal by using the first temporary link; The platform further includes: a second receiving module, configured to: after the application server sends the data packet, receive a disconnect request sent by the application server; and the second removal module is configured to remove the first temporary link and the second temporary link. Through the invention, the method for establishing a temporary link to transmit a large data packet is solved In the technology, when the size of the data packet is large, the problem of transmission of other services is affected, thereby achieving the effect of ensuring that the transmission of big data does not affect the use of other services of the existing terminal. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, In the drawings: FIG. 1 is a schematic diagram of data transmission according to an AOG platform according to the related art; FIG. 2 is a flowchart of a data transmission method according to an embodiment of the present invention; FIG. 3 is a system and an external networking according to an embodiment of the present invention. FIG. 4 is a flowchart of a method for implementing a big data transparent transmission channel link establishment according to an embodiment of the present invention; FIG. 5 is a flowchart of a method for implementing big data transparent transmission and link deletion according to an embodiment of the present invention; It is a structural block diagram of a platform in the embodiment of the present invention. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. Embodiment 1 The embodiment of the present invention provides a data transmission method, which is used for data transmission between a terminal, a platform, and an application server. FIG. 2 is a flowchart of a data transmission method according to an embodiment of the present invention. As shown in FIG. 2, the method includes: Step S202: A platform receives a link establishment request sent by a terminal, and establishes a first temporary link from the platform to the terminal. Step S204: The platform acquires application server information (for example, an application server ID) in the link establishment request, and then, according to the application server information, establishes a platform corresponding to the application server information. Using the second temporary link of the server; Step S206, the platform transmits a data packet between the terminal and the application server that exceeds a predetermined threshold by using the first temporary link and the second temporary link. In this embodiment, a large data packet is transmitted through the temporary link, and other data is also transmitted through the original channel, so that the transmission of the large data packet does not affect the execution of other services. In a preferred embodiment of the embodiment of the present invention, the terminal may send a link establishment request to the platform when the size of the data packet to be sent to the application server exceeds a predetermined threshold. In this case, the terminal sends a large data packet to the platform through the first temporary link; then, the platform can send the data packet to the application server through the second temporary link; and after the terminal sends the data packet, The terminal sends a disconnect request to the platform, and then the platform removes the first temporary link and the second temporary link. In still another preferred embodiment of the present invention, in a case where the size of the data packet that the application server prepares to send to the terminal exceeds a predetermined threshold, the application server may send a chain-building command to the terminal through the platform; The terminal then sends a link request to the platform. In this case, the application server sends a data packet to the platform through the second temporary link; the platform sends the data packet to the terminal through the first temporary link; the application server sends the data packet to the platform after sending the data packet A split request is sent, and then the platform removes the first temporary link and the second temporary link. Preferably, the foregoing platform may be an AOG platform, and the foregoing terminal may be an intelligent terminal. In this embodiment, while the number of links between the intelligent terminal and the AOG platform is converged, other temporary channels are opened for big data to transparently transmit, so that the purpose of converging the number of links does not affect the use of the network by other services of the smart terminal. Wherein, the predetermined threshold is 8k. Embodiment 2 In this embodiment, the implementation process of the embodiment of the present invention is described by taking the data transmission of the AOG platform as an example. In this embodiment, the data transmission process of the AOG platform is modified. When the application server or the intelligent terminal needs to send big data, the intelligent terminal applies for opening a new temporary channel for data transparent transmission by the AOG platform. Thereby ensuring the transmission of big data without affecting the use of existing smart terminal applications. In this embodiment, the structure of the AOG platform based on the big data transparent transmission channel is improved. Like the related technology, the platform includes the following modules: a service processing module, a link management module, a message receiving module, a message sending module, Configuration management module; in addition, different from related technologies, the flat The station also includes: PROXY (Proxy Link) service processing module, PROXY message receiving module, PROXY message sending module and PROXY link management module. The service processing module is mainly responsible for the contract relationship management and authentication of the AOG platform; the link management module is mainly responsible for establishing, maintaining, and deleting links of the AOG platform and the external network element; the message receiving module is mainly responsible for the AOG platform for other network elements. The message receiving, parsing and sending the message to the service processing module; the message sending module is mainly responsible for the message transmission of the AOG platform to other network elements; the configuration management module is mainly responsible for the system external network element configuration and the contract relationship configuration management; the PROXY service processing module is mainly responsible for The link to establish the correct link to the lower-level network element and the link selection when forwarding the message; the PROXY message receiving module is mainly responsible for receiving the large data file of the external network element; the PROXY message sending module is mainly responsible for sending the large data file of the external network element. The PROXY Link Management Module is primarily responsible for the establishment, maintenance, and deletion of links. The PROXY service processing module interfaces with the configuration module interface, the PROXY message sending module, the PROXY message receiving module, and the PROXY link management module; the PROXY link management module interfaces with the PROXY message receiving module and the PROXY message sending module; the service processing module and configuration The management module, the message receiving module and the message sending module interface; the link management module interfaces with the message receiving module and the message sending module. In the embodiment, the data transmission is performed by the following method: Step A: The configuration management module first configures account information of each external network element (including: Internet Protocol (IP), port, etc.), service Information, etc.; each external network element has established a normal service link with the AOG platform; Step B, when the server application end needs to send large file data, send a downlink message to the AOG gateway, and notify the intelligent terminal to initiate a temporary link; Step C, AOG Gateway After receiving the message, the message receiving module sends the message to the service module for routing, and forwards the message to the corresponding intelligent terminal through the message sending module; Step D, after receiving the message that the temporary link needs to be established, the intelligent terminal receives the message Initiating a link establishment request message to the PROXY link management module of the AOG platform; Step E, the AOG link management module forwards the received link establishment request message to the PROXY service processing module; Step F, the PROXY service processing module performs the APPID (application server Marked) business After the authentication, the lower-level network element account is selected according to the APPID route, and the IP and port number information is extracted from the lower-level network element account information to establish a link request to the lower-level network element, and the correspondence between the intelligent terminal link and the lower-level network element link is recorded. For the subsequent message forwarding; Step G, after the authentication of the lower-level network element is passed, the PROXY message receiving module receives the successful response returned by the lower-level network element, and forwards the response to the intelligent terminal through the PROXY message sending module, and the link is established; Step H, the application server (intelligent terminal and/or the independent AOG gateway) sends the big data file through the established temporary channel; Step I, after receiving the big data file, the PROXY message receiving module searches for the corresponding link through the PROXY service processing module The link number to which the relationship is forwarded. And the 4 bar data stream is forwarded to the PROXY message sending module; Step J, the PROXY message sending module forwards the big data file to the lower level network element; Step K, the application server (smart terminal/independent AOG gateway), after sending the file, The PROXY message receiving module sends a broken link request (ie, a disconnect request;); Step L, after receiving the broken link request, the PROXY message receiving module forwards the request to the PROXY service management module; Step M, the PROXY service management module disconnects the application The server (smart terminal) side link finds and disconnects the smart terminal (application server) side link corresponding to the link, and the temporary transmission big data channel is all closed. In the above method, if the application scenario is that the smart terminal needs to send a big data file, the method may start from step D, and the following process is similar to the process in which the application server needs to send a big data file, but the direction is opposite, and After the big data file is sent, the smart terminal initiates the unlinking. In this embodiment, the big data transmission efficiency is improved, and while the big data file is transmitted through the temporary link, the long link between the original application server, the AOG platform, and the intelligent terminal is used to transmit the other. Services (for example, packets and signaling that do not exceed a predetermined threshold), thereby avoiding the impact of big data transmissions on existing business functions. Embodiment 3 FIG. 3 is a schematic diagram of a system and an external networking according to an embodiment of the present invention. As shown in FIG. 3, the PROXY processing module is newly added to the macro data transparent transmission in this embodiment. The intelligent terminal and the AOG platform still have only one link (such as link A1 of FIG. 3) for performing messaging of multiple application client programs. A link to the AOG platform (such as link A of Figure 3) for the application provider (e.g., QQ) is also provided for use by all smart terminals that use the application. However, for the transmission of big data, this embodiment can transmit by adding a temporary transparent transmission channel (link 1 of FIG. 3) through the PROXY module. Thereby avoiding the impact of big data transmission on existing services. The following describes the process of data transmission in the embodiment of the present invention by taking an application provider server to send a big data file as an example. 4 is a flow chart of a method for establishing a link of a big data transparent transmission channel in an embodiment of the present invention. As shown in FIG. 4, the method includes: Step S401: The application provider sends a notification message (notifying the smart terminal to apply to establish a temporary transparent transmission channel) to the AOG platform. Step S402: The AOG platform receives the request message through the message receiving module, and forwards the request message to the service processing module. Step S403: The service processing module searches the routing table for the link between the smart terminal corresponding to the destination number and the AOG platform by using the destination number in the message; if the matching is successful, the process proceeds to step S405; otherwise, the process proceeds to step S404. Step S404: The smart terminal is not online, and the file cannot be transmitted to the terminal, and the process ends. Step S405: The AOG platform forwards the request for establishing the temporary channel by the application server to the smart terminal through the link; (If the smart phone needs to send big data, it may start directly from step S406;). Step S406: The smart terminal establishes a link to the PROXY link management module of the AOG platform, and sends a link establishment request, where the request carries an application server ID (APPID). Step S407: The PROXY message receiving module receives the request message and forwards the message to the PROXY service processing module. Step S408: The service processing module performs route search through the APPID, and obtains information such as an IP address and a port number of the application provider server corresponding to the APPID; if the route search fails, the process proceeds to the step. S409, the search succeeds in step 4 to gather S410. Step S409: The application does not exist, and the process ends. Step S410: The PROXY service processing module establishes a link to the application corresponding to the APPID and initiates a link establishment request; if the link establishment fails, the process proceeds to step S411, and if the link establishment is successful, the process proceeds to S412. Step S411: The link establishment fails, the PROXY service processing module deletes the link between the AOG and the application server, and the corresponding link between the AOG and the smart terminal, and the process ends. Step S412: The link is successfully established, and the AOG service processing module records the link correspondence between the "AOG and the application server" and the "AOG and the smart terminal". FIG. 5 is a flowchart of a method for implementing big data transparent transmission and link deletion according to an embodiment of the present invention. As shown in FIG. 5, the method includes: the temporary channel link is successfully established, and the application provider server and/or the smartphone application client/AOG heterogeneous platform send a big data file on the established link. Step S501: The PROXY message receiving module receives data from the established link and forwards the received message to the PROXY service processing module. Step S502: The PROXY service processing module searches for the forwarding link number corresponding to the link that receives the data. If the search succeeds, the process proceeds to step S504. If the search fails, the process proceeds to step S503. Step S503: The temporary link is abnormal, the PROXY link management module closes the temporary link that receives the data, the message is sent, and the process ends. Step S504: The PROXY message sending module forwards the data through the found link. Step S505: determining whether the transmission data is a temporary link clear message, if it is a clear message, proceeding to step S506; otherwise, proceeding to step S501. Step S506: The PROXY link management module deletes the sending data link and the forwarding message link corresponding to the link. In the fourth embodiment, in the application process of transmitting the big data file to the end user through the transparent transmission channel (temporary link), the system completes the message processing as follows: In this embodiment, the system networking structure shown in FIG. 3 is still used. It is assumed that the application provider server is a QQ application, and the QQ server has a long link A with the AOG platform; the smart terminal A runs the mobile QQ and the mobile phone mailbox normally. And the mobile QQ and the mobile phone mailbox send and receive messages through the link A1 and the AOG platform; the smart terminal B runs the mobile QQ and the mobile phone normally, and sends and receives messages through the link A2 and the AOG platform; configures the QQ application server account as the QQserver on the AOG platform. , IP is IP1, port number is 6524, and APPID is 13. It is assumed that the QQ server needs to send a QQ to send a large file to the intelligent terminal A. The QQ server sends a temporary channel request message through the link A. After receiving the request message, the AOG gateway routes the terminal number, and sends a temporary channel request to the intelligent terminal A through the link A1. The QQ application on the intelligent terminal A After receiving the message, the link 1 is established to the PROXY link management module of the AOG platform, and a request for establishing a temporary link message is sent; the PROXY message receiving module of the AOG sends the received request to the PROXY service processing module; the PROXY service processing module Through the APPID in the request message is 13, matching to the application server QQserver; and sending a link establishment request to IP1, port 6524; the temporary channel link 1 is successfully established. The QQ server sends a big data file through link 1, and sends a link clear message after the file is transmitted. The link management module of PROXY receives the link clear message and deletes the link 1 sent this time. In the whole process application example in which the end user sends the big data file to the application server through the transparent transmission channel, the process of completing the message processing by the system is as follows: In this embodiment, the system networking structure shown in FIG. 3 is still used, if the smart The QQ application on terminal B needs to send a big data file. The QQ application on the intelligent terminal B establishes a link 2 to the PROXY link management module of the AOG platform, and sends a request to establish a temporary link message; the PROXY message receiving module of the AOG sends the received request to the PROXY service processing module; the PROXY service processing module The APPID is 13 in the request message, and the application server is exposed to the QQserver; and the establishment link request is sent to the IP1 port 6524; the temporary channel link 2 is successfully established. The QQ application on the intelligent terminal B sends a big data file through the link 2, and sends a link clear message after the file is transmitted. The link management module of PROXY receives the link clear message and deletes the link 2 sent this time. Embodiment 5 The embodiment of the present invention provides a platform for implementing the foregoing method. FIG. 6 is a structural block diagram of a platform according to an embodiment of the present invention. As shown in FIG. 6, the platform includes: a receiving module 602, configured to receive The first chain-building module 604 is coupled to the receiving module 602, and is configured to establish a platform-to-terminal first temporary link. The acquiring module 606 is coupled to the receiving module 602. The second link building module 608 is configured to obtain the second temporary link of the application server corresponding to the application server information according to the application server information, and is configured to obtain the application server information in the link establishment request. 610. The first link-building module 604 and the second link-building module 608 are coupled to transmit a data packet between the terminal and the application server that exceeds a predetermined threshold by using the first temporary link and the second temporary link. In a preferred embodiment of the present invention, the terminal sends a link establishment request to the platform when determining that the size of the data packet to be sent to the application server exceeds a predetermined threshold, and then the platform receives the link establishment request through the receiving module 602. At this time, the transmitting module 610 may include: a first receiving submodule, configured to receive a data packet sent by the terminal through the first temporary link, where the first sending submodule is coupled to the first receiving submodule, and is configured to pass the second temporary The link sends the data packet received by the first receiving submodule to the application server. The platform may further include: a first receiving module, configured to: after the terminal sends the data packet, receive a disconnect request sent by the terminal, the first removing module is coupled to the first receiving module, and is configured to receive at the first receiving module In the case of a link establishment request, the first temporary link and the second temporary link are removed. In another preferred embodiment of the present invention, in a case where the size of the data packet that the application server prepares to send to the terminal exceeds a predetermined threshold, the application server may send a chain-building command to the terminal through the platform; The terminal sends a link establishment request to the platform, and then the platform receives the link establishment request through the receiving module 602. In this case, the transmitting module 610 includes: a second receiving submodule, configured to receive a data packet sent by the application server to the platform by using the second temporary link; and a second sending submodule coupled to the second receiving submodule, configured Transmitting the data packet received by the second receiving submodule to the terminal through the first temporary link. The platform may further include: a second receiving module, configured to: after the application server sends the data packet, receive a disconnect request sent by the application server, and the second removal module is coupled to the second receiving module, configured to receive in the second receiving After receiving the unlinking request, the module removes the first temporary link and the second temporary link. Preferably, the platform may be an AOG platform, and the terminal may be a smart terminal, and the predetermined threshold may be 8k. In summary, the embodiment of the present invention creates a new temporary channel for large data file transmission, which reduces the impact of large file transmission on existing service operations and improves transmission efficiency. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be executed by a computing device The program code is implemented so that they can be stored in the storage device by the computing device, and in some cases, the steps shown or described can be performed in a different order than here, or they can be separately produced. The individual integrated circuit modules are implemented, or a plurality of modules or steps thereof are fabricated into a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the scope of the present invention are intended to be included within the scope of the present invention.

Claims

权 利 要 求 书 Claim
1. 一种数据传输方法, 包括: 1. A method of data transmission, comprising:
平台接收到终端发送的建链请求, 建立所述平台到所述终端的第一 临时链路;  The platform receives the link establishment request sent by the terminal, and establishes a first temporary link of the platform to the terminal;
所述平台获取所述建链请求中的应用月艮务器信息, 才艮据所述应用月艮 务器信息建立所述平台到所述应用服务器信息对应的应用服务器的第二 临时链路;  The platform acquires the application server information in the link establishment request, and establishes a second temporary link of the platform to the application server corresponding to the application server information according to the application server information;
所述平台通过所述第一临时链路和第二临时链路传送所述终端和所 述应用服务器之间的大小超过预定门限的数据包。  The platform transmits, by the first temporary link and the second temporary link, a data packet between the terminal and the application server that exceeds a predetermined threshold.
2. 根据权利要求 1所述的方法, 其中, 在平台接收到所述终端发送的建链 请求之前, 所述方法还包括: The method according to claim 1, wherein, before the platform receives the link establishment request sent by the terminal, the method further includes:
所述终端确定准备向所述应用 艮务器发送的数据包的大小超过所述 预定门限。  The terminal determines that the size of the data packet to be sent to the application server exceeds the predetermined threshold.
3. 根据权利要求 2所述的方法, 其中, 3. The method according to claim 2, wherein
所述平台通过所述第一临时链路和第二临时链路传送所述终端和所 述应用服务器之间的大小超过预定门限的数据包包括: 所述平台接收所 述终端通过所述第一临时链路发送的所述数据包; 所述平台通过所述第 二临时链路将所述数据包发送给所述应用月艮务器;  Transmitting, by the platform, the data packet between the terminal and the application server that exceeds a predetermined threshold by using the first temporary link and the second temporary link, where the platform receives the terminal by using the first The data packet sent by the temporary link; the platform sends the data packet to the application server through the second temporary link;
在所述终端发送完所述数据包之后, 所述平台接收到所述终端发送 的拆链请求, 拆除所述第一临时链路和所述第二临时链路。  After the terminal sends the data packet, the platform receives the de-linking request sent by the terminal, and removes the first temporary link and the second temporary link.
4. 根据权利要求 1所述的方法, 其中, 在平台接收到所述终端发送的建链 请求之前, 所述方法还包括: The method according to claim 1, wherein, before the platform receives the link establishment request sent by the terminal, the method further includes:
所述应用 艮务器确定准备向所述终端发送的数据包的大小超过所述 预定门限;  The application server determines that a size of a data packet to be sent to the terminal exceeds the predetermined threshold;
所述应用月艮务器通过所述平台向所述终端发送建链命令。 根据权利要求 4所述的方法, 其中, 所述平台通过所述第一临时链路和第二临时链路传送所述终端和所 述应用服务器之间的大小超过预定门限的数据包包括: 所述平台接收所 述应用月艮务器通过所述第二临时链路发送的所述数据包; 所述平台通过 所述第一临时链路将所述数据包发送给所述终端; The application server sends a chain building command to the terminal through the platform. The method according to claim 4, wherein Transmitting, by the platform, the data packet between the terminal and the application server that exceeds a predetermined threshold by using the first temporary link and the second temporary link includes: receiving, by the platform, the application server The data packet sent by the second temporary link; the platform sends the data packet to the terminal by using the first temporary link;
在所述应用月艮务器发送完所述数据包之后, 所述平台接收到所述应 用月艮务器发送的拆链请求,拆除所述第一临时链路和所述第二临时链路。 根据权利要求 1至 5中任一项所述的方法, 其中, 所述平台为常在线网 关 AOG平台, 所述终端为智能终端。 一种平台, 包括:  After the application server sends the data packet, the platform receives the de-linking request sent by the application server, and removes the first temporary link and the second temporary link. . The method according to any one of claims 1 to 5, wherein the platform is a frequent online gateway AOG platform, and the terminal is an intelligent terminal. A platform that includes:
接收模块, 设置为接收终端发送的建链请求;  a receiving module, configured to receive a link establishment request sent by the terminal;
第一建链模块, 设置为建立所述平台到所述终端的第一临时链路; 获取模块, 设置为获取所述建链请求中的应用服务器信息, 第二建链模块, 设置为根据所述应用服务器信息建立所述平台到所 述应用服务器信息对应的所述应用服务器的第二临时链路;  a first link building module, configured to establish a first temporary link of the platform to the terminal; an acquiring module, configured to obtain application server information in the link establishment request, and a second chain building module, configured to be Determining, by the application server information, the second temporary link of the platform to the application server corresponding to the application server information;
传送模块, 设置为通过所述第一临时链路和第二临时链路传送所述 终端和所述应用月艮务器之间的大小超过预定门限的数据包。 根据权利要求 7所述的平台, 其中,  And a transmitting module, configured to transmit, by the first temporary link and the second temporary link, a data packet between the terminal and the application server that exceeds a predetermined threshold. The platform according to claim 7, wherein
所述建链请求为所述终端在确定准备向所述应用 艮务器发送的数据 包的大小超过所述预定门限时发送的。 根据权利要求 8所述的平台, 其中,  The link establishment request is sent by the terminal when determining that a size of a data packet to be sent to the application server exceeds the predetermined threshold. The platform according to claim 8, wherein
所述传送模块包括:  The transmitting module includes:
第一接收子模块, 设置为接收所述终端通过所述第一临时链路发送 的所述数据包;  a first receiving submodule, configured to receive the data packet sent by the terminal by using the first temporary link;
第一发送子模块, 设置为通过所述第二临时链路将所述数据包发送 给所述应用月艮务器;  a first sending submodule, configured to send the data packet to the application server by using the second temporary link;
所述平台还包括:  The platform also includes:
第一接收模块, 设置为在所述终端发送完所述数据包之后, 接收所 述终端发送的拆链请求; 第一拆除模块,设置为拆除所述第一临时链路和所述第二临时链路。 根据权利要求 7所述的平台, 其中, The first receiving module is configured to: after the terminal sends the data packet, receive a disconnect request sent by the terminal; The first removal module is configured to remove the first temporary link and the second temporary link. The platform according to claim 7, wherein
所述传送模块包括:  The transmitting module includes:
第二接收子模块, 设置为接收所述应用服务器通过所述第二临时链 路发送的所述数据包;  a second receiving submodule, configured to receive the data packet sent by the application server by using the second temporary link;
第二发送子模块, 设置为通过所述第一临时链路将所述数据包发送 给所述终端;  a second sending submodule, configured to send the data packet to the terminal by using the first temporary link;
所述平台还包括:  The platform also includes:
第二接收模块, 设置为在所述应用服务器发送完所述数据包之后, 接收所述应用服务器发送的拆链请求;  a second receiving module, configured to: after the application server sends the data packet, receive a disconnect request sent by the application server;
第二拆除模块,设置为拆除所述第一临时链路和所述第二临时链路。  And a second removal module configured to remove the first temporary link and the second temporary link.
PCT/CN2011/070362 2010-11-12 2011-01-18 Method and platform for data transmission WO2012062048A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010543087.9 2010-11-12
CN2010105430879A CN102469128A (en) 2010-11-12 2010-11-12 Data transmission method and platform

Publications (1)

Publication Number Publication Date
WO2012062048A1 true WO2012062048A1 (en) 2012-05-18

Family

ID=46050343

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/070362 WO2012062048A1 (en) 2010-11-12 2011-01-18 Method and platform for data transmission

Country Status (2)

Country Link
CN (1) CN102469128A (en)
WO (1) WO2012062048A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5457680A (en) * 1993-05-18 1995-10-10 International Business Machines Corporation Data gateway for mobile data radio terminals in a data communication network
CN101146245A (en) * 2006-09-11 2008-03-19 联想(北京)有限公司 Method for pushing email under heterogeneous network, mobile terminal and server
CN101626384A (en) * 2009-08-05 2010-01-13 腾讯科技(深圳)有限公司 Method and system for transmitting data packet based on TPC protocol
CN101867617A (en) * 2010-06-13 2010-10-20 优视科技有限公司 File uploading method base on mobile terminal and system and uploading server thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100481989C (en) * 2005-11-11 2009-04-22 大唐移动通信设备有限公司 A method for dynamic distribution of side signaling link of base station in mobile communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5457680A (en) * 1993-05-18 1995-10-10 International Business Machines Corporation Data gateway for mobile data radio terminals in a data communication network
CN101146245A (en) * 2006-09-11 2008-03-19 联想(北京)有限公司 Method for pushing email under heterogeneous network, mobile terminal and server
CN101626384A (en) * 2009-08-05 2010-01-13 腾讯科技(深圳)有限公司 Method and system for transmitting data packet based on TPC protocol
CN101867617A (en) * 2010-06-13 2010-10-20 优视科技有限公司 File uploading method base on mobile terminal and system and uploading server thereof

Also Published As

Publication number Publication date
CN102469128A (en) 2012-05-23

Similar Documents

Publication Publication Date Title
JP5678198B2 (en) Mobile Internet service realization method, gateway, proxy and system
US20060165064A1 (en) Method and apparatus for a network element to track the availability of other network elements
JP5518202B2 (en) End-to-end call implementation method, end-to-end call terminal and system
CN113596191A (en) Data processing method, network element equipment and readable storage medium
WO2023000936A1 (en) Data processing method, function device and readable storage medium
JP2013506358A5 (en)
WO2021169291A1 (en) Route advertising method, network elements, system, and device
EP2929658B1 (en) Call termination on ott network
WO2022222817A1 (en) Method and apparatus for selecting edge application server
US20100064182A1 (en) Communication system
US10601602B2 (en) Hybrid data transport solution, in particular for satellite links
CN114629912B (en) Communication transmission method and device based on MEC
JP4911222B2 (en) COMMUNICATION SYSTEM, COMMUNICATION METHOD IN COMMUNICATION SYSTEM, AND RELAY DEVICE
CN101471954A (en) Method for implementing network service, network service entity and intelligent network system
WO2014116757A1 (en) System and method for concurrent call session(s) handover to ip network or cellular cs network
US20110249626A1 (en) Method and system for implementing an ip multimedia subsystem dynamic phonebook service
KR102173015B1 (en) Control plane apparatus, user plane apparatus and method for processing packet using the same
WO2012062048A1 (en) Method and platform for data transmission
US20240073123A1 (en) Alternative route propogation
JP5717597B2 (en) COMMUNICATION SYSTEM, COMMUNICATION DEVICE, SERVER DEVICE, AND COMMUNICATION CONTROL METHOD
JP5983602B2 (en) Call linkage system, home control device, call linkage method
JP4662956B2 (en) Data transfer method and system
KR100913601B1 (en) Call admission control method for the SIP base Service interworking Control System
US20090060163A1 (en) Call Establishment in Call Centers Having Heterogeneous Terminals
KR101469490B1 (en) MOBILE VOIP SERVER SYSTEM, METHOD OF MOBILE VoIP SERVER LOAD BALANCING AND APPARATUS FOR THE SAME

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: 11839654

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: 11839654

Country of ref document: EP

Kind code of ref document: A1