KR20030085674A - periodical push information transfer system and method in wireless network environment - Google Patents

periodical push information transfer system and method in wireless network environment Download PDF

Info

Publication number
KR20030085674A
KR20030085674A KR1020020023585A KR20020023585A KR20030085674A KR 20030085674 A KR20030085674 A KR 20030085674A KR 1020020023585 A KR1020020023585 A KR 1020020023585A KR 20020023585 A KR20020023585 A KR 20020023585A KR 20030085674 A KR20030085674 A KR 20030085674A
Authority
KR
South Korea
Prior art keywords
push
ppg
pscp
information
message
Prior art date
Application number
KR1020020023585A
Other languages
Korean (ko)
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 (주)한넷웨어
Priority to KR1020020023585A priority Critical patent/KR20030085674A/en
Publication of KR20030085674A publication Critical patent/KR20030085674A/en

Links

Classifications

    • 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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/18Service support devices; Network management devices

Abstract

PURPOSE: A system and method for transmitting periodic push information under a wireless network environment is provided to offer a periodic push service for a specific subscriber group through the communication between a PI(Push Initiator) and a PPG(Push Proxy Gateway). CONSTITUTION: A push message transmission system consists of a PI, a PPG and a user equipment. The PI comprises a TCP/IP-based PSCP(Push Service Control Protocol)(203), a message handler(202) for the parsing of the PSCP(203) and the creation of messages, and a user interface(201) to establish push service request items. The PPG is comprised of a PI information database(205), a subscriber information database(206), a cache database(207), a DBMS(208), a service scheduler(209), a push service application(210) and a wireless protocol(211). The PI information database(205) is for the authentication of the PI. The subscriber information database(206) manages a specific subscriber group as a push service object. The cache database(207) stores received push information. The DBMS(208) is for the operation of databases. The service scheduler(209) processes periodic push information transmission. The push service application(210) manages the push service overall. The wireless protocol(211) is to transmit push information to subscribers in a wireless communication network.

Description

무선 망 환경에서 주기적인 푸시 정보를 전송하는 시스템 및 방식 {periodical push information transfer system and method in wireless network environment}System and method for transmitting periodic push information in wireless network environment {periodical push information transfer system and method in wireless network environment}

본 발명은 무선 통신망의 가입자 단말로 Push 정보를 전송 시, PI와 PPG간의 간소화된 통신을 통해, 특정 가입자 집합을 대상으로 정기적인 Push 정보가 일정한 시간에 일괄 발송되는 시스템에 관한 것이다.The present invention relates to a system in which regular push information is sent out at a certain time to a specific set of subscribers through simplified communication between PI and PPG when transmitting push information to a subscriber terminal of a wireless communication network.

PAP(Push Access Protocol)는 Push 요청과 응답의 처리를 위한 Push 서비스 제어 프로토콜로서 WAP Forum에 의해 제안되었으며 HTTP 기반의 XML형식으로 정의되었다. PI는 Push 정보를 Push Message의 형태로 가공한 후 PAP Element의 형식으로 Push 서비스 제어 정보와 Push 정보를 PAP DTD(Document Type Definition)에 따라 HTTP를 통해 PPG로 전송하며 PPG는 전송된 PAP 메시지의 DTD를 검증하고 구문분석을 통해 Push 서비스 제어 정보를 추출하고 무선 통신망의 가입자에게 Push 정보를 전송한다.Push Access Protocol (PAP) is a push service control protocol for handling push requests and responses. It was defined by the WAP Forum and defined in HTTP-based XML format. PI processes push information in the form of push messages, and then sends push service control information and push information to the PPG via HTTP according to the PAP document type definition (PPD) in the form of a PAP element, and the PPG transmits the DTD of the transmitted PAP message. It extracts Push service control information through verification and parses and transmits Push information to subscriber of wireless communication network.

단일 가입자 단말에 대한 비정기적인 Push 서비스는 PAP 메시지를 통해 서비스가 가능하다. 하지만, 특정 가입자 집합에 대해 정기적인 Push 서비스가 제공될 경우 PI는 일정 주기에 따라 매번 Push 서비스 제어 정보와 가입자 변동에 따른 정보를 전송해야 하는 불편함과 빈번한 정보 교환에서 기인하는 통신망의 과부하가 발생하며 메시지 검증과 구문분석으로 인해 PI와 PPG의 처리 효율이 감소하는 단점이 있다. 이와는 별도로 PI와 PPG간 통신 프로토콜로서 HTTP를 사용하는 경우, PI는 웹 기반의 Push 서비스에 관한 일반화된 인터페이스를 가지지만, PPG는 웹 서버로의 기능을 수행해야 하는 부담을 가지며 보안에 취약해지는 단점이 있다.The occasional push service for a single subscriber station can be serviced through a PAP message. However, if a regular push service is provided for a specific set of subscribers, the PI has to transmit push service control information and information according to subscriber changes every time according to a certain period, and the network is overloaded due to frequent information exchange. In addition, the processing efficiency of PI and PPG decreases due to message verification and parsing. Separately, when using HTTP as a communication protocol between PI and PPG, PI has a generalized interface for web-based push services, but PPG has a burden to perform functions as a web server and is vulnerable to security. There is this.

본 발명은 상술한 문제를 해결하기 위해 특정 가입자 집단을 대상으로한 정기적인 Push 서비스를 제공하며 PI와 PPG가 통신하는데 사용하는 공통 메시지 및 전달 방법을 제공하여 처리 시간의 단축과 표준에 기초한 인터페이스 구현에 따르는 불필요한 기능의 추가에 따른 비용을 줄이고, 신뢰성있는 Push 메시지 전송 시스템을 제공하는데 목적이 있다.In order to solve the above problems, the present invention provides a regular push service for a specific subscriber group and provides a common message and delivery method used for communication between PI and PPG to shorten processing time and implement an interface based on standards. The purpose is to reduce the cost of adding unnecessary functions and provide a reliable push message transmission system.

도1은 발명이 적용되는 시스템을 개략적으로 나타낸 구성 예시도.1 is an exemplary configuration diagram schematically showing a system to which the invention is applied.

도2는 본 발명에 따른 Push 메시지 처리 시스템의 세부 구성도.Figure 2 is a detailed block diagram of a push message processing system according to the present invention.

도3은 Push Service Control Protocol의 가입자 관리 요청 메시지 구성도.3 is a diagram illustrating a subscriber management request message of Push Service Control Protocol;

도4는 Push Service Control Protocol의 가입자 관리 응답 메시지 구성도.4 is a block diagram of a subscriber management response message of Push Service Control Protocol;

도5는 Push Service Control Protocol의 Push 서비스 요청 메시지 구성도.Figure 5 is a push service request message configuration of the Push Service Control Protocol.

도6은 Push Service Control Protocol의 Push 서비스 응답 메시지 구성도.6 is a diagram illustrating a push service response message of a push service control protocol;

상술한 목적을 달성하기 위하여 본 발명에서는 PI에서 발생하는 특정 가입자 집단을 대상으로한 정기적인 Push 서비스 처리에 있어서, PPG로의 Push 서비스 요청과 가입자 정보처리를 위해 PI와 PPG간의 상호 통신을 위해 PSCP(Push Service Control Protocol) 및 이를 처리, 운용하는 PI 및 PPG 시스템을 구현한다.In order to achieve the above object, in the present invention, in the regular push service processing for a specific group of subscribers occurring in the PI, PSCP (for mutual communication between the PI and PPG for push service request to PPG and subscriber information processing) Push Service Control Protocol) and PI and PPG system to process and operate it.

도1은 본 발명이 적용되는 PI, PPG, 가입자 단말로 연결되는 Push 메시지 전송 시스템의 연결 구성도이다.1 is a configuration diagram of a push message transmission system connected to a PI, a PPG, and a subscriber station to which the present invention is applied.

PI(101)는 PSCP를 통해 PPG(102)로 Push 서비스를 요청하고 PPG(102)는 요청에 따른 Push 정보를 무선 통신망의 특성에 맞게 변환한 후 무선 가입자 단말(103)로 전송한다.The PI 101 requests the push service to the PPG 102 through the PSCP, and the PPG 102 converts the push information according to the characteristics of the wireless communication network according to the request and transmits it to the wireless subscriber station 103.

도2는 본 발명에 따른 특정 가입자 집합에 대한 정기적인 Push 서비스를 수행하기 위해 PI와 PPG간에 PSCP(203)를 기반으로 상호 통신을 수행할 수 있도록 하는 Push 메시지 전송 시스템의 구조도이다.2 is a structural diagram of a push message transmission system that enables mutual communication between a PI and a PPG based on the PSCP 203 to perform a regular push service for a specific subscriber set according to the present invention.

본 발명의 Push 메시지 전송 시스템은 PI(101), PPG(102), 가입자 단말(103)로 구성된다. PI는 TCP/IP 기반의 PSCP(203)와, PSCP의 구문 분석과 메시지의 생성을 위한 Message Handler(202), Push 서비스 요청 항목을 설정하기 위한 User Interface(201)를 포함한다. PPG는 PI의 인증을 위한 PI Information Database(205), Push 서비스의 대상이 되는 특정 가입자 집합의 관리를 위한 Subscriber Information Database(206), 수신된 Push 정보의 저장을 위한 CacheDatabase(207), Database의 운용을 위한 DBMS(208), 정기적인 Push 정보 전송 처리를 위한 Service Scheduler(209), Push 서비스를 총괄하는 Push Service Application(210), 무선 통신망내의 가입자에게 Push 정보를 전송하기 위한 Wireless Protocol(211)로 구성된다.Push message transmission system of the present invention is composed of a PI (101), PPG (102), the subscriber terminal (103). The PI includes a TCP / IP-based PSCP 203, a Message Handler 202 for parsing and generating a message, and a User Interface 201 for setting Push service request items. PPG includes a PI Information Database (205) for PI authentication, a Subscriber Information Database (206) for management of a specific set of subscribers targeted for Push service, a Cache Database (207) for storing received Push information, and operation of the database. DBMS (208) for the service, Service Scheduler (209) for the regular push information transmission processing, Push Service Application (210) in charge of the Push service, Wireless Protocol (211) for transmitting Push information to subscribers in the wireless communication network It is composed.

PSCP(203)는 가입자 정보의 관리를 위한 메시지와 Push 서비스를 제어하기 위한 메시지로 구분된다. PI의 가입자 추가 및 삭제 요청에 대해 PPG는 Subscriber Information Database의 가입자 정보를 DBMS(208)를 통해 처리하며, Push 서비스 제어 메시지는 수신 가입자에 대한 정보를 포함하지 않고, 가입자에게 전달될 Push 정보의 전송만을 수행한다.The PSCP 203 is divided into a message for managing subscriber information and a message for controlling a push service. In response to PI's request to add and delete subscribers, PPG processes the subscriber information in the Subscriber Information Database through DBMS 208, and the Push service control message does not contain information about the receiving subscriber, and transmits push information to be delivered to the subscriber. Only carry.

도3은 PSCP 메시지 중 특정 가입자 집합을 대상으로 가입자 정보의 관리를 위한 메시지의 구성도이다.3 is a configuration diagram of a message for management of subscriber information for a specific subscriber set among PSCP messages.

가입자 정보 관리는 PPG의 Subscriber Informaion Database(206)에 등록된 가입자 정보의 변경을 위한 기능으로, Message Type(301)은 PSCP 메시지의 종류를 나타내며, PI와 PPG는 이에 따라 구조적으로 상이한 속성값 참조 절차를 수행한다. Method(302)는 가입자 정보 처리의 요청에 따른 추가/삭제/갱신/조회의 속성을 의미한다. Length(303)는 뒤 따르는 Subscriber Information(304)의 크기를 나타낸다. Subscriber Information(304)는 가입자의 MSISDN(Mobile Subscriber ISDN Number)을 기본으로 처리 요청에 관계된 정보를 나타낸다.Subscriber information management is a function for changing subscriber information registered in PPG's Subscriber Informaion Database 206. Message Type 301 indicates the type of PSCP message, and PI and PPG refer to structurally different attribute value reference procedures. Perform Method 302 refers to an attribute of add / delete / update / view in response to a request for processing subscriber information. Length 303 represents the size of the Subscriber Information 304 that follows. Subscriber Information 304 indicates information related to the processing request based on the subscriber's Mobile Subscriber ISDN Number (MSISDN).

도4는 PSCP 메시지 중 특정 가입자 집합을 대상으로 가입자 정보의 처리 요청에 대한 결과를 전송하기 위한 메시지의 구성도이다.4 is a configuration diagram of a message for transmitting a result of a request for processing subscriber information to a specific set of subscribers in a PSCP message.

Method(402)는 요청된 처리 속성을 의미하며 Code(403)는 처리에 따른 결과를 나타낸다.Method 402 represents the requested processing attribute and Code 403 represents the result of the processing.

도5는 PSCP 메시지 중 Push 서비스 요청을 위해 PI에서 PPG로 전송되는 메시지의 구성도이다.5 is a configuration diagram of a message transmitted from PI to PPG for Push service request among PSCP messages.

Delivery Before Time Stamp(502)는 UTC(Co-ordinated Universal Time) 24시간 표기법이 사용되며, 지정된 시간 이전까지 Push 정보 전송을 요청하기 위해 사용된다. Delivery After Time Stamp(503)는 Delivery Before Time Stamp와 동일한 형식으로 지정된 시간 이후부터 Push 정보 전송을 요청하기 위해 사용된다. Length(504)는 뒤 따르는 Push Data(505)의 크기를 나타낸다. Push Data(505)는 실제 가입자 단말로 전송될 Push 정보를 의미하며, MIME 형식으로 표현된다.The Delivery Before Time Stamp 502 is used in Co-ordinated Universal Time (UTC) 24-hour notation, and is used to request transmission of push information until a specified time. The Delivery After Time Stamp 503 is used to request Push information transmission after a designated time in the same format as the Delivery Before Time Stamp. Length 504 represents the size of the Push Data 505 that follows. The push data 505 means push information to be transmitted to the actual subscriber terminal and is expressed in MIME format.

도6은 PSCP 메시지 중 Push 서비스 요청에 대한 결과를 전송하기 위해 PPG에서 PI로 전송되는 메시지의 구성도이다.6 is a block diagram of a message transmitted from the PPG to the PI to transmit a result of the push service request of the PSCP message.

Event Time(602)은 Push 정보가 무선 통신망내의 가입자 단말로 전송된 시간을 나타내며, UTC 24시간 표기법이 사용된다. Code(603)는 메시지의 처리 결과를 나타낸다.The event time 602 represents a time at which push information is transmitted to a subscriber station in a wireless communication network, and UTC 24-hour notation is used. Code 603 indicates the result of the processing of the message.

상술한 바와 같이 본 발명에 따른 Push 메시지 처리 시스템에 있어서, PI는 User Interface를 기반으로 PPG와 간소화된 프로토콜을 이용하여 통신을 수행함으로서, PPG와의 불필요한 정보 교환 절차를 배제하고 PI와 PPG간의 메시지 검증 및분석에 따른 부하를 감소시켜 Push 서비스 처리상의 효율을 보장한다. 또한 PI에 의해 특정 가입자 집합을 대상으로 하여 정기적으로 서비스 요청의 처리 시, 가입자 집합에 대한 정보를 PPG가 관리하고, PI는 서비스 제어 정보만을 전송한 후, PPG가 자동적으로 특정 가입자 집합으로 Push 정보를 전송하는 방법을 통해 Push 서비스의 확장성을 제공하고, 정기적인 Push 서비스 요청의 신속한 처리가 가능하다.As described above, in the Push message processing system according to the present invention, the PI performs communication using PPG and a simplified protocol based on a user interface, thereby excluding unnecessary information exchange procedures with the PPG, and verifying a message between the PI and the PPG. And reduce the load of the analysis to ensure the efficiency of push service processing. In addition, when a service request is periodically processed by a PI for a specific set of subscribers, the PPG manages information on the set of subscribers, and the PI transmits only service control information, and then the PPG automatically pushes information to a specific set of subscribers. The method of transmitting a push service provides scalability, and enables regular processing of a push service request.

Claims (4)

정기적인 Push 서비스를 처리하는 PI 및 PPG 시스템 및 방법에 있어서,In the PI and PPG system and method for handling the regular push service, PI에서 사용자로부터의 Push 요청을 분석하여 PSCP(Push Service Control Protocol) PDU를 생성하는 단계;Analyzing a push request from a user in PI to generate a Push Service Control Protocol (PSCP) PDU; 상기 생성된 PDU를 PI가 PSCP를 통하여 PPG로 전달하는 단계;Delivering the generated PDU to PPG through PSCP; 상기 전달된 PDU를 PPG가 분석하여 Push 컨텐츠를 추출하는 단계;PPG analyzing the delivered PDU to extract Push content; 상기 추출된 컨텐츠를 기존에 저장된 사용자 정보와 결합하여 Push 메시지를 단말에 전송하는 단계; 및Transmitting the push message to the terminal by combining the extracted content with previously stored user information; And 상기 전송 결과를 PI에게 PSCP를 통하여 전송하는 단계를 포함하는 Push 서비스 시스템 및 방법Push service system and method comprising the step of transmitting the transmission result to the PI through the PSCP 제 1 항에 있어서,The method of claim 1, PPG의 Subscriber Information Database의 정보를 갱신하기 위하여 가입자의 추가/삭제/갱신/조회를 전송하는 단계; 및Transmitting add / delete / update / view of subscriber to update information of Subscriber Information Database of PPG; And 가입자 정보는 없이 Push 컨텐츠만을 전송하는 단계를 포함하는 PSCP(Push Service Control Protocol)를 통한 PI와 PPG간의 Push 메시지 전송 방법Push message transmission method between PI and PPG through Push Service Control Protocol (PSCP) including transmitting only push content without subscriber information 제 1 항에 있어서,The method of claim 1, PSCP의 구문 분석과 메시지 생성을 위한 Message Handler;Message Handler for parsing and message generation of PSCP; 특정 가입자 집합의 관리를 위한 Subscriber Information Database;Subscriber Information Database for management of a specific set of subscribers; 정기적 Push 전송 처리를 위한 Service Scheduler; 및Service Scheduler for processing regular push transmissions; And PSCP를 포함하는 PPG 시스템PPG system with PSCP 제 1 항에 있어서,The method of claim 1, 사용자로부터 Push 서비스 요청을 받는 인터페이스;An interface receiving a Push service request from a user; PSCP의 구문 분석과 메시지 생성을 위한 Message Handler; 및Message Handler for parsing and message generation of PSCP; And PSCP를 포함하는 PI 시스템PI system with PSCP
KR1020020023585A 2002-04-30 2002-04-30 periodical push information transfer system and method in wireless network environment KR20030085674A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020023585A KR20030085674A (en) 2002-04-30 2002-04-30 periodical push information transfer system and method in wireless network environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020023585A KR20030085674A (en) 2002-04-30 2002-04-30 periodical push information transfer system and method in wireless network environment

Publications (1)

Publication Number Publication Date
KR20030085674A true KR20030085674A (en) 2003-11-07

Family

ID=32380898

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020023585A KR20030085674A (en) 2002-04-30 2002-04-30 periodical push information transfer system and method in wireless network environment

Country Status (1)

Country Link
KR (1) KR20030085674A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100891911B1 (en) * 2006-05-02 2009-04-06 리서치 인 모션 리미티드 Method and system for optimizing metadata passing in a push content processing protocol
US7644139B2 (en) 2006-05-02 2010-01-05 Research In Motion Limited Method and system for optimizing metadata passing in a push content processing protocol
KR100965466B1 (en) * 2006-05-02 2010-06-25 리서치 인 모션 리미티드 Plug in registration method and apparatus for push content delivery
KR100977502B1 (en) * 2006-09-07 2010-08-23 리서치 인 모션 리미티드 Mediated plug-in registration of client applications and content providers with push content delivery system
US8660100B2 (en) 2006-02-01 2014-02-25 Lg Electronics Inc. Method for transmitting information in wireless local area network system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010008959A (en) * 1999-07-06 2001-02-05 조정남 Method for providing information service over gateway in mobile communication system
JP2001177553A (en) * 1999-12-16 2001-06-29 Nec Corp Data communication method, client, server and recording medium with communication program recorded thereon
JP2002077254A (en) * 2000-08-24 2002-03-15 Hitachi Ltd Information distribution service method directed to mobile terminal, and gateway device
KR20030037448A (en) * 2001-11-05 2003-05-14 에스케이 텔레콤주식회사 Paging-based IP Push Service Method in IMT 2000 Network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010008959A (en) * 1999-07-06 2001-02-05 조정남 Method for providing information service over gateway in mobile communication system
JP2001177553A (en) * 1999-12-16 2001-06-29 Nec Corp Data communication method, client, server and recording medium with communication program recorded thereon
JP2002077254A (en) * 2000-08-24 2002-03-15 Hitachi Ltd Information distribution service method directed to mobile terminal, and gateway device
KR20030037448A (en) * 2001-11-05 2003-05-14 에스케이 텔레콤주식회사 Paging-based IP Push Service Method in IMT 2000 Network

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8660100B2 (en) 2006-02-01 2014-02-25 Lg Electronics Inc. Method for transmitting information in wireless local area network system
KR100891911B1 (en) * 2006-05-02 2009-04-06 리서치 인 모션 리미티드 Method and system for optimizing metadata passing in a push content processing protocol
US7644139B2 (en) 2006-05-02 2010-01-05 Research In Motion Limited Method and system for optimizing metadata passing in a push content processing protocol
KR100965466B1 (en) * 2006-05-02 2010-06-25 리서치 인 모션 리미티드 Plug in registration method and apparatus for push content delivery
US8095607B2 (en) 2006-05-02 2012-01-10 Research In Motion Limited Method and system for optimizing metadata passing in a push content processing protocol
KR100977502B1 (en) * 2006-09-07 2010-08-23 리서치 인 모션 리미티드 Mediated plug-in registration of client applications and content providers with push content delivery system

Similar Documents

Publication Publication Date Title
US6654786B1 (en) Method and apparatus for informing wireless clients about updated information
CN100512285C (en) A method of and a network for handling wireless session protocol (WSP) sessions
US7882245B2 (en) Presence service access device, presence service system and method for publishing and acquiring presence information
JP3142821B2 (en) Information communication network billing method
KR100692653B1 (en) Wireless internet data releay method and access gateway system for wireless internet data using the same
EP1605664B1 (en) Method for synchronizing status information of an IMPS client
US20030100321A1 (en) Instantaneous polling utilizing a message service mobile phone network
US7239878B2 (en) Telecommunication method for a wireless network
US6954801B1 (en) Method and system for reducing data volume transferred over a wireless communications network
CN100583897C (en) Error messaging method in HTTP based communication systems
RU99116790A (en) METHOD FOR CONTROLLING REMOTE ACCESS TO DATA ON A COMPUTER GENERAL USE NETWORK
US7570942B2 (en) Transactional message-queue communication for wirelessly networked devices system and method
US20090030917A1 (en) Multimedia messaging service-based database synchronization
CN107154972A (en) A kind of Internet of Things smart machine state synchronization method and system based on equipment snapshot
CN109040017B (en) Intelligent customer service system based on MQTT and HTTP and implementation method
US20050021526A1 (en) Method for ensuring the availability of a service proposed by a service provider
CA2603050C (en) Wireless data device with confirmation and retry capabilities for pushed data
KR20060112350A (en) Notification system and method using messenger
KR20030085674A (en) periodical push information transfer system and method in wireless network environment
KR20040011000A (en) Image conversion system for providing optimized image for display terminal
CN100373894C (en) Instant communication roating method for mobile network
EP1783982B1 (en) Service creation via presence messaging
KR20030089364A (en) Method and system of access gateway for integrating wireless internet service on mobile network
CN105281976A (en) Method and apparatus for monitoring transmission of proxy service data
JP3296354B2 (en) Data communication method, client, server, and recording medium recording communication program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application