JP2015162895A - Transmission method of push notification, and control device - Google Patents

Transmission method of push notification, and control device Download PDF

Info

Publication number
JP2015162895A
JP2015162895A JP2014039106A JP2014039106A JP2015162895A JP 2015162895 A JP2015162895 A JP 2015162895A JP 2014039106 A JP2014039106 A JP 2014039106A JP 2014039106 A JP2014039106 A JP 2014039106A JP 2015162895 A JP2015162895 A JP 2015162895A
Authority
JP
Japan
Prior art keywords
push notification
address
communication terminal
external
server
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2014039106A
Other languages
Japanese (ja)
Inventor
雄一郎 屏
Yuichiro Hei
雄一郎 屏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2014039106A priority Critical patent/JP2015162895A/en
Publication of JP2015162895A publication Critical patent/JP2015162895A/en
Pending legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To allow an external push notification server to transmit a push notification to a communication terminal, the external push notification server being located on a network of which the management entity is different from that of a network to which the communication terminal is connected.SOLUTION: A communication terminal registers a user ID and an address into a push notification control device (t1), an address request with a user ID as a key is transmitted from an external push notification server to the push notification control device (t4), and the push notification control device sets a communication to an address corresponding to a user ID of a push notification transmitted from the external push notification server to a gateway to the gateway (t6-t8). The push notification control device notifies the external push notification server about an address of the gateway (t9), the push notification is transmitted from the external push notification server to the gateway (t10), and the push notification transmitted from the external push notification server is relayed to an internal network by the gateway after translating the destination thereof (t11 and t12).

Description

本発明は、プッシュ通知の送信方法および制御装置に係り、特に、プッシュ通知の送信サーバ(プッシ通知サーバ)と受信端末(通信端末)との間にコネクションを常時または頻繁に確立することなくサーバプッシュを実現できるプッシュ通知の送信方法および制御装置に関する。   The present invention relates to a push notification transmission method and control device, and more particularly to server push without establishing a connection between a push notification transmission server (push notification server) and a receiving terminal (communication terminal) constantly or frequently. The present invention relates to a push notification transmission method and a control device capable of realizing the above.

近年、スマートフォン等の携帯通信端末の普及により、情報更新等をユーザに効果的に伝えるために、ユーザからのリクエストを受けてサーバから情報を送信するのではなく、サーバ契機で携帯通信端末へメッセージを送信する、プッシュ通知と呼ばれるメッセージ送信方法が広く利用されている。   In recent years, with the spread of mobile communication terminals such as smartphones, in order to effectively inform users of information updates, etc., instead of receiving information from the server and sending information from the server, a message is sent to the mobile communication terminal at the server opportunity. A message transmission method called push notification is widely used.

プッシュ通知の利点として、ユーザ端末側から情報更新等を確認する必要がないので、通信量や携帯通信端末の消費電力量を削減できることがある。スマートフォンOSを提供するGoogle社やApple社は、各OSを実装した通信端末にプッシュ通知によりメッセージを送信するためのプッシュ通知サーバを提供している。   As an advantage of push notification, there is no need to confirm information update or the like from the user terminal side, which can reduce the amount of communication and the power consumption of the mobile communication terminal. Google and Apple, which provide smartphone OSs, provide push notification servers for sending messages by push notification to communication terminals equipped with each OS.

現在、IPv4で構成されたインターネットに接続する多くの通信端末には、一般的にプライベートIPアドレスが付与される。このような通信端末がインターネット上のサーバとの通信を開始する際、通信端末から送信されるIPパケットは、通信端末とインターネットとの間に設置されたアドレス変換装置(Network Address Translator:NAT)において、パケットの送信元アドレスをプライベートIPアドレスからグローバルIPアドレスに変換された後、宛先のサーバに到達する。   Currently, many communication terminals connected to the Internet configured with IPv4 are generally assigned private IP addresses. When such a communication terminal starts communication with a server on the Internet, an IP packet transmitted from the communication terminal is transmitted to an address translator (Network Address Translator: NAT) installed between the communication terminal and the Internet. After the packet source address is converted from a private IP address to a global IP address, the destination server is reached.

一方、プライベートIPアドレスは原則としてインターネットには公開されないため、NATにおいて明示的に設定されない限り、インターネット上のサーバから、プライベートIPアドレスが付与された通信端末に対して通信を開始することはできない。そのため、前記Google社やApple社が提供するプッシュ通知サーバでは、初めに通信端末からプッシュ通知サーバに対してTCPコネクションを確立し、このTCPコネクションを利用してプッシュ通知サーバから通信端末にプッシュ通知メッセージを送信する方式を採用している。   On the other hand, since a private IP address is not disclosed to the Internet in principle, unless it is explicitly set in NAT, communication from a server on the Internet to a communication terminal to which a private IP address is assigned cannot be started. Therefore, in the push notification server provided by Google or Apple, the communication terminal first establishes a TCP connection to the push notification server, and the push notification message is transmitted from the push notification server to the communication terminal using this TCP connection. The method of transmitting is adopted.

一方、プッシュ通知サーバと通信端末との間の経路にNATやファイアウォール等の装置が存在しない場合、例えばプッシュ通知サーバが、通信端末が接続するネットワークと同じ管理配下に存在する場合などでは、通信端末からサーバに対してコネクションを確立することなく、サーバ契機で通信端末に直接プッシュ通知を送信することも可能である。   On the other hand, when there is no device such as NAT or firewall on the route between the push notification server and the communication terminal, for example, when the push notification server is under the same management as the network to which the communication terminal is connected, the communication terminal It is also possible to send a push notification directly to the communication terminal at the server opportunity without establishing a connection from the server to the server.

非特許文献1,2には、スマートフォンOSを提供するGoogle社やApple社が、各OSを実装した通信端末に対してプッシュ通知によりメッセージを送信するためのプッシュ通知サーバが開示されている。   Non-Patent Documents 1 and 2 disclose push notification servers for sending messages by push notification to a communication terminal in which each OS is implemented by Google or Apple, which provides a smartphone OS.

Google Cloud Messaging (GCM)http://developer.android.com/guide/google/gcm/index.htmlGoogle Cloud Messaging (GCM) http://developer.android.com/guide/google/gcm/index.html Apple Push Notification Service (APNS)https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.htmlApple Push Notification Service (APNS) https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html

プライベートIPアドレスが付与された通信端末から、グローバルIPアドレスが付与されたサーバに接続するコネクションは、通常NATを経由する。NATは通信端末から送信されたIPパケットの送信元アドレス(プライベートIPアドレス)をグローバルIPアドレスに変換してサーバに送出するとともに、その通信端末とサーバ間で通信が発生している間は、そのプライベートIPアドレスとグローバルIPアドレスの対応を保持し、一定期間無通信が続くとその対応を削除する。この対応が保持されている間は、サーバ契機で通信端末にIPパケットを送信することができる。   A connection from a communication terminal assigned a private IP address to a server assigned a global IP address usually goes through NAT. NAT converts the source address (private IP address) of an IP packet sent from a communication terminal to a global IP address and sends it to the server. While communication occurs between the communication terminal and the server, The correspondence between the private IP address and the global IP address is retained, and the correspondence is deleted when there is no communication for a certain period. While this correspondence is maintained, an IP packet can be transmitted to the communication terminal at the server opportunity.

したがって、従来の技術では、通信端末がサーバ契機でプッシュ通知を受信するためには、定期的に通信端末からサーバへの通信を発生させることにより、NATにおいてアドレス対応を保持させ続ける必要があった。この場合、通信端末から余分な通信が常時発生するため、通信端末が増加するにつれネットワークに余分な負荷がかかる。のみならず、NATにおいてアドレス対応を保持し続けることになるため、NAT装置のリソースが逼迫する問題がある。   Therefore, in the conventional technology, in order for a communication terminal to receive a push notification at a server opportunity, it is necessary to keep address correspondence in NAT by periodically generating communication from the communication terminal to the server. . In this case, since extra communication always occurs from the communication terminal, an extra load is applied to the network as the number of communication terminals increases. Not only that, but address correspondence in NAT will continue to be maintained, so there is a problem that the resources of the NAT device are tight.

また、サーバ側で障害が発生した際は、通信端末が何回かサーバとの再接続を試みるための通信が発生するため、集中的にネットワークに負荷がかかる可能性がある。   In addition, when a failure occurs on the server side, communication is attempted for the communication terminal to try to reconnect to the server several times, so that there is a possibility that the network is heavily loaded.

一方、全てのプッシュ通知を、通信端末に直接接続できる位置に存在するプッシュ通知サーバから実施する場合、そのプッシュ通知サーバに過大な負荷がかかる可能性がある。   On the other hand, when all the push notifications are performed from a push notification server that exists at a position where it can be directly connected to the communication terminal, there is a possibility that an excessive load is applied to the push notification server.

本発明の目的は、上記の技術課題を解決し、通信端末が接続するネットワークとは管理主体が異なるネットワークに存在する外部プッシュ通知サーバから、通信端末との間に直接のコネクションを確立することなく、サーバ契機で通信端末へプッシュ通知メッセージを送信できるプッシュ通知の送信方法および制御装置を提供することにある。   An object of the present invention is to solve the above technical problem, without establishing a direct connection with a communication terminal from an external push notification server existing in a network having a management entity different from the network to which the communication terminal is connected. Another object of the present invention is to provide a push notification transmission method and control device capable of transmitting a push notification message to a communication terminal at a server opportunity.

(1)本発明のプッシュ通知の送信方法は、ゲートウェイ装置におけるプッシュ通知の疎通を制御するプッシュ通知制御装置を内部ネットワーク上に備え、通信端末が自身のユーザIDおよび内部ネットワークから付与されたアドレスをプッシュ通知制御装置へ登録する手順と、外部プッシュ通知サーバからプッシュ通知制御装置へユーザIDをキーとするアドレス要求を送信する手順と、プッシュ通知制御装置が前記アドレス要求に応答して、外部プッシュ通知サーバからゲートウェイ装置宛に送信されたプッシュ通知の前記ユーザIDに対応したアドレスへの疎通を当該ゲートウェイ装置へ設定する手順と、プッシュ通知制御装置が前記アドレス要求に応答して、ゲートウェイ装置のアドレスを外部プッシュ通知サーバへ通知する手順と外部プッシュ通知サーバからゲートウェイ装置のアドレスへプッシュ通知を送信する手順と、ゲートウェイ装置が、前記外部プッシュ通知サーバから送信されたプッシュ通知の宛先アドレスを前記ユーザIDに対応したアドレスに変換して内部ネットワークへ中継する手順とを含むことを特徴とする。   (1) The push notification transmission method of the present invention comprises a push notification control device on the internal network for controlling communication of the push notification in the gateway device, and the communication terminal uses its own user ID and the address given from the internal network. A procedure for registering in the push notification control device, a procedure for transmitting an address request using the user ID as a key from the external push notification server to the push notification control device, and the push notification control device responding to the address request by sending an external push notification A procedure for setting communication to the address corresponding to the user ID of the push notification transmitted from the server to the gateway device, and the push notification control device in response to the address request, the address of the gateway device is set. Procedure to notify external push notification server and external push A procedure for transmitting a push notification from the knowledge server to the address of the gateway device, and the gateway device converts the destination address of the push notification transmitted from the external push notification server into an address corresponding to the user ID and relays it to the internal network And a procedure for performing.

(2)本発明のプッシュ通知の送信方法はさらに、複数の内部ネットワークごとにプッシュ通知制御装置をそれぞれ備え、通信端末が接続している内部ネットワークと当該内部ネットワーク上のプッシュ通知制御装置のアドレスとを対応付ける端末位置登録装置を外部ネットワーク上に備える。通信端末は、自身に対応したプッシュ通知制御装置のアドレスを前記端末位置登録装置へ問い合わせて取得する手順をさらに含み、自身のユーザIDおよび内部ネットワークから付与されたアドレスを、前記取得したアドレスのプッシュ通知制御装置へ登録することを特徴とする。   (2) The push notification transmission method of the present invention further includes a push notification control device for each of a plurality of internal networks, and the internal network to which the communication terminal is connected and the address of the push notification control device on the internal network, Is provided on the external network. The communication terminal further includes a procedure for inquiring and acquiring the address of the push notification control device corresponding to itself to the terminal location registration device, and the address given from its own user ID and internal network is pushed to the acquired address. It is registered in the notification control apparatus.

本発明によれば、以下のような効果が達成される。
(1)通信端末が接続する内部ネットワークとは管理主体が異なる外部ネットワークの外部プッシュ通知サーバから内部ネットワークの通信端末へ、通信端末とのコネクションを確立することなく、サーバ契機で通信端末にプッシュ通知メッセージを送信できるようになる。
According to the present invention, the following effects are achieved.
(1) Push notification to the communication terminal at the server opportunity without establishing a connection with the communication terminal from the external push notification server of the external network, whose management subject is different from the internal network to which the communication terminal is connected, to the communication terminal of the internal network You can send messages.

(2)通信端末が複数の内部ネットワーク間を移動する場合でも、各通信端末が接続しているネットワークに備えられたプッシュ通知制御装置のアドレスを一元管理するので、各通信端末MNに対して、位置登録対象のプッシュ通知制御装置を周知させることができるようになる。   (2) Even when the communication terminal moves between a plurality of internal networks, since the address of the push notification control device provided in the network to which each communication terminal is connected is centrally managed, for each communication terminal MN, The push notification control device targeted for location registration can be made known.

本発明の第1実施形態に係るプッシュ通知ネットワークの主要部の構成を示したブロック図である。It is the block diagram which showed the structure of the principal part of the push notification network which concerns on 1st Embodiment of this invention. プッシュ通知制御装置の主要部の構成を示した機能ブロック図である。It is the functional block diagram which showed the structure of the principal part of a push notification control apparatus. 本発明の第1実施形態に係るプッシュ通知の送信手順を示したシーケンスフローである。It is the sequence flow which showed the transmission procedure of the push notification which concerns on 1st Embodiment of this invention. アドレス情報DBに登録される情報の一例を示した図である。It is the figure which showed an example of the information registered into address information DB. ユーザIDに対応するアドレスの問合せを受けたプッシュ通知制御装置の動作を示したフローチャートである。It is the flowchart which showed the operation | movement of the push notification control apparatus which received the inquiry of the address corresponding to user ID. ゲートウェイ装置のアドレス変換に関する設定例を示した図である。It is the figure which showed the example of a setting regarding the address conversion of a gateway apparatus. 本発明の第2実施形態に係るプッシュ通知ネットワークの主要部の構成を示したブロック図である。It is the block diagram which showed the structure of the principal part of the push notification network which concerns on 2nd Embodiment of this invention. 第2実施形態における端末登録の動作を示したシーケンスフローである。It is the sequence flow which showed the operation | movement of terminal registration in 2nd Embodiment. 外部プッシュ通知サーバが端末位置登録装置へプッシュ通知制御装置のアドレスを問い合わせる手順を示したシーケンスフローである。It is the sequence flow which showed the procedure which an external push notification server inquires the address of a push notification control apparatus to a terminal location registration apparatus.

以下、図面を参照して本発明の実施の形態について詳細に説明する。図1は、本発明のプッシュ通知送信方法が適用されるプッシュ通知ネットワークの主要部の構成を示したブロック図であり、ここでは、本発明の説明に不要な構成は図示が省略されている。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the main part of a push notification network to which the push notification transmission method of the present invention is applied. Here, the configuration unnecessary for the description of the present invention is omitted.

通信端末MNは、無線基地局BSを介して内部ネットワークへ接続し、さらにNAT機能やファイアウォール機能を備えたゲートウェイ装置3を介してインターネット等の外部ネットワークに接続する。外部ネットワークには、通信端末MNにプッシュ通知メッセージを送信する外部プッシュ通知サーバ1が接続されている。   The communication terminal MN is connected to the internal network via the radio base station BS, and further connected to an external network such as the Internet via the gateway device 3 having a NAT function and a firewall function. An external push notification server 1 that transmits a push notification message to the communication terminal MN is connected to the external network.

プッシュ通知制御装置2には、外部ネットワークおよび内部ネットワークの両方から接続可能であり、後に詳述するように、外部プッシュ通知サーバ1からの依頼に応じてゲートウェイ装置3の設定を変更する機能、および通信端末MNの情報を管理する機能を備える。   The push notification control device 2 can be connected from both the external network and the internal network, and, as will be described in detail later, a function of changing the setting of the gateway device 3 in response to a request from the external push notification server 1, and A function for managing information of the communication terminal MN is provided.

図2は、前記プッシュ通知制御装置2の主要部の構成を示した機能ブロック図であり、このような制御装置は、汎用のコンピュータやサーバに各機能を実現するアプリケーション(プログラム)を実装することで構成できる。あるいはアプリケーションの一部がハードウェア化またはROM化された専用機や単能機としても構成できる。   FIG. 2 is a functional block diagram showing the configuration of the main part of the push notification control device 2. Such a control device implements an application (program) for realizing each function on a general-purpose computer or server. Can be configured. Alternatively, it can be configured as a dedicated machine or a single-function machine in which a part of the application is implemented in hardware or ROM.

プッシュ通知制御装置2において、端末登録制御部21は、通信端末MNから通知されるユーザID、内部ネットワーク専用のプライベートIPアドレス(P-IPアドレス)およびポート番号をアドレス情報DBに登録(位置登録)する。アドレス情報DBは、ユーザID、P-IPアドレスおよびポート番号の対応関係を保持する。なお、プッシュ通知用のポート番号が予め固定的に設定されている場合には、通信端末MNによるポート番号の通知は省略される。   In the push notification control device 2, the terminal registration control unit 21 registers the user ID notified from the communication terminal MN, the private IP address (P-IP address) dedicated to the internal network, and the port number in the address information DB (location registration). To do. The address information DB holds a correspondence relationship between a user ID, a P-IP address, and a port number. Note that when the port number for push notification is fixedly set in advance, the notification of the port number by the communication terminal MN is omitted.

端末情報問合せ解析部22は、ユーザIDに対応するアドレス情報の問合せを外部プッシュ通知サーバ1から受付ける。そして、アドレス情報DBを検索して該当する通信端末のユーザIDが存在した場合、そのユーザID及びP-IPアドレス/ポート番号とゲートウェイ装置3のIPアドレス/ポート番号とを対応付ける。前記外部プッシュ通知サーバ1に対しては、前記ゲートウェイ装置3のIPアドレス/ポート番号を応答する。   The terminal information inquiry analysis unit 22 receives an inquiry about address information corresponding to the user ID from the external push notification server 1. When the address information DB is searched and the user ID of the corresponding communication terminal exists, the user ID and P-IP address / port number are associated with the IP address / port number of the gateway device 3. The external push notification server 1 responds with the IP address / port number of the gateway device 3.

なお、ゲートウェイ装置3のIPアドレス/ポート番号の組み合わせは複数が利用可能であり、外部プッシュ通知サーバ1からの問い合わせを受けた端末情報問合せ解析部22が、その時点で利用されてないIPアドレス/ポート番号の組み合わせの中から任意の組み合わせを選択できる。   A plurality of combinations of IP addresses / port numbers of the gateway device 3 can be used, and the terminal information inquiry analysis unit 22 that has received an inquiry from the external push notification server 1 uses an IP address / Any combination of port numbers can be selected.

端末情報問合せ解析部22はさらに、ゲートウェイ装置制御部23に対して、前記外部プッシュ通知サーバ1から受信し、前記ゲートウェイ装置3のIPアドレスおよびポート番号の記述された通信端末MN宛のプッシュ通知メッセージをゲートウェイ装置3に通過させて通信端末MNに届けるための設定変更を依頼する。ゲートウェイ装置制御部23は、前記端末情報問合せ解析部22からの依頼に応じてゲートウェイ装置3の疎通設定を変更する。   The terminal information inquiry analysis unit 22 further receives, from the external push notification server 1, to the gateway device control unit 23, and a push notification message addressed to the communication terminal MN in which the IP address and port number of the gateway device 3 are described. Is sent to the gateway device 3 and a setting change for delivery to the communication terminal MN is requested. The gateway device control unit 23 changes the communication setting of the gateway device 3 in response to a request from the terminal information inquiry analysis unit 22.

図3は、本発明の第1実施形態に係るプッシュ通知の送信手順を示したシーケンスフローであり、時刻t1において、通信端末MNが事業者の管理する内部ネットワークに接続すると、当該事業者が一時的に払い出すP-IPアドレスが通信端末MNに対して自動的に付与される。また、同P-IPアドレスは、ユーザにより通信端末MNに予め設定されていても良い。   FIG. 3 is a sequence flow showing a push notification transmission procedure according to the first embodiment of the present invention. When the communication terminal MN connects to the internal network managed by the operator at time t1, the operator temporarily The P-IP address to be paid out is automatically assigned to the communication terminal MN. The P-IP address may be set in advance in the communication terminal MN by the user.

次いで、予め通信端末MNに実装されている、プッシュ通知を受信するためのアプリケーションが起動されると、時刻t2では、通信端末MNとプッシュ通知制御装置2との間にコネクションが確立され、通信端末MNに付与されているユーザID、P-IPアドレスおよびポート番号の組み合わせが、前記プッシュ通知制御装置2の端末登録制御部21へ通知される。なお、プッシュ通知用のポート番号が予め固定的に設定されている場合には、当該ポート番号の通知は省略される。   Next, when an application for receiving a push notification, which is mounted in advance in the communication terminal MN, is activated, a connection is established between the communication terminal MN and the push notification control device 2 at time t2, and the communication terminal A combination of a user ID, a P-IP address, and a port number assigned to the MN is notified to the terminal registration control unit 21 of the push notification control device 2. Note that when the port number for push notification is fixedly set in advance, the notification of the port number is omitted.

端末登録制御部21は、時刻t3において、前記通信端末MNから通知されたユーザID、P-IPアドレスおよびポート番号の組み合わせをアドレス情報DBへ登録する。アドレス情報DBは、通信端末MNから通知された情報が未登録であれば新規登録し、既登録であれば更新登録する。   The terminal registration control unit 21 registers the combination of the user ID, P-IP address and port number notified from the communication terminal MN in the address information DB at time t3. The address information DB is newly registered if the information notified from the communication terminal MN is not registered, and is updated and registered if it is already registered.

図4は、前記アドレス情報DBに登録される情報の一例を示した図であり、ユーザIDをインデックスとしてP-IPアドレスおよびポート番号が登録されている。通信端末MN内のプッシュ通知を受信するためのアプリケーションは、事業者から自身に付与されるP-IPアドレスを常時監視し、P-IPアドレスが変わるたびに上記の端末登録動作を実施する。   FIG. 4 is a diagram showing an example of information registered in the address information DB, in which a P-IP address and a port number are registered using a user ID as an index. The application for receiving the push notification in the communication terminal MN constantly monitors the P-IP address assigned to itself by the operator, and performs the above-described terminal registration operation every time the P-IP address changes.

図3へ戻り、外部プッシュ通知サーバ1は、通信端末MNへのプッシュ通知依頼を受け取ると、時刻t4において、プッシュ通知制御装置2へ当該通信端末MNのユーザIDを通知して当該通信端末MNのアドレスを問合せる。このとき、外部プッシュ通知サーバ1のIPアドレスおよびポート番号がプッシュ通知制御装置2へ通知される。なお、プッシュ通知用のポート番号が予め固定的に設定されている場合には、当該ポート番号の通知は省略される。以下、ユーザIDに対応するアドレスの問合せを受けたプッシュ通知制御装置2の動作を、図5のフローチャートも参照しながら説明する。   Returning to FIG. 3, when the external push notification server 1 receives the push notification request to the communication terminal MN, at time t4, the external push notification server 1 notifies the push notification control device 2 of the user ID of the communication terminal MN. Queries the address. At this time, the IP address and port number of the external push notification server 1 are notified to the push notification control device 2. Note that when the port number for push notification is fixedly set in advance, the notification of the port number is omitted. Hereinafter, the operation of the push notification control apparatus 2 that has received an inquiry about the address corresponding to the user ID will be described with reference to the flowchart of FIG.

プッシュ通知制御装置2は、ステップS1においてユーザIDに対応するアドレスの問合わせを外部プッシュ通知サーバ1から受信すると、ステップS2では、前記端末情報問合せ解析部22が、時刻t5において、前記アドレス情報DBに対して前記ユーザIDに対応するアドレスを問い合わせる。   When the push notification control device 2 receives an inquiry about the address corresponding to the user ID from the external push notification server 1 in step S1, in step S2, the terminal information inquiry analysis unit 22 performs the address information DB at time t5. For the address corresponding to the user ID.

ステップS3では、前記ユーザIDに対応するアドレスがアドレス情報DBに登録されているか否かが判断される。ユーザIDが登録されていればステップS4へ進み、当該ユーザIDに対応した通信端末MNのP-IPアドレス/ポート番号とゲートウェイ装置3のIPアドレス/ポート番号との対応付けが行われる。   In step S3, it is determined whether an address corresponding to the user ID is registered in the address information DB. If the user ID is registered, the process proceeds to step S4, and the P-IP address / port number of the communication terminal MN corresponding to the user ID is associated with the IP address / port number of the gateway device 3.

これに対して、前記ユーザIDまたは当該ユーザIDに対応するIPアドレスが未登録であればステップS7へ進み、外部プッシュ通知サーバ1に対して、ユーザ登録が存在しない旨のエラー応答が行われる。   On the other hand, if the user ID or the IP address corresponding to the user ID is not registered, the process proceeds to step S7, and an error response indicating that no user registration exists is sent to the external push notification server 1.

ステップS5では、時刻t6において、前記ユーザIDに対応付けられたP-IPアドレスおよびポート番号とそれに対応する前記ゲートウェイ装置のIPアドレス及びポート番号の記述された設定変更要求(ポートオープン)がゲートウェイ装置3へ通知される。時刻t7では、ゲートウェイ装置3が前記設定変更要求に応答して、外部プッシュ通知サーバ1から通信端末MN宛てのプッシュ通知パケットを通過させる設定変更を実行する。時刻t8では、ゲートウェイ装置3からプッシュ通知制御装置2へ、設定変更完了のメッセージが通知される。   In step S5, a setting change request (port open) in which the P-IP address and port number associated with the user ID and the corresponding IP address and port number of the gateway device are described at time t6 is a gateway device. 3 is notified. At time t7, in response to the setting change request, the gateway device 3 executes setting change for passing the push notification packet addressed to the communication terminal MN from the external push notification server 1. At time t8, the gateway device 3 notifies the push notification control device 2 of a setting change completion message.

ステップS6では、時刻t9において、前記ゲートウェイ装置のIPアドレスおよびポート番号の記述された応答メッセージが外部プッシュ通知サーバ1へ送信される。時刻t10では、外部プッシュ通知サーバ1からゲートウェイ装置3へプッシュ通知が送信される。時刻t11では、ゲートウェイ装置3において受信パケットのアドレス変換が行われ、時刻t12において当該プッシュ通知が内部ネットワーク経由で通信端末MNへ送信される。   In step S6, at time t9, a response message describing the IP address and port number of the gateway device is transmitted to the external push notification server 1. At time t10, a push notification is transmitted from the external push notification server 1 to the gateway device 3. At time t11, the gateway device 3 performs address conversion of the received packet, and at time t12, the push notification is transmitted to the communication terminal MN via the internal network.

次いで、プッシュ通知制御装置2が実施する前記ゲートウェイ装置3の設計変更手法について説明する。   Next, a design change method of the gateway device 3 performed by the push notification control device 2 will be described.

外部プッシュ通知サーバ1から通信端末MNへプッシュ通知メッセージを送信できる条件が整うと、プッシュ通知制御装置2からゲートウェイ装置3に対して、外部プッシュ通知サーバ1から通信端末MNへのプッシュ通知に係る通信を可能にする設定変更が実施される。   When conditions for transmitting a push notification message from the external push notification server 1 to the communication terminal MN are established, communication related to the push notification from the external push notification server 1 to the communication terminal MN to the gateway device 3 from the push notification control device 2 A setting change that enables

本実施形態では、プッシュ通知制御装置2からゲートウェイ装置3へ、外部プッシュ通知サーバ1のIPアドレスおよびポート番号、通信端末MNのIPアドレスおよびポート番号、ゲートウェイ装置3の外部インターネット側IPアドレスおよびポート番号が通知される。   In this embodiment, the IP address and port number of the external push notification server 1, the IP address and port number of the communication terminal MN, the IP address and port number of the external Internet side of the gateway device 3 are transferred from the push notification control device 2 to the gateway device 3. Will be notified.

ここで、ゲートウェイ装置3にはIPアドレスが予め設定されているものとし、ポート番号はゲートウェイ装置3で使用されていないものから任意の番号が選択される。ゲートウェイ装置3では、プッシュ通知制御装置2からの通知に応答して、外部プッシュ通知サーバ1から通信端末MNへのプッシュ通知を可能にする設定が投入される。   Here, it is assumed that an IP address is set in advance in the gateway device 3, and an arbitrary number is selected from those not used in the gateway device 3. In the gateway device 3, in response to the notification from the push notification control device 2, a setting that enables push notification from the external push notification server 1 to the communication terminal MN is input.

図6は、本実施形態におけるゲートウェイ装置3の設定例を示した図であり、ここでは、外部プッシュ通知サーバ1のIPアドレスを203.0.113.10、ポート番号を8080、ゲートウェイ装置3のIPアドレスを192.0.2.10、ポート番号を6600、通信端末MNのIPアドレスを10.10.1.10、ポート番号を6666としている。   FIG. 6 is a diagram showing a setting example of the gateway device 3 in the present embodiment. Here, the IP address of the external push notification server 1 is 203.0.113.10, the port number is 8080, and the IP address of the gateway device 3 is 192.0. 2.10, the port number is 6600, the IP address of the communication terminal MN is 10.10.1.10, and the port number is 6666.

図6の上段エントリは、「送信元(外部プッシュ通知サーバ)IPアドレスが203.0.113.10、送信元ポート番号が8080であって宛先(ゲートウェイ装置)IPアドレスが192.0.2.10、宛先ポート番号が6600のパケットは、その宛先(通信端末MN)IPアドレスを10.10.1.10、ポート番号を6666に変換して送信」を実現する例を示している。   The upper entry in FIG. 6 is “the source (external push notification server) IP address is 203.0.113.10, the source port number is 8080, the destination (gateway device) IP address is 192.0.210, and the destination port number is 6600. The packet shows an example of realizing “transmission by converting the destination (communication terminal MN) IP address to 10.10.1.10 and the port number to 6666”.

下段エントリは、「送信元(通信端末MN)IPアドレスが10.10.1.10、送信元ポート番号が6666であって宛先(外部プッシュ通知サーバ)IPアドレスが203.0.113.10、宛先ポート番号が8080のパケットは、その送信元(ゲートウェイ装置)IPアドレスを192.0.2.10、送信元ポート番号を6600に変換して送信」を実現する例を示している。   The lower entry is “The packet with the source (communication terminal MN) IP address 10.10.1.10, the source port number 6666, the destination (external push notification server) IP address 203.0.113.10, and the destination port number 8080 , The transmission source (gateway device) IP address is 192.0.210, the transmission source port number is converted to 6600, and “transmission” is realized.

上記の設定内容は、プッシュ通知が行われる間だけ有効とするが、通常プッシュ通知メッセージのやり取りは短時間で終了するため、ゲートウェイ装置3では、例えば無通信状態が1秒間続いたら本設定を削除する等の動作が実施される。なお、プッシュ通知制御装置2がゲートウェイ装置3に設定変更を依頼する際、前記の無通信タイマー値を一緒に通知し、当該タイマー値に相当する時間だけは設定が維持されるようにしても良い。   The above settings are valid only during the push notification, but since the exchange of the normal push notification message is completed in a short time, the gateway device 3 deletes this setting if, for example, no communication state continues for 1 second. The operation such as performing is performed. When the push notification control device 2 requests the gateway device 3 to change the setting, the push notification control device 2 may notify the non-communication timer value together, and the setting may be maintained only for a time corresponding to the timer value. .

本実施形態によれば、通信端末が接続する内部ネットワークとは管理主体が異なる外部ネットワークのプッシュ通知サーバから内部ネットワークの通信端末へ、通信端末とのコネクションを確立することなく、サーバ契機で通信端末にプッシュ通知メッセージを送信できるようになる。   According to the present embodiment, the communication terminal is triggered by the server without establishing a connection with the communication terminal from the push notification server of the external network, which is different from the internal network to which the communication terminal is connected, to the communication terminal of the internal network. Will be able to send push notification messages.

図7は、本発明の第2実施形態に係るプッシュ通知ネットワークの主要部の構成を示したブロック図であり、ここでも本発明の説明に不要な構成は図示が省略されている。本実施形態では、内部ネットワークが複数ある場合の動作について説明する。   FIG. 7 is a block diagram showing the configuration of the main part of the push notification network according to the second embodiment of the present invention. Here, the configuration unnecessary for the description of the present invention is also omitted. In the present embodiment, an operation when there are a plurality of internal networks will be described.

通信端末MNは、異なる内部ネットワーク間の移動が可能であり、異なる内部ネットワークに移動して接続すると、以前に接続していた内部ネットワークで付与されたIPアドレスとは異なるIPアドレスが付与される。各内部ネットワークにはプッシュ通知制御装置2(2a,2b)がそれぞれ設置されており、各プッシュ通知制御装置2は、自身と同じ内部ネットワークに接続するゲートウェイ装置3(3a,3b)のみ制御できる。   The communication terminal MN can move between different internal networks. When the communication terminal MN moves and connects to a different internal network, an IP address different from the IP address assigned to the previously connected internal network is assigned. Each internal network is provided with a push notification control device 2 (2a, 2b), and each push notification control device 2 can control only the gateway device 3 (3a, 3b) connected to the same internal network as itself.

端末位置登録装置4は、各通信端末MNが接続している内部ネットワークを把握し、当該通信端末MNのユーザIDと接続先の内部ネットワークに接続するプッシュ通知制御装置2a,2bのアドレスとの対応付けを保持する。   The terminal location registration device 4 grasps the internal network to which each communication terminal MN is connected, and the correspondence between the user ID of the communication terminal MN and the addresses of the push notification control devices 2a and 2b connected to the internal network of the connection destination Keep the date.

図8は、第2実施形態における端末登録の動作を示したシーケンスフローであり、時刻t31において、通信端末MNが事業者の管理する内部ネットワークに接続すると、当該事業者が一時的に払い出すP-IPアドレスが通信端末MNに対して自動的に付与される。当該P-IPアドレスは、ユーザにより通信端末MNに予め設定されていてもよい。   FIG. 8 is a sequence flow showing the operation of terminal registration in the second embodiment. When the communication terminal MN connects to the internal network managed by the operator at time t31, the operator temporarily pays out P. -An IP address is automatically assigned to the communication terminal MN. The P-IP address may be set in advance in the communication terminal MN by the user.

次いで、予め通信端末MNに実装されている、プッシュ通知を受信するためのアプリケーションが起動されると、時刻t32では、通信端末MNと端末位置登録装置4との間にコネクションが確立され、通信端末MNに付与されているユーザIDが端末位置登録装置4へ通知され、時刻t33において位置登録される。なおこの時、端末位置登録装置4はこの通知パケットの送信元IPアドレスを取得し、通知されたユーザIDと対応付けて保持する。時刻t34では、通信端末MNが接続している内部ネットワークに接続するプッシュ通知制御装置2のアドレスが通信端末MNへ応答される。   Next, when an application for receiving the push notification, which is mounted in advance in the communication terminal MN, is activated, a connection is established between the communication terminal MN and the terminal location registration device 4 at time t32, and the communication terminal The user ID assigned to the MN is notified to the terminal location registration device 4, and the location is registered at time t33. At this time, the terminal location registration device 4 acquires the transmission source IP address of the notification packet and stores it in association with the notified user ID. At time t34, the address of the push notification control device 2 connected to the internal network to which the communication terminal MN is connected is returned to the communication terminal MN.

時刻t35では、前記第1実施形態における時刻t2と同様に、通信端末MNと前記アドレスを応答されたプッシュ通知制御装置2との間にコネクションが確立され、通信端末MNに付与されているP-IPアドレスおよびユーザIDのペアならびに必要に応じてポート番号が、前記プッシュ通知制御装置2の端末登録制御部21へ通知される。これ以降は、第1実施形態と同様にプッシュ通知処理が進行する。   At time t35, similarly to time t2 in the first embodiment, a connection is established between the communication terminal MN and the push notification control device 2 that has responded with the address, and the P− The IP address and user ID pair and the port number as required are notified to the terminal registration control unit 21 of the push notification control device 2. Thereafter, the push notification process proceeds as in the first embodiment.

図9は、外部プッシュ通知サーバ1が端末位置登録装置4へプッシュ通知制御装置2のアドレスを問い合わせる手順を示したシーケンスフローである。   FIG. 9 is a sequence flow showing a procedure in which the external push notification server 1 inquires the terminal location registration device 4 about the address of the push notification control device 2.

外部プッシュ通知サーバ1は、ユーザIDに対応する通信端末MNにプッシュ通知を送信するにあたり、通信端末MNが接続している内部ネットワークを認識する必要がある。そこで、本実施形態では時刻t41において、外部プッシュ通知サーバ1が端末位置登録装置4にユーザIDを通知し、当該ユーザIDに対応する通信端末MNがどの内部ネットワークに接続しているかを問い合わせる。   The external push notification server 1 needs to recognize the internal network to which the communication terminal MN is connected when transmitting the push notification to the communication terminal MN corresponding to the user ID. Therefore, in this embodiment, at time t41, the external push notification server 1 notifies the terminal location registration device 4 of the user ID and inquires to which internal network the communication terminal MN corresponding to the user ID is connected.

時刻t42では、端末位置登録装置4が、ユーザIDに対応するIPアドレスからプッシュ通知制御装置2のIPアドレスをアドレス情報DBから取得し、当該アドレスを外部プッシュ通知サーバ1へ応答する。   At time t42, the terminal location registration device 4 acquires the IP address of the push notification control device 2 from the address information DB from the IP address corresponding to the user ID, and responds to the external push notification server 1 with the address.

時刻t43では、外部プッシュ通知サーバ1からプッシュ通知制御装置2へ、ユーザIDに対するIPアドレスが問い合わされる。以降、プッシュ通知制御装置2において前記図5に関して説明した動作フローが実施され、外部プッシュ通知サーバ1が通信端末MNへプッシュ通知メッセージを直接送信できるようになる。   At time t43, the external push notification server 1 inquires the push notification control device 2 about the IP address for the user ID. Thereafter, the operation flow described with reference to FIG. 5 is performed in the push notification control device 2, and the external push notification server 1 can directly transmit the push notification message to the communication terminal MN.

本実施形態によれば、通信端末MNが複数の内部ネットワーク間を移動する場合でも、各通信端末MNが接続しているネットワークに備えられたプッシュ通知制御装置2のアドレスを一元管理できるので、各通信端末MNに対して、位置登録対象のプッシュ通知制御装置2を周知させることができるようになる。   According to this embodiment, even when the communication terminal MN moves between a plurality of internal networks, the address of the push notification control device 2 provided in the network to which each communication terminal MN is connected can be centrally managed. The communication terminal MN can make the location notification target push notification control device 2 known.

1…外部プッシュ通知サーバ,2…プッシュ通知制御装置,3…ゲートウェイ装置,21…端末登録制御部,22…端末情報問合せ解析部,23…ゲートウェイ装置制御部   DESCRIPTION OF SYMBOLS 1 ... External push notification server, 2 ... Push notification control apparatus, 3 ... Gateway apparatus, 21 ... Terminal registration control part, 22 ... Terminal information inquiry analysis part, 23 ... Gateway apparatus control part

Claims (4)

外部ネットワーク上の外部プッシュ通知サーバからゲートウェイ装置を経由して内部ネットワーク上の通信端末へプッシュ通知を送信するプッシュ通知の送信方法において、
ゲートウェイ装置におけるプッシュ通知の疎通を制御するプッシュ通知制御装置を内部ネットワーク上に備え、
通信端末が自身のユーザIDおよび内部ネットワークにおけるアドレスをプッシュ通知制御装置へ登録する手順と、
外部プッシュ通知サーバからプッシュ通知制御装置へ、プッシュ通知先のユーザIDをキーとするアドレス要求を送信する手順と、
プッシュ通知制御装置が前記アドレス要求に応答して、前記外部プッシュ通知サーバからゲートウェイ装置宛に送信されたプッシュ通知の前記ユーザIDに対応したアドレスへの疎通を当該ゲートウェイ装置へ設定する手順と、
プッシュ通知制御装置が前記アドレス要求に応答して、ゲートウェイ装置のアドレスを外部プッシュ通知サーバへ通知する手順と、
外部プッシュ通知サーバからゲートウェイ装置のアドレスへプッシュ通知を送信する手順と、
前記ゲートウェイ装置が、前記外部プッシュ通知サーバから送信されたプッシュ通知の宛先アドレスを前記ユーザIDに対応したアドレスに変換して内部ネットワークへ中継する手順とを含むことを特徴とするプッシュ通知の送信方法。
In the push notification transmission method for transmitting the push notification from the external push notification server on the external network to the communication terminal on the internal network via the gateway device,
A push notification control device for controlling communication of push notification in the gateway device is provided on the internal network,
The procedure for the communication terminal to register its user ID and address in the internal network to the push notification control device,
A procedure for sending an address request with the push notification destination user ID as a key from the external push notification server to the push notification control device;
In response to the address request, the push notification control device sets communication to the address corresponding to the user ID of the push notification transmitted from the external push notification server to the gateway device, to the gateway device;
A procedure in which the push notification control device notifies the external push notification server of the address of the gateway device in response to the address request;
A procedure for sending a push notification from the external push notification server to the address of the gateway device;
A method for transmitting a push notification, comprising: a step in which the gateway device converts a destination address of the push notification transmitted from the external push notification server into an address corresponding to the user ID and relays the address to an internal network. .
複数の内部ネットワークごとにプッシュ通知制御装置をそれぞれ備え、
通信端末が接続している内部ネットワークと当該内部ネットワーク上のプッシュ通知制御装置のアドレスとを対応付ける端末位置登録装置を外部ネットワーク上に備え、
通信端末が、自身に対応したプッシュ通知制御装置のアドレスを前記端末位置登録装置へ問い合わせて取得する手順をさらに具備し、
前記通信端末は、自身のユーザIDおよび内部ネットワークから付与されたアドレスを、前記取得したアドレスのプッシュ通知制御装置へ登録することを特徴とする請求項1に記載のプッシュ通知の送信方法。
Each has multiple push notification control devices for each internal network,
A terminal location registration device that associates the internal network to which the communication terminal is connected with the address of the push notification control device on the internal network is provided on the external network,
The communication terminal further comprises a procedure for inquiring and acquiring the address of the push notification control device corresponding to itself to the terminal location registration device,
2. The push notification transmission method according to claim 1, wherein the communication terminal registers its own user ID and an address given from an internal network in the push notification control apparatus of the acquired address. 3.
外部ネットワーク上の外部プッシュ通知サーバから内部ネットワーク上の通信端末へのプッシュ通知の疎通をゲートウェイ装置に設定するプッシュ通知の制御装置において、
通信端末からユーザIDおよび内部ネットワークにおけるアドレスを取得する手段と、
外部プッシュ通知サーバから受信した、ユーザIDをキーとするアドレス要求に応答して、外部プッシュ通知サーバからゲートウェイ装置宛に送信されたプッシュ通知の前記ユーザIDに対応したアドレスへの疎通を当該ゲートウェイ装置へ設定する手段と、
前記アドレス要求に応答して、前記ゲートウェイ装置のアドレスを外部プッシュ通知サーバへ通知する手段とを具備したことを特徴とするプッシュ通知の制御装置。
In the push notification control device that sets the communication of the push notification from the external push notification server on the external network to the communication terminal on the internal network in the gateway device,
Means for obtaining a user ID and an address in the internal network from a communication terminal;
In response to the address request using the user ID as a key received from the external push notification server, the gateway device communicates the push notification transmitted from the external push notification server to the gateway device to the address corresponding to the user ID. Means to set to
And a means for notifying an external push notification server of the address of the gateway device in response to the address request.
前記設定する手段は、前記アドレス要求した外部プッシュ通知サーバのアドレスおよび前記アドレス要求された通信端末のアドレスの対応関係を前記ゲートウェイ装置に設定することを特徴とする請求項3に記載のプッシュ通知の制御装置。   4. The push notification according to claim 3, wherein the setting unit sets a correspondence relationship between the address of the external push notification server that requested the address and the address of the communication terminal that requested the address in the gateway device. 5. Control device.
JP2014039106A 2014-02-28 2014-02-28 Transmission method of push notification, and control device Pending JP2015162895A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014039106A JP2015162895A (en) 2014-02-28 2014-02-28 Transmission method of push notification, and control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014039106A JP2015162895A (en) 2014-02-28 2014-02-28 Transmission method of push notification, and control device

Publications (1)

Publication Number Publication Date
JP2015162895A true JP2015162895A (en) 2015-09-07

Family

ID=54185690

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014039106A Pending JP2015162895A (en) 2014-02-28 2014-02-28 Transmission method of push notification, and control device

Country Status (1)

Country Link
JP (1) JP2015162895A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109767533A (en) * 2019-01-14 2019-05-17 深圳前海微众银行股份有限公司 Automatic registration method, device, gateway and the medium of shopping cart electronic lock
WO2020090364A1 (en) 2018-10-29 2020-05-07 Necプラットフォームズ株式会社 Exchange, communication system, registration method and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020090364A1 (en) 2018-10-29 2020-05-07 Necプラットフォームズ株式会社 Exchange, communication system, registration method and program
CN111434098A (en) * 2018-10-29 2020-07-17 Nec平台株式会社 Switch, communication system, registration method, and program
CN111434098B (en) * 2018-10-29 2021-12-07 Nec平台株式会社 Switch, communication system, registration method, and computer-readable medium
US11223709B2 (en) 2018-10-29 2022-01-11 Nec Platforms, Ltd. Exchange, communication system, registration method, and program
CN109767533A (en) * 2019-01-14 2019-05-17 深圳前海微众银行股份有限公司 Automatic registration method, device, gateway and the medium of shopping cart electronic lock
CN109767533B (en) * 2019-01-14 2021-02-19 深圳前海微众银行股份有限公司 Automatic registration method and device for shopping cart electronic lock, gateway equipment and medium

Similar Documents

Publication Publication Date Title
US10623504B2 (en) Apparatus and method for managing client devices
EP2833597B1 (en) Apparatus and method for communications involving a legacy device
CN104429037B8 (en) Method, equipment and system for being connected to communication equipment
US9148765B2 (en) Push service without persistent TCP connection in a mobile network
CN105637913B (en) Method and apparatus for providing push service in communication system
RU2689429C1 (en) Method for indicating access to communication network technology
US20170257726A1 (en) Method for processing request message in wireless communication system and apparatus therefor
CN106576285B (en) APN configuration method, user equipment and configuration server
KR102152741B1 (en) Method and device for switching access points
WO2020073577A1 (en) Method and apparatus for supporting event monitoring
JP7029431B2 (en) Service control system and service control method
US10531273B2 (en) Handling of IMS services in a roaming scenario of a user equipment
JP2015162895A (en) Transmission method of push notification, and control device
EP3949354B1 (en) Method and apparatus for service discovery
EP2987343B1 (en) Method and network node for managing device-related data and method and communication device for communicating with the network node
JP2019514273A (en) Access method, apparatus, device and system
US20210195465A1 (en) Traffic in a distributed cloud system
JP6296605B2 (en) Push notification transmission method and system, push notification apparatus and communication terminal
KR101534819B1 (en) Method for providing different address information selectively on request from a mobile terminal and an apparatus for said method
JP2014033260A (en) Communication method and communication system
EP3086593A1 (en) Network entity and method for monitoring an ims-based service
JP6971118B2 (en) Devices, methods and programs for sending and receiving data to and from IoT devices
JP6397133B2 (en) Control and monitor connection objects
RU2783588C2 (en) Network configuration method and communication device
US20230328628A1 (en) System and method for using t8 api to deliver data over an ip path