WO2015149471A1 - Procédé, système et dispositif pour pousser de l'information, et support d'enregistrement d'ordinateur - Google Patents

Procédé, système et dispositif pour pousser de l'information, et support d'enregistrement d'ordinateur Download PDF

Info

Publication number
WO2015149471A1
WO2015149471A1 PCT/CN2014/084921 CN2014084921W WO2015149471A1 WO 2015149471 A1 WO2015149471 A1 WO 2015149471A1 CN 2014084921 W CN2014084921 W CN 2014084921W WO 2015149471 A1 WO2015149471 A1 WO 2015149471A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
terminal
push
push server
communication connection
Prior art date
Application number
PCT/CN2014/084921
Other languages
English (en)
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 WO2015149471A1 publication Critical patent/WO2015149471A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • H04L65/4061Push-to services, e.g. push-to-talk or push-to-video
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Definitions

  • the present invention relates to mobile communication technologies, and in particular, to an information push method, system, device, and computer storage medium. Background technique
  • Users access information through the Internet mainly include two methods: one is to actively query information (PULL) through the terminal; the other is the way the server actively pushes information (PUSH) to the terminal.
  • PULL actively query information
  • PUSH server actively pushes information
  • the existing information push methods mainly include the following two types: vertical fusion push mode and horizontal fusion push mode.
  • the vertical fusion push mode refers to that the terminal, the application store, and the application server form a closed system, and other application servers need to join the closed system in order to join the closed system; each application server passes through the closed system.
  • the push platform pushes each information to the terminal.
  • the horizontal fusion push mode uses an open platform, and each application server pushes information to the terminal through an open push platform.
  • the embodiments of the present invention provide an information pushing method, system, device, and computer storage medium, which can push information to the terminal without using the application client, thereby improving the user's operating experience.
  • An embodiment of the present invention provides an information pushing method, which is applied to a push server.
  • the method includes:
  • the push server establishes a WEBSOCKET communication connection with the terminal
  • the push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection.
  • the mode in which the push server establishes a connection with the terminal is a real-time working mode.
  • the method further includes: the push server is not in the first preset time period. When the information is pushed to the terminal, it is interrupted; when it is detected that the communication connection between the push server and the terminal is interrupted, a WEBSOCKET communication connection is established with the terminal.
  • the mode in which the push server establishes a connection with the terminal is a timing working mode; the push server establishes a WEBSOCKET communication connection with the terminal, including:
  • the push server establishes a WEBSOCKET communication connection with the terminal every third preset time period.
  • the push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection, including:
  • the push server receives the information sent by the application server in a fourth preset time period, merges the information according to the information type, and pushes the merged information to the terminal according to the established WEBSOCKET communication connection.
  • the push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection, including:
  • the embodiment of the invention further provides an information pushing method, which is applied to a terminal; the method includes:
  • the terminal establishes a WEBSOCKET communication connection with the push server
  • the method further comprises: displaying the information through a WEB browser, or displaying the information by pushing the information client.
  • An embodiment of the present invention further provides an information pushing method, where the method includes:
  • the terminal establishes a WEBSOCKET communication connection with the push server
  • the WEBSOCKET communication connection pushes the information to the terminal.
  • the embodiment of the present invention further provides a push server, where the push server includes: a first connection establishing unit, a first receiving unit, and a pushing unit;
  • the first connection establishing unit is configured to establish a WEBSOCKET communication connection with the terminal;
  • the first receiving unit is configured to receive information sent by the application server;
  • the pushing unit is configured to be established according to the first connection establishing unit
  • the WEBSOCKET communication connection pushes information received by the first receiving unit to the terminal.
  • the mode in which the push server establishes a connection with the terminal is a real-time working mode;
  • the push server further includes a detecting unit configured to: the pushing unit is in a first preset time period When no information is pushed to the terminal, it is detected whether the communication connection between the first connection establishing unit and the terminal is interrupted every second preset time period;
  • the first connection establishing unit is further configured to re-establish with the terminal when the detecting unit detects that the communication connection between the first connection establishing unit and the terminal is interrupted
  • the mode in which the push server establishes a connection with the terminal is a timing working mode; and the first connection establishing unit is configured to establish a WEBSOCKET communication connection with the terminal every third preset time period.
  • the push server further includes a merging unit configured to merge the information sent by the application server received by the first receiving unit in the fourth preset time period according to the information type;
  • the pushing unit is configured to push the merged unit information to the terminal according to the WEBSOCKET communication connection established by the first connection establishing unit.
  • the push server further includes an identifying unit configured to identify that the type of the information received by the first receiving unit is a real-time push type or a timing push type;
  • the pushing unit is configured to push the information type recognized by the identifying unit into a real-time push type information to the terminal in real time; and the information type identified by the identifying unit is a timing push type information every fifth The preset time period is pushed to the terminal.
  • the embodiment of the present invention further provides a terminal, where the terminal includes: a second connection establishing unit and a second receiving unit;
  • the second connection establishing unit is configured to establish a WEBSOCKET communication connection with the push server
  • the second receiving unit is configured to receive information pushed by the push server according to the WEBSOCKET communication connection established by the second connection establishing unit.
  • the terminal further includes: a display unit, where the information is displayed through a WEB browser, Or push the information client to display the information.
  • the embodiment of the present invention further provides an information push system, where the information push system includes: a terminal and a push server;
  • the terminal is configured to establish a WEBSOCKET communication connection with the push server;
  • the push server is configured to receive information sent by the application server, and push the information to the terminal according to the established WEBSOCKET communication connection.
  • the push server is further configured to: when the mode of establishing a connection with the terminal is a real-time working mode, when no information is pushed to the terminal in the first preset time period, the second detection is performed every second When the communication connection between the push server and the terminal is interrupted, a WEBSOCKET communication connection is established with the terminal.
  • the push server is configured to establish a WEBSOCKET communication connection with the terminal every third preset time period when the mode of establishing a connection with the terminal is a timed operation mode.
  • the push server is configured to receive information sent by the application server in a fourth preset time period, combine the information according to an information type, and push the merged information according to the established WEBSOCKET communication connection. To the terminal.
  • the push server is configured to receive information sent by the application server when establishing a real-time connection with the terminal; identifying the type of the information as a real-time push type or a timing push type; The information of the real-time push type is pushed to the terminal in real time; and the information of the information type of the timing push type is pushed to the terminal every fifth preset time period.
  • the terminal is further configured to display the information through a WEB browser, or display the information by pushing the information client.
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the embodiment of the present invention.
  • the information is applied to a push method in a push server.
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the information pushing method applied to the terminal according to the embodiment of the present invention. .
  • the terminal establishes a WEBSOCKET communication connection with the push server, and the push server receives the information sent by the application server, according to the established WEBSOCKET communication connection.
  • the information is pushed to the terminal.
  • the technical solution of the embodiment of the present invention establishes an information push channel with the push server through the WEBSOCKET communication scheme, so that the terminal device can receive the information pushed by the application without installing the client of the application, which can be reduced to a certain extent.
  • the number of applications installed in the terminal device improves the performance of the terminal device, and on the other hand, improves the user's operating experience.
  • FIG. 1 is a schematic flowchart of an information pushing method according to Embodiment 1 of the present invention.
  • FIG. 2 is a schematic flowchart of an information pushing method according to Embodiment 2 of the present invention.
  • FIG. 3 is a schematic flowchart of an information pushing method according to Embodiment 3 of the present invention.
  • FIG. 4 is a schematic structural diagram of a configuration of a push server according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a structure of an information push system according to an embodiment of the present invention. detailed description
  • the embodiment of the invention provides an information pushing method, which is applied to a push server.
  • 1 is a schematic flowchart of an information pushing method according to Embodiment 1 of the present invention; as shown in FIG. 1, the information pushing method includes: Step 101: The push server establishes a WEBSOCKET communication connection with the terminal.
  • the terminal establishes a WEBSOCKET communication connection with the push server through its own WEBSOCKET interface.
  • the mode in which the push server establishes a connection with the terminal may be a real-time working mode.
  • the method further includes:
  • the push server pushes no information to the terminal in the first preset time period, it is interrupted; when it is detected that the communication connection between the push server and the terminal is interrupted, the WEBSOCKET is newly established with the terminal. Communication connection.
  • the response message returned by the terminal detects whether the communication connection between the push server and the terminal is interrupted.
  • the terminal may send a heartbeat message to the push server every second preset time period when no information is received in the first preset time period, and the push server sends the heartbeat message according to the terminal.
  • the heartbeat message determines if the communication connection with the terminal is interrupted.
  • the time interval for sending the heartbeat message may be set longer, for example, the second preset time period may be set to 10 minutes.
  • the second preset time period is pre-configured by the push server; correspondingly, when the terminal actively sends a heartbeat message to the push server, The second preset time period is pre-configured by the terminal.
  • the mode in which the push server establishes a connection with the terminal may be a timed working mode; and the push server establishes a WEBSOCKET communication connection with the terminal, including: the push server is connected with the third preset time period.
  • the terminal establishes a WEBSOCKET communication connection.
  • the terminal since the terminal initiates establishment of WEBSOCKET communication with the push server If the mode in which the push server establishes a connection with the terminal is a timed operation mode, the terminal establishes a communication connection with the push server every third preset time period.
  • the third preset time period may be preset in the terminal.
  • the mode in which the push server establishes a connection with the terminal may be set according to an indication sent by the terminal.
  • the terminal may send an indication message to the push server, where the indication message carries a connection.
  • the mode is a real-time working mode or a timed working mode.
  • Step 102 The push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection.
  • the push server may push the received information to the terminal in real time, or push the information to the terminal periodically.
  • the push time may be preset, and when the push time to be set expires, the information is pushed to the terminal.
  • the push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection, including: the push server is in a fourth preset time period. Receiving the information sent by the application server, combining the information according to the information type, and pushing the merged information to the terminal.
  • the push server receives the information sent by the application server in a fourth preset time period, combines the information according to the information type, and pushes the merged information to the terminal, so as to reduce the information pushed to the terminal. Quantity, reducing interference to users.
  • the push server may be classified according to a service provider that pushes the information, such as combining information pushed by the XX network, and pushing the merged information to the terminal; or the push server may be based on the type of the information. Classification, such as combining the news information sent by the application server, pushing the merged information to the terminal; or combining the video information sent by the application server, and pushing the merged information to the terminal.
  • the push server when the push server establishes a connection mode with the terminal In the real-time working mode, the push server receives the information sent by the application server, and pushes the information to the terminal, including:
  • the push server receives the information sent by the application server
  • the mode in which the push server establishes a connection with the terminal is a real-time working mode
  • the power consumption of the terminal and the consumption of the network traffic are large, so that information can be pushed to the terminal according to the type of information.
  • the news information subscribed by the user, the notification message of the group described by the user, and the like that the user needs to receive in real time is a real-time push type
  • the entertainment gossip information, the advertisement information, or the video information does not require the user to receive the information in real time as a timing.
  • Push type the news information subscribed by the user, the notification message of the group described by the user, and the like that the user needs to receive in real time.
  • the type of the information that the push server identifies the information may be determined according to the priority of the service provider that sends the information, and the priority of the service provider of the information may be pre-configured by the user according to his own needs, for example, the user needs to receive in real time.
  • the priority of the service provider that sends the news information may be set to a high priority; if the user does not need to receive the video information in real time, the priority of the service provider that sends the video information may be set to be low; Configuration information is sent to the push server.
  • the push server identifies, according to the configuration information, information sent by an application server of a service provider with a high priority as a real-time push type, and pushes the information of the real-time push type to the terminal in real time;
  • the information sent by the application server of the low service provider is identified as a timing push type, and the information of the timing push type is pushed to the terminal every fifth preset time period.
  • the fifth preset time period is pre-configured by the push server.
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the information push applied to the push server according to the embodiment of the present invention. method.
  • the embodiment of the invention further provides an information pushing method, which is applied to a terminal.
  • Figure 2 is the basis The flow chart of the information pushing method of the second embodiment of the present invention; as shown in FIG. 2, the information pushing method includes:
  • Step 201 The terminal establishes a WEBSOCKET communication connection with the push server.
  • the terminal establishes a WEBSOCKET communication connection with the push server, including: the terminal establishes a communication connection with the push server through the WEB SOCKET interface.
  • Step 202 Receive, according to the WEBSOCKET communication connection, information pushed by the push server.
  • the terminal parses or decodes the information, displays the information through a WEB browser, or displays the information through a push information client.
  • the specific manner of parsing or decoding the information is the same as that in the prior art, and will not be further described in this embodiment.
  • the information obtained by the terminal after being parsed or decoded may be displayed by using a WEB browser, and the WEB browser may be preset before the terminal is shipped from the factory, and the user may download and install other clients without upgrading the user.
  • the information obtained after the terminal is parsed or decoded may also be displayed by the push information client, where the push information client is an application client, that is, an application running on the terminal.
  • the displayed information can be displayed by means of a reminder message.
  • the terminal may display the information through the internal interface of the terminal through the WEB browser, or display the information through the push information client.
  • the internal interface can be a secondary development interface.
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the information pushing method applied to the terminal according to the embodiment of the present invention. .
  • FIG. 3 is a schematic flowchart of an information pushing method according to Embodiment 3 of the present invention; as shown in FIG. 3, the information pushing method includes: Step 301: The terminal establishes a WEBSOCKET communication connection with the push server.
  • the terminal establishes a WEBSOCKET communication connection with the push server, including: the terminal establishes a communication connection with the push server through the WEB SOCKET interface.
  • the mode in which the push server establishes a connection with the terminal may be a real-time working mode.
  • the method further includes:
  • the push server pushes no information to the terminal in the first preset time period, it is interrupted; when it is detected that the communication connection between the push server and the terminal is interrupted, the WEBSOCKET is newly established with the terminal. Communication connection.
  • the response message returned by the terminal detects whether the communication connection between the push server and the terminal is interrupted.
  • the terminal may send a heartbeat message to the push server every second preset time period when no information is received in the first preset time period, and the push server sends the heartbeat message according to the terminal.
  • the heartbeat message determines if the communication connection with the terminal is interrupted.
  • the time interval for sending the heartbeat message may be set longer, for example, the second preset time period may be set to 10 minutes.
  • the second preset time period is pre-configured by the push server; correspondingly, when the terminal actively sends a heartbeat message to the push server, The second preset time period is pre-configured by the terminal.
  • the mode in which the push server establishes a connection with the terminal may be a timed mode; the push server establishes a WEBSOCKET connection with the terminal, and the method includes: the push server is connected to the third preset time period The terminal establishes a WEBSOCKET communication connection.
  • the terminal since the terminal initiates establishment of WEBSOCKET communication with the push server If the mode in which the push server establishes a connection with the terminal is a timed operation mode, the terminal establishes a communication connection with the push server every third preset time period.
  • the third preset time period may be preset in the terminal.
  • the mode in which the push server establishes a connection with the terminal may be set according to an indication sent by the terminal.
  • the terminal may send an indication message to the push server, where the indication message carries a connection.
  • the mode is a real-time working mode or a timed working mode.
  • Step 302 The push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection.
  • the push server may push the received information to the terminal in real time, or push the information to the terminal periodically.
  • the push time may be preset, and when the push time to be set expires, the information is pushed to the terminal.
  • the push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection, including: the push server is in a fourth preset time period. Receiving the information sent by the application server, combining the information according to the information type, and pushing the merged information to the terminal.
  • the push server receives the information sent by the application server in a fourth preset time period, combines the information according to the information type, and pushes the merged information to the terminal, so as to reduce the information pushed to the terminal. Quantity, reducing interference to users.
  • the push server may be classified according to a service provider that pushes the information, such as combining information pushed by the XX network, and pushing the merged information to the terminal; or the push server may be based on the type of the information. Classification, such as combining the news information sent by the application server, pushing the merged information to the terminal; or combining the video information sent by the application server, and pushing the merged information to the terminal.
  • the push server when the push server establishes a connection mode with the terminal In the real-time working mode, the push server receives the information sent by the application server, and pushes the information to the terminal, including:
  • the push server receives the information sent by the application server
  • the mode in which the push server establishes a connection with the terminal is a real-time working mode
  • the power consumption of the terminal and the consumption of the network traffic are large, so that information can be pushed to the terminal according to the type of information.
  • the news information subscribed by the user, the notification message of the group described by the user, and the like that the user needs to receive in real time is a real-time push type
  • the entertainment gossip information, the advertisement information, or the video information does not require the user to receive the information in real time as a timing.
  • Push type the news information subscribed by the user, the notification message of the group described by the user, and the like that the user needs to receive in real time.
  • the type of the information that the push server identifies the information may be determined according to the priority of the service provider that sends the information, and the priority of the service provider of the information may be pre-configured by the user according to his own needs, for example, the user needs to receive in real time.
  • the priority of the service provider that sends the news information may be set to a high priority; if the user does not need to receive the video information in real time, the priority of the service provider that sends the video information may be set to be low; Configuration information is sent to the push server.
  • the push server identifies, according to the configuration information, information sent by an application server of a service provider with a high priority as a real-time push type, and pushes the information of the real-time push type to the terminal in real time;
  • the information sent by the application server of the low service provider is identified as a timing push type, and the information of the timing push type is pushed to the terminal every fifth preset time period.
  • the fifth preset time period is pre-configured by the push server.
  • the information obtained by the terminal after parsing or decoding may be displayed by using a WEB browser, where the WEB browser is pre-set when the terminal is shipped from the factory, and the user may download and install other clients without upgrading the user.
  • the information obtained after the terminal parses or decodes can also be displayed by pushing the information client, and the push information guest
  • the client is an application client, that is, an application running on the terminal.
  • the displayed information can be displayed by means of a reminder message.
  • the terminal may display the information through the internal interface of the terminal through the WEB browser, or display the information through the push information client.
  • the internal interface can be a secondary development interface.
  • the embodiment of the invention also provides a push server.
  • 4 is a schematic structural diagram of a push server according to an embodiment of the present invention; as shown in FIG. 4, the push server includes: a first connection establishing unit 41, a first receiving unit 43, and a pushing unit 42;
  • the first connection establishing unit 41 is configured to establish a WEBSOCKET communication connection with the terminal;
  • the first receiving unit 43 is configured to receive information sent by an application server
  • the pushing unit 42 is configured to push the information received by the first receiving unit 43 to the terminal according to the WEBSOCKET communication connection established by the first connection establishing unit 41.
  • the mode in which the push server establishes a connection with the terminal is a real-time working mode; the push server further includes a detecting unit 44 configured to: the pushing unit 42 is not in the first preset time period. When the information is pushed to the terminal, it is detected whether the communication connection between the first connection establishing unit 41 and the terminal is interrupted every second preset time period;
  • the first connection establishing unit 41 is further configured to re-establish a WEBSOCKET communication connection with the terminal when the detecting unit 44 detects that the communication connection between the first connection establishing unit 41 and the terminal is interrupted.
  • the mode in which the push server establishes a connection with the terminal is a timing working mode; the first connection establishing unit 41 is configured to establish a WEBSOCKET communication with the terminal every third preset time period. connection.
  • the push server further includes a merging unit 45 configured to The information sent by the application server received by the receiving unit 43 in the fourth preset time period is merged according to the information type;
  • the push unit 42 is configured to push the information merged by the merge unit 45 according to the WEBSOCKET communication established by the first connection establishing unit 41 to the terminal.
  • the push server further includes an identifying unit 46 configured to identify that the type of information received by the first receiving unit 43 is a real-time push type or a timing push type;
  • the pushing unit 42 is configured to push the information of the real-time push type identified by the identifying unit to the terminal in real time; and the information type recognized by the identifying unit 46 is a timing push type information every The fifth preset time period is pushed to the terminal.
  • the functions of the processing units in the push server of the embodiment of the present invention can be understood by referring to the related description of the information pushing method, and the processing units in the push server according to the embodiment of the present invention can implement the present invention.
  • the implementation of the analog circuit of the functions described in the embodiments can also be implemented by running the software of the functions described in the embodiments of the present invention on the smart terminal.
  • the first connection establishing unit 41, the first receiving unit 43 and the pushing unit 42 in the push server may be implemented by a transceiver or a transceiver antenna of the push server in an actual application; the detection in the push server
  • the unit 44, the merging unit 45 and the identification unit 46 can be used by the central processing unit (CPU) of the push server, or a digital signal processor (DSP), or a programmable gate.
  • Array FPGA, Field-Programmable Gate Array
  • FIG. 5 is a schematic structural diagram of a terminal according to an embodiment of the present invention; as shown in FIG. 5, the terminal includes: a second connection establishing unit 51 and a second receiving unit 52;
  • the second connection establishing unit 51 is configured to establish a WEBSOCKET with a push server. Communication connection
  • the second receiving unit 52 is configured to receive the information pushed by the push server according to the WEBSOCKET communication connection established by the second connection establishing unit 51.
  • the terminal further includes a display unit 53, configured to display the information through a WEB browser, or display the information by pushing the information client.
  • the second connection establishing unit 51 is configured to establish a communication connection with the push server through the WEB SOCKET interface.
  • the terminal may be implemented by an intelligent terminal device such as a mobile phone or a tablet computer in an actual application; the second connection establishing unit 51 in the terminal may be combined by a transceiver or a transceiver antenna of the terminal in an actual application.
  • the WEB SOCKET interface of the terminal is implemented; the second receiving unit 52 can be implemented by the transceiver or the transceiver antenna of the terminal in an actual application; the display unit 53 can be used by the display of the terminal in an actual application. Or the display is implemented.
  • FIG. 6 is a schematic structural diagram of a information push system according to an embodiment of the present invention. As shown in FIG. 6, the information push system includes: a terminal 50 and a push server 40;
  • the terminal 50 is configured to establish a WEBSOCKET communication connection with the push server 40.
  • the push server 40 is configured to receive information sent by the application server 60, and push the information to the terminal according to the established WEBSOCKET communication connection. 50.
  • the mode in which the push server 40 establishes a connection with the terminal 50 is a real-time working mode; and the push server 40 is further configured to: when no information is pushed to the terminal 50 within a first preset time period, Detecting a communication connection with the terminal 50 every second preset time period Whether it is interrupted; when it is detected that the communication connection with the terminal 50 is interrupted, a WEBSOCKET communication connection is established with the terminal 50 again.
  • the mode in which the push server 40 establishes a connection with the terminal 50 is a timed operation mode; and the push server 40 is further configured to establish a WEBSOCKET communication connection with the terminal 50 every third preset time period.
  • the push server 40 is further configured to receive the information sent by the application server 60 in a fourth preset time period, merge the information according to the information type, and combine the merged information according to the established WEBSOCKET communication connection. Pushed to the terminal 50.
  • the push server 40 is further configured to: when establishing a real-time connection with the terminal 50, receive information sent by the application server 60; identify the type of the information as a real-time push type or a timing push type; The information type is real-time push type information is pushed to the terminal 50 in real time; the information of the information type being the timing push type is pushed to the terminal 50 every fifth preset time period.
  • the terminal 50 is further configured to display the information through a WEB browser, or display the information by pushing the information client.
  • the terminal 50 is the terminal shown in FIG. 5; the push server 40 is the push server described in FIG.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment of a combination of software and hardware. Moreover, the invention can be embodied in the form of a computer program product embodied on one or more computer usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • a WEBSOCKET communication connection is established between the terminal and the push server, and the push server receives the information sent by the application server, and pushes the information to the terminal according to the established WEBSOCKET communication connection.
  • the technical solution of the embodiment of the present invention establishes an information push channel with the push server through the WEBSOCKET communication scheme, so that the terminal device can receive the information pushed by the application without installing the client of the application, which can be reduced to a certain extent.
  • the number of applications installed in the terminal device improves the performance of the terminal device, and on the other hand, improves the user's operating experience.

Abstract

Un mode de réalisation de la présente invention concerne un procédé, un système et un dispositif visant à pousser de l'information et un support d'enregistrement d'ordinateur. Le procédé visant à pousser de l'information comprend : un serveur de poussée qui établit une connexion de communication WEBSOCKET avec un terminal ; le serveur de poussée reçoit de l'information envoyée par un serveur d'application et, conformément à la connexion de communication WEBSOCKET établie, pousse de l'information vers le terminal.
PCT/CN2014/084921 2014-04-04 2014-08-21 Procédé, système et dispositif pour pousser de l'information, et support d'enregistrement d'ordinateur WO2015149471A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410136862.7A CN104980898A (zh) 2014-04-04 2014-04-04 一种信息推送方法、系统及设备
CN201410136862.7 2014-04-04

Publications (1)

Publication Number Publication Date
WO2015149471A1 true WO2015149471A1 (fr) 2015-10-08

Family

ID=54239357

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/084921 WO2015149471A1 (fr) 2014-04-04 2014-08-21 Procédé, système et dispositif pour pousser de l'information, et support d'enregistrement d'ordinateur

Country Status (2)

Country Link
CN (1) CN104980898A (fr)
WO (1) WO2015149471A1 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017173657A1 (fr) * 2016-04-08 2017-10-12 深圳业拓讯通信科技有限公司 Système et procédé pour réaliser un affichage en lien avec un service d'appel
CN112511580A (zh) * 2019-09-16 2021-03-16 北京国双科技有限公司 消息推送的方法、装置、存储介质和设备
CN114039961A (zh) * 2021-10-08 2022-02-11 中移(杭州)信息技术有限公司 基于WebSocket的消息推送方法、设备、服务器及存储介质
CN115134404A (zh) * 2021-03-22 2022-09-30 花瓣云科技有限公司 管理推送连接的方法和电子设备

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105337973B (zh) * 2015-10-27 2019-07-09 上海找钢网信息科技股份有限公司 消息交互方法及其系统
CN105491056A (zh) * 2015-12-25 2016-04-13 深圳市金立通信设备有限公司 一种信息推送方法及终端
CN105635137A (zh) * 2015-12-28 2016-06-01 普天新能源有限责任公司 获取充电信息的实现方法及装置
CN106453593B (zh) * 2016-10-26 2020-09-04 腾讯科技(深圳)有限公司 一种消息推送方法及装置
CN107146151A (zh) * 2017-05-04 2017-09-08 太仓鸿策腾达网络科技有限公司 一种用于管理纳税用户的税务系统
CN107742336A (zh) * 2017-09-19 2018-02-27 深圳市几米软件有限公司 一种用于共享单车智能锁的数据传输方法及终端设备
CN107911484B (zh) * 2017-12-13 2020-07-07 浪潮软件股份有限公司 一种消息处理的方法及装置
CN107846478A (zh) * 2017-12-21 2018-03-27 知而行(上海)营销咨询有限公司 信息推送方法
CN108377247B (zh) * 2018-03-08 2021-02-26 北京车和家信息技术有限公司 一种消息推送方法和装置
CN110601865A (zh) * 2018-06-13 2019-12-20 十维度股份有限公司 消息传输系统、其接收设备、接收方法及计算机可读记录媒体
CN109660603A (zh) * 2018-11-27 2019-04-19 浙江万朋教育科技股份有限公司 一种实现即时或定时控制远程设备数据展示的方法
CN110445879A (zh) * 2019-09-11 2019-11-12 上海二三四五网络科技有限公司 一种后台统一推送信息的控制方法及装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101466092A (zh) * 2007-12-18 2009-06-24 北京华星广视数码技术服务有限公司 一种在移动通信网络中实现推送的方法
CN103475904A (zh) * 2013-05-29 2013-12-25 深圳市九洲电器有限公司 一种电子节目单数据的发布方法、系统及Websocket服务器
CN103501486A (zh) * 2013-09-29 2014-01-08 华为软件技术有限公司 一种消息推送方法及推送服务器
CN103518342A (zh) * 2013-04-26 2014-01-15 华为技术有限公司 一种心跳信号的发送控制方法及装置
CN103546584A (zh) * 2013-11-13 2014-01-29 深圳市中兴移动通信有限公司 信息推送方法和系统
CN103905504A (zh) * 2012-12-27 2014-07-02 海尔集团公司 一种信息推送方法及系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516588B (zh) * 2012-06-30 2016-12-21 北京神州泰岳软件股份有限公司 一种客户端进行后台处理的方法和系统
CN103581131A (zh) * 2012-07-31 2014-02-12 上海凌攀信息科技有限公司 一种移动环境下处理自动重复登录的方法
CN102970356A (zh) * 2012-11-08 2013-03-13 百度在线网络技术(北京)有限公司 云端服务器和客户端的通信方法、系统和装置
CN103067292B (zh) * 2012-12-26 2016-12-28 华为技术有限公司 一种基于WebSocket传输的负载均衡方法和装置
CN103259683B (zh) * 2013-05-16 2016-06-01 烽火通信科技股份有限公司 基于HTML5的Web网管系统二级缓存推送方法
CN103607423A (zh) * 2013-10-23 2014-02-26 深圳海联讯科技股份有限公司 一种基于WebSocket协议的分布式广播系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101466092A (zh) * 2007-12-18 2009-06-24 北京华星广视数码技术服务有限公司 一种在移动通信网络中实现推送的方法
CN103905504A (zh) * 2012-12-27 2014-07-02 海尔集团公司 一种信息推送方法及系统
CN103518342A (zh) * 2013-04-26 2014-01-15 华为技术有限公司 一种心跳信号的发送控制方法及装置
CN103475904A (zh) * 2013-05-29 2013-12-25 深圳市九洲电器有限公司 一种电子节目单数据的发布方法、系统及Websocket服务器
CN103501486A (zh) * 2013-09-29 2014-01-08 华为软件技术有限公司 一种消息推送方法及推送服务器
CN103546584A (zh) * 2013-11-13 2014-01-29 深圳市中兴移动通信有限公司 信息推送方法和系统

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017173657A1 (fr) * 2016-04-08 2017-10-12 深圳业拓讯通信科技有限公司 Système et procédé pour réaliser un affichage en lien avec un service d'appel
CN112511580A (zh) * 2019-09-16 2021-03-16 北京国双科技有限公司 消息推送的方法、装置、存储介质和设备
CN115134404A (zh) * 2021-03-22 2022-09-30 花瓣云科技有限公司 管理推送连接的方法和电子设备
CN115134404B (zh) * 2021-03-22 2024-01-30 花瓣云科技有限公司 管理推送连接的方法和电子设备
CN114039961A (zh) * 2021-10-08 2022-02-11 中移(杭州)信息技术有限公司 基于WebSocket的消息推送方法、设备、服务器及存储介质

Also Published As

Publication number Publication date
CN104980898A (zh) 2015-10-14

Similar Documents

Publication Publication Date Title
WO2015149471A1 (fr) Procédé, système et dispositif pour pousser de l'information, et support d'enregistrement d'ordinateur
CN106487928B (zh) 消息推送方法及装置
CN103024590B (zh) 一种智能终端与智能电视视频通话的方法及系统
US9774642B2 (en) Method and device for pushing multimedia resource and display terminal
CN104991850A (zh) 一种应用程序的心跳包控制方法和装置
EP2712126A2 (fr) Procédé de fonctionnement en réseau, dispositif côté serveur, dispositif côté client et système de réseau
WO2015010645A1 (fr) Procédé et appareil permettant une transmission de messages
WO2015000379A1 (fr) Procédé pour télécommander un climatiseur et système de télécommande pour climatiseur
CN105471720A (zh) 消息推送方法、消息推送装置及消息推送系统
WO2015143934A1 (fr) Procédé et appareil d'envoi d'informations
CN104486755A (zh) 基于ibeacon实现智能设备的WIFI 配置的系统和方法
EP3091712B1 (fr) Dispositif intelligent pour réaliser une collaboration entre multiples dispositifs et procédé de travail pour une collaboration entre multiples dispositifs
US10652185B2 (en) Information sending method and information sending apparatus
WO2016026313A1 (fr) Procédé, dispositif et système pour mettre en œuvre un auto-enregistrement d'informations, et support de stockage informatique
WO2019076387A1 (fr) Procédé et appareil de changement d'application
EP2854027B1 (fr) Procédé de téléchargement de programme d'application, équipement utilisateur et serveur d'application
WO2015196656A1 (fr) Procédé de traitement de message de notification, terminal et support de stockage informatique
WO2017096794A1 (fr) Procédé, dispositif et système de transmission de données de publicité
CN105791987A (zh) 媒体数据播放的方法及终端
CN104639973B (zh) 一种信息推送方法及装置
CN110830527A (zh) 一种网络间数据通信的方法、装置及数据通信系统
WO2013091449A1 (fr) Connexion de dispositifs sans fil
WO2014199585A1 (fr) Dispositif de commande de distribution et procédé pour celui-ci, système de diffusion personnalisée et support de stockage
CN104506535A (zh) 数据推送方法与数据推送系统
CN102355475A (zh) 资讯信息订阅系统

Legal Events

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

Ref document number: 14888538

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

Country of ref document: EP

Kind code of ref document: A1