JP2019071603A - APPARATUS, METHOD AND PROGRAM FOR TRANSMITTING AND RECEIVING DATA TO AND FROM IoT DEVICE - Google Patents

APPARATUS, METHOD AND PROGRAM FOR TRANSMITTING AND RECEIVING DATA TO AND FROM IoT DEVICE Download PDF

Info

Publication number
JP2019071603A
JP2019071603A JP2018130304A JP2018130304A JP2019071603A JP 2019071603 A JP2019071603 A JP 2019071603A JP 2018130304 A JP2018130304 A JP 2018130304A JP 2018130304 A JP2018130304 A JP 2018130304A JP 2019071603 A JP2019071603 A JP 2019071603A
Authority
JP
Japan
Prior art keywords
server
data
message
iot device
transmission destination
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.)
Granted
Application number
JP2018130304A
Other languages
Japanese (ja)
Other versions
JP6509413B1 (en
Inventor
健太 安川
Kenta Yasukawa
健太 安川
崇 小熊
Takashi Oguma
崇 小熊
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.)
Soracom Inc
Original Assignee
Soracom Inc
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 Soracom Inc filed Critical Soracom Inc
Priority to JP2018130304A priority Critical patent/JP6509413B1/en
Application granted granted Critical
Publication of JP6509413B1 publication Critical patent/JP6509413B1/en
Publication of JP2019071603A publication Critical patent/JP2019071603A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To achieve overhead reduction in an apparatus for transmitting and receiving data to and from an IoT device in order to accelerate the spread of IoT.SOLUTION: First, in an IoT device 110, some event occurs. The IoT device 110 generates a message to be transmitted, and transmits, via SMS, the message to a phone number of a first server 101, which is stored in the IoT device 110. The first server 101 notifies the IoT terminal 110, as needed, of having received SMS data including the message, and thereafter delivers the SMS data to a second server 102. On the basis of a destination identifier included in the message of the SMS data, the second server 102 specifies a destination with reference to associations between destination identifiers includable in the SMS data and destinations. The second server 102 transmits, to a third external server 123, a portion obtained by excluding the destination identifier from the message or the whole message including the destination identifier.SELECTED DRAWING: Figure 2

Description

本発明は、IoT機器とのデータの送受信を行うための装置、方法及びプログラムに関する。   The present invention relates to an apparatus, method, and program for transmitting and receiving data with an IoT device.

センシング技術、通信技術の進展に伴い、コンピュータネットワークに接続される機器が増え、あらゆるモノがネットワーク化されるInternet of Thingsという考え方が広まっている。以下、インターネットに限らず、ネットワーク化された機器を「IoT機器」という。   With the development of sensing technology and communication technology, the number of devices connected to computer networks is increasing, and the concept of Internet of Things in which everything is networked is spreading. Hereinafter, not only the Internet but also networked devices are called "IoT devices".

IoT機器は、ネットワークに接続してサーバ、ストレージなどに収集したデータを送信したり、サーバからデータの配信を受けたりすることができるが、そのためには、サーバとの間にセキュアな接続が確立されなければならない。一つの方法としては、所定の通信方式で通信を行うための同一又は対応する認証情報をサーバと機器の両方に予め与えておき、たとえば、機器の電源をオンにした際に動作するソフトウェアが当該認証情報を用いて、サーバとの間の接続を確立するようにすることができる。   An IoT device can connect to a network and send collected data to a server, storage, etc., or receive data distribution from a server, but for that purpose a secure connection is established with the server It must be. As one method, the same or corresponding authentication information for performing communication by a predetermined communication method is provided in advance to both the server and the device, and for example, software that operates when the device is powered on is relevant. The authentication information may be used to establish a connection with the server.

SIMカードが挿入されたIoT機器の電源がオンした際には、IoT機器は、当該SIMカードに書き込まれたIMSIのHLR/HSSによる認証を経て、セルラーネットワークにアタッチされた状態となる。セルラーネットワークにアタッチされた後、パケット交換によるデータ通信を行う場合には、追加でGTP接続が行われ、サーバとのIP通信によってデータの送受信を行うことができる。   When the power of the IoT device into which the SIM card is inserted is turned on, the IoT device is in a state of being attached to the cellular network through the authentication by the HLR / HSS of the IMSI written in the SIM card. When data communication is performed by packet switching after being attached to the cellular network, additional GTP connection is performed, and data can be transmitted and received by IP communication with the server.

しかしながら、上述の通信方式であると、本来送受信を行いたいデータに対して、大きなオーバーヘッドが発生している。一例として、GPSトラッキングが可能なIoT機器から、図1に示すような11オクテットのログデータをサーバに送信することを考えた場合、GTP接続の確立、TCPソケットの確立、HTTP POSTリクエスト、HTTP POSTレスポンス、TCPソケットの切断、そして、GTP接続の切断という数百オクテットのデータ処理が必要となる。このオーバーヘッドはIoT機器における電力消費に直結し、連続稼働時間に大きな影響を与える。   However, in the case of the above-described communication method, a large overhead is generated for data that is originally intended to be transmitted and received. As an example, when it is considered to transmit 11 octets of log data as shown in FIG. 1 to a server from an IoT device capable of GPS tracking, establishment of GTP connection, establishment of TCP socket, HTTP POST request, HTTP POST Hundred octets of data processing are required: response, disconnection of TCP socket, and disconnection of GTP connection. This overhead is directly linked to power consumption in IoT devices, and has a significant impact on continuous operation time.

本発明は、このような問題点に鑑みてなされたものであり、その目的は、IoTの普及を加速すべく、IoT機器とのデータの送受信を行うための装置、方法及びプログラムにおいて、オーバーヘッドの低減を図ることにある。   The present invention has been made in view of such problems, and its object is to provide an apparatus, method, and program for transmitting and receiving data with an IoT device in order to accelerate the spread of IoT. It is about trying to reduce.

このような目的を達成するために、本発明の第1の態様は、IoT機器とのデータの送信又は受信を行うための装置であって、前記IoT機器から、メッセージを含むSMSデータを受信する第1のサーバと、前記SMSデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定する第2のサーバとを備え、前記第2のサーバは、前記送信先とIPネットワーク上で通信を行うことを特徴とする。   In order to achieve such an object, a first aspect of the present invention is an apparatus for transmitting or receiving data with an IoT device, which receives SMS data including a message from the IoT device. And a second server for specifying a transmission destination of the message or the data corresponding thereto based on the SMS data, the second server including the transmission destination and an IP network. It is characterized by performing communication.

また、本発明の第2の態様は、第1の態様において、前記送信先は、前記SMSデータに含まれ得る送信先識別子と送信先との対応づけを参照して特定されることを特徴とする。   Further, according to a second aspect of the present invention, in the first aspect, the transmission destination is identified with reference to the correspondence between a transmission destination identifier that may be included in the SMS data and the transmission destination. Do.

また、本発明の第3の態様は、第2の態様において、前記送信先識別子は、前記SMSデータにメッセージの一部として含まれることを特徴とする。   Further, according to a third aspect of the present invention, in the second aspect, the transmission destination identifier is included in the SMS data as a part of a message.

また、本発明の第4の態様は、第3の態様において、前記送信先識別子は、所定の桁数又は所定の桁数以下の数字又は記号であることを特徴とする。   Further, according to a fourth aspect of the present invention, in the third aspect, the transmission destination identifier is a predetermined number of digits or a number or a symbol smaller than the predetermined number of digits.

また、本発明の第5の態様は、第1から第4のいずれかの態様において、前記メッセージはバイナリフォーマットであることを特徴とする。   Further, according to a fifth aspect of the present invention, in any one of the first to fourth aspects, the message is in binary format.

また、本発明の第6の態様は、第5の態様において、前記第2のサーバは、前記SMSメッセージをテキストフォーマットに展開してから前記送信先に送信することを特徴とする。   Further, according to a sixth aspect of the present invention, in the fifth aspect, the second server develops the SMS message into a text format and transmits it to the transmission destination.

また、本発明の第7の態様は、第1から第6のいずれかの態様において、前記第2のサーバは、IPネットワーク上の通信により、外部サーバより前記IoT機器への命令が表現されたデータを受信して前記データを前記第1のサーバに受け渡し、前記第1のサーバは、前記データ又はこれに対応するデータをメッセージに含むSMSデータを前記IoT機器に向けて送信し、前記第1のサーバは、前記SMSデータを送信する時に前記IoT機器からのデータを所定時間以上受信していないことを特徴とする。   Further, according to a seventh aspect of the present invention, in any of the first to sixth aspects, the second server expresses an instruction from the external server to the IoT device by communication on an IP network. Receiving the data and passing the data to the first server, the first server transmits SMS data including the data or the data corresponding thereto in a message to the IoT device; The server is characterized in that data from the IoT device has not been received for a predetermined time or more when transmitting the SMS data.

また、本発明の第8の態様は、IoT機器とのデータの送信又は受信を行うための装置であって、前記IoT機器から、セルラーネットワーク上のシグナリングによって、メッセージを含むシグナリングデータを受信する第1のサーバと、前記シグナリングデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定する第2のサーバとを備え、前記第2のサーバは、前記送信先とIPネットワーク上で通信を行うことを特徴とする。   An eighth aspect of the present invention is an apparatus for transmitting or receiving data with an IoT device, comprising: receiving signaling data including a message from the IoT device by signaling on a cellular network And a second server for specifying a transmission destination of the message or data corresponding thereto based on the signaling data, the second server communicating with the transmission destination on the IP network It is characterized by doing.

また、本発明の第9の態様は、IoT機器とのデータの送信又は受信を行うための方法であって、前記IoT機器から、セルラーネットワーク上のシグナリングによって、メッセージを含むシグナリングデータを受信するステップと、前記シグナリングデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定するステップとを含み、前記送信先への送信は、IPネットワーク上で行うことを特徴とする。   Also, a ninth aspect of the present invention is a method for transmitting or receiving data with an IoT device, comprising: receiving signaling data including a message from the IoT device by signaling on a cellular network. And identifying a transmission destination of the message or data corresponding thereto based on the signaling data, and transmission to the transmission destination is performed on an IP network.

また、本発明の第10の態様は、コンピュータに、IoT機器とのデータの送信又は受信を行うための方法を実行させるためのプログラムであって、前記方法は、前記IoT機器から、セルラーネットワーク上のシグナリングによって、メッセージを含むシグナリングデータを受信するステップと、前記シグナリングデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定するステップとを含み、前記送信先への送信は、IPネットワーク上で行うことを特徴とする。   A tenth aspect of the present invention is a program for causing a computer to execute a method for transmitting or receiving data with an IoT device, the method comprising: from the IoT device, a cellular network Receiving the signaling data including the message by the signaling, and identifying the transmission destination of the message or the corresponding data based on the signaling data, and the transmission to the transmission destination is IP It is characterized in that it is performed on a network.

このような目的を達成するために、本発明の一態様によれば、容量に制約のあるSMSをIoT機器と外部サーバとの通信に用いる際に、外部サーバのURL等の送信先をそのままSMSデータに記述するのではなく、所定の桁数又はそれ以下の数字又は記号の送信先識別子を導入し、当該識別子をSMSデータの受信側で送信先に変換することによって、さまざまな外部サービスとの連携を損なうことなく、大幅なオーバーヘッドの削減を実現することができる。   In order to achieve such an object, according to an aspect of the present invention, when using SMS with limited capacity for communication between the IoT device and the external server, the destination such as the URL of the external server is used as it is. By introducing a destination identifier of a digit or symbol of a predetermined number of digits or less, and converting the identifier into a destination on the SMS data receiving side, instead of describing it in data, with various external services Significant overhead reduction can be realized without losing cooperation.

GPSトラッキングによるログデータの一例を示す図である。It is a figure which shows an example of the log data by GPS tracking. 本発明の第1の実施形態にかかる装置を示す図である。Fig. 1 shows an apparatus according to a first embodiment of the invention; 本発明の第1の実施形態にかかるIoT機器から外部サーバへのデータ送信の流れを示す図である。It is a figure which shows the flow of data transmission from the IoT apparatus concerning the 1st Embodiment of this invention to an external server. 本発明の第2の実施形態にかかる、外部サーバからIoT機器への命令送信のシーケンスを示す図である。It is a figure which shows the sequence of instruction transmission from an external server to an IoT apparatus concerning 2nd Embodiment of this invention.

以下、図面を参照して本発明の実施形態を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

(第1の実施形態)
図2は、本発明の第1の実施形態にかかる装置を示す図である。IoT機器110にSIMカード111が挿入されている場合、発明者らは、オーバーヘッドの大きいIP通信ではなく、SMSを用いても、IP通信と同様に複雑な処理を行いつつ、オーバーヘッドの大幅な圧縮が可能であることを見出した。
First Embodiment
FIG. 2 is a diagram showing an apparatus according to a first embodiment of the present invention. When the SIM card 111 is inserted in the IoT device 110, the inventors greatly compress overhead while performing complex processing as well as IP communication even if using SMS instead of IP communication with large overhead. Found that it is possible.

装置100は、SIMカード111が挿入されたIoT機器110からSMSデータを受信する第1のサーバ101と、当該SMSデータに基づいて、当該SMSデータに含まれるメッセージ又はこれに対応するデータの送信先を特定する第2のサーバ102とを備える。送信先としては、さまざまなサービスを提供する外部サーバが可能であり、複雑な処理を実現可能である。図2では、第1の外部サーバ121、第2の外部サーバ122、及び第3の外部サーバ123を示している。IoT機器110と装置100との間はセルラーネットワークにおいてSMSにより通信を行う一方、装置100と外部サーバとの間はIP通信とすることができる。   The device 100 receives the SMS data from the IoT device 110 into which the SIM card 111 is inserted, and the transmission destination of the message included in the SMS data or the data corresponding thereto based on the SMS data. And a second server 102 that identifies the As a transmission destination, an external server that provides various services is possible, and complex processing can be realized. In FIG. 2, the first external server 121, the second external server 122, and the third external server 123 are shown. While communication between the IoT device 110 and the device 100 is performed by SMS in a cellular network, IP communication can be performed between the device 100 and an external server.

装置100は、MNO(移動体通信事業者)の通信装置とすることができるほか、MNOの通信インフラに接続して無線通信サービスを提供する形態のMVNO(仮想移動体通信事業者)の通信装置とすることもできる。MNOとMVNOの間に、MVNOが円滑な事業を行うための支援サービスを提供するMVNE(仮想移動体通信サービス提供者)が介在し、MVNEがMNOの通信インフラに接続して無線通信サービスを提供するための通信インフラを有することもある。この場合には、装置100は、MVNEの通信装置とすることができる。また、装置100が備える第1のサーバ101はMNOの通信装置、第2のサーバ102はMVNE又はMVNOの通信装置というように、異なる事業者の通信インフラであることもある。   The device 100 can be a communication device of an MNO (mobile communication carrier), and a communication device of an MVNO (virtual mobile communication carrier) in a form of providing a wireless communication service by connecting to the MNO communication infrastructure. It can also be done. Between MNO and MVNO, MVNE (Virtual Mobile Communication Service Provider), which provides support services for smooth operation of MVNO, intervenes, and MVNE connects to MNO's communication infrastructure to provide wireless communication service May have a communications infrastructure to In this case, the device 100 may be an MVNE communication device. Also, the first server 101 included in the device 100 may be a communication infrastructure of different operators, such as a communication device of MNO, and the second server 102 may be a communication device of MVNE or MVNO.

第1のサーバ101は、SMSセンター(SMSC)と呼ばれる、SMSメッセージを送信又は受信するためのサーバであり、第2のサーバ102は、メッセージをボディデータとして含むSMSデータを第1のサーバ101から受け取り、当該メッセージに対して適宜必要な処理を施して、これを適切な受け手に向けて送信する。第1のサーバ101及び第2のサーバ102は、それぞれパブリッククラウド又はプライベートクラウド上の1又は複数のインスタンスとすることができ、特に第2のサーバ102は、機能に応じて複数のインスタンスに分けて設計するのが適切なことがある。第2のサーバ102における機能の一部又は全てを第1のサーバ101において担うことも考えられる。   The first server 101 is a server called SMS Center (SMSC) for sending or receiving SMS messages, and the second server 102 receives SMS data from the first server 101 including messages as body data. Receive and process the message appropriately, and send it to the appropriate receiver. The first server 101 and the second server 102 may each be one or more instances on a public cloud or a private cloud, and in particular the second server 102 may be divided into a plurality of instances depending on the function It may be appropriate to design. It is also conceivable that the first server 101 is responsible for part or all of the functions of the second server 102.

ここで、本明細書において「クラウド」とは、ネットワーク上で需要に応じてCPU、メモリ、ストレージ、ネットワーク帯域等のコンピューティングリソースを動的にプロビジョニングし、提供できるシステムを言う。たとえば、AWS等によりクラウドを利用することができる。また、「パブリッククラウド」とは、複数のテナントが利用可能なクラウドを言う。   Here, in the present specification, a "cloud" refers to a system capable of dynamically provisioning and providing computing resources such as CPU, memory, storage, network bandwidth, and the like according to demand on a network. For example, the cloud can be used by AWS or the like. Also, "public cloud" refers to a cloud that can be used by multiple tenants.

IoT機器110は、所要の通信機能を有する任意の機器とすることができ、セルラーネットワークに接続するためのIMSIなどの識別番号を有していればよい。セルラーネットワークにおいてIP通信を行うためには、パケット交換ネットワーク(PS)への接続が必要であるところ、SMSによる通信のためには、回線交換ネットワーク(CS)に接続すれば足りることから、PSへの接続のために求められる機能を取り除いた簡素化された機器の採用が可能となる。   The IoT device 110 may be any device having a required communication function, and may have an identification number such as IMSI for connecting to a cellular network. Although connection to a packet switched network (PS) is necessary to perform IP communication in a cellular network, connection to a circuit switched network (CS) is sufficient for communication by SMS, so it is necessary to connect to a PS. It enables the adoption of simplified equipment that eliminates the functions required for the connection of

本明細書では、主にSIMカードがIoT機器110に挿入されている例を用いて説明をするが、IMSIなどの識別番号は、物理的なSIMカード111に記憶されるのみではなく、IoT機器110に組み込まれた半導体チップ(「eSIM」とも呼ばれる。)上に1又は複数のIMSIが記憶されること、IoT機器110のモジュール内のセキュアなエリアにソフトウェアを搭載し、当該ソフトウェア上に1又は複数のIMSIが記憶されることも可能であり、IoT機器110が直接的又は間接的に識別番号を保持する態様は、さまざま考えられる。IoT機器110には、IMSIなどの識別番号に加えて、自らのMSISDNなどの電話番号、さらにSMSCである第1のサーバ101のMSISDNなどの電話番号が記憶されている。   Although this specification mainly describes an example in which the SIM card is inserted into the IoT device 110, the identification number such as IMSI is not only stored in the physical SIM card 111, but also the IoT device One or more IMSIs are stored on a semiconductor chip (also referred to as “eSIM”) incorporated in 110, software is installed in a secure area in a module of IoT device 110, and one or more of the software is installed on the software. A plurality of IMSIs may be stored, and various modes may be considered in which the IoT device 110 holds the identification number directly or indirectly. In addition to the identification number such as IMSI, the IoT device 110 stores a telephone number such as its own MSISDN and a telephone number such as the MSISDN of the first server 101 that is an SMSC.

第1の外部サーバ121、第2の外部サーバ122及び第3の外部サーバ123は、それぞれ、さまざまな用途のものとすることができる。たとえば、IoT機器110を運用する企業の自社サーバにHTTPでのデータ送信を行ったり、SSL/TLS上のHTTPによりセキュアにデータ蓄積を行ったり、第2のサーバ102がクラウド上のインスタンスないしサーバである場合に同一クラウド又は別クラウドのインスタンスないしサーバにデータ転送を行ったりする用途が挙げられる。送信先のサーバやクレデンシャル、用いるプロトコル等の設定情報を装置100においてSIMカードごとに保持し、その設定情報に従ってSMSで送信されたデータを転送する仕組みとすることができる。   The first external server 121, the second external server 122, and the third external server 123 can each be of various uses. For example, data can be sent via HTTP to the company server of the company operating IoT device 110, data can be securely stored via HTTP over SSL / TLS, and second server 102 is an instance or server on the cloud. In some cases, there is an application of transferring data to an instance or server of the same cloud or another cloud. Setting information such as a transmission destination server, credentials, and a protocol to be used can be stored in the device 100 for each SIM card, and data transmitted by SMS can be transferred according to the setting information.

本明細書において説明される各デバイスは、物理的に単一のデバイスに限られず、複数の相互にアクセス可能なデバイスとすることができる。また、第2のサーバ102について、通信インターフェースなどの通信部102−1と、プロセッサ、CPU等の処理部102−2と、メモリ、ハードディスク等の記憶装置又は記憶媒体を含む記憶部102−3とを備え、記憶部102−3又は第2のサーバ102からアクセス可能な記憶装置又は記憶媒体に記憶された各処理を行うためのプログラムを処理部102−2において実行することによって各機能を実現することができるものとして図示しているように、その他のデバイスについても、同様のハードウェアによって実現することができる。上記プログラムは、1又は複数のプログラムを含むことがあり、また、コンピュータ読み取り可能な記憶媒体に記録して非一過性のプログラムプロダクトとすることができる。   Each device described herein is not limited to a physically single device, but may be a plurality of mutually accessible devices. In addition, for the second server 102, a communication unit 102-1 such as a communication interface, a processing unit 102-2 such as a processor or CPU, and a storage unit 102-3 including a storage device or storage medium such as a memory or a hard disk To realize each function by executing in the processing unit 102-2 a program for performing each process stored in a storage device or storage medium accessible from the storage unit 102-3 or the second server 102. The other devices can be realized by similar hardware, as illustrated as being capable of. The program may include one or more programs, and may be recorded on a computer readable storage medium to be a non-transitory program product.

図3に、本発明の第1の実施形態にかかる、IoT機器から外部サーバへのデータ送信のシーケンスを示す。まず、IoT機器110において、何かしらのイベントが発生する(S301)。たとえば、タイマが発動して、IoT機器110のセンサが取得した情報を第3の外部サーバ123に送信したいといった例が挙げられる。   FIG. 3 shows a sequence of data transmission from an IoT device to an external server according to the first embodiment of the present invention. First, an event occurs in the IoT device 110 (S301). For example, there is an example in which the timer is activated and the information acquired by the sensor of the IoT device 110 is to be transmitted to the third external server 123.

IoT機器110は、取得した情報が記述されたメッセージを生成して、IoT機器110に予め記憶されている第1のサーバ101の電話番号に対し、SMSにより送信する(S302)。当該メッセージには、メッセージの少なくとも一部又はこれに対応するデータの送信先となる第3の外部サーバ123を識別するための送信先識別子が含まれる。送信先識別子は、1001、1002、1003、2000等のように4桁の数字とすることができ、より一般的に、所定の桁数又は所定の桁数以下の数字又は記号とすることができる。SMSにより送信可能なメッセージの容量は、140オクテット等と非常に限られているため、バイナリフォーマットとするのが望ましい。   The IoT device 110 generates a message in which the acquired information is described, and transmits it by SMS to the telephone number of the first server 101 stored in advance in the IoT device 110 (S302). The message includes a transmission destination identifier for identifying the third external server 123 to which at least a part of the message or data corresponding to the message is to be transmitted. The destination identifier may be a four digit number, such as 1001, 1002, 1003, 2000, etc., and more generally may be a predetermined number of digits or less than a predetermined number of digits or symbols. . The message format that can be sent by SMS is very limited, such as 140 octets, so it is desirable to use binary format.

第1のサーバ101は、当該メッセージを含むSMSデータを受信したことを必要に応じてIoT端末110に通知した後(S303)、第2のサーバ102に対し、当該SMSデータを受け渡す(S304)。この際、IoT端末110に記憶された識別番号又はこれに基づいて判定可能な送信元であるIoT端末110の電話番号をSMSデータに含めてもよい。   The first server 101 delivers the SMS data to the second server 102 after notifying the IoT terminal 110 that the SMS data including the message has been received as necessary (S303) (S304) . At this time, the identification number stored in the IoT terminal 110 or the telephone number of the IoT terminal 110 which is a determinable transmission source based on the identification number may be included in the SMS data.

第2のサーバ102は、当該SMSデータのメッセージに含まれる送信先識別子に基づいて、SMSデータに含まれ得る送信先識別子と送信先との対応づけを参照して、送信先を特定する(S305)。送信先は、IPネットワーク上のURLとすることができ、数十オクテットとなることも少なくない。メッセージがバイナリフォーマットの場合、第2のサーバ102は、送信先である第3のサーバ123において扱いやすいように、一般にサーバ側で広く用いられるフォーマット、たとえばJSON、XML等のテキストベースのフォーマットに展開を行ってもよい(S306)。   The second server 102 refers to the correspondence between the transmission destination identifier that can be included in the SMS data and the transmission destination based on the transmission destination identifier included in the message of the SMS data, and specifies the transmission destination (S305). ). The destination can be a URL on an IP network, and often has several tens of octets. When the message is in binary format, the second server 102 is expanded to a format generally used widely on the server side, for example, a text-based format such as JSON or XML, so as to be easily handled by the third server 123 as a transmission destination. (S306).

第2のサーバ102は、メッセージから送信先識別子を除いた部分又は送信先識別子を含めたメッセージの全体を第3の外部サーバ123に対して送信する(S307)。送信は、一例として、メッセージの少なくとも一部又はこれに対応するデータをJSON形式等でHTTP POSTリクエストによって送信することができる。   The second server 102 transmits, to the third external server 123, a part of the message excluding the transmission destination identifier or the entire message including the transmission destination identifier (S307). As an example, the transmission can transmit at least a part of the message or data corresponding to this by an HTTP POST request in JSON format or the like.

各装置は、図3において点線で示すように、それぞれが行った送信に対して結果を受け取った際又は送信を行った際にインアクティブとしてもよい。各装置がアクティブな期間を縦長の矩形で示している。   Each device may be inactive upon receiving or transmitting results for each transmission as indicated by the dotted lines in FIG. The period during which each device is active is indicated by a vertically long rectangle.

容量に制約のあるSMSをIoT機器と外部サーバとの通信に用いることは、外部サーバのURL等の送信先が容量の大きな割合を占めてしまうことから非現実的であるところ、上述のように、所定の桁数又はそれ以下の数字又は記号の送信先識別子を導入し、当該識別子をSMSデータの受信側で送信先に変換することによって、SMSによる通信が現実的に可能となり、さまざまな外部サービスとの連携を損なうことなく、大幅なオーバーヘッドの削減がもたらされる。また、サーバ側が外部に公開されているような場合、認証のためのクレデンシャルをクライアントに要求することがセキュリティ上必要となるのが一般的であり、この情報もSMS上で伝送しようとするとオーバーヘッドとなるが、本実施形態では、サーバ側でこの情報を保持し、適宜適用することでこれを削減可能である。このためには、送信先又は送信先識別子とクレデンシャルとの対応づけを装置100において保持しておけばよい。   As mentioned above, it is unrealistic to use SMS with limited capacity for communication between IoT devices and external servers, since the destinations such as URLs of external servers occupy a large proportion of the capacity. By introducing a destination identifier of a digit or symbol of a predetermined number of digits or less, and converting the identifier into a destination on the receiving side of SMS data, communication by SMS becomes practically possible, and various external Significant overhead reductions can be achieved without compromising service coordination. In addition, when the server side is exposed to the outside, security is generally required to require a client for authentication credentials from the client, and transmission of this information over SMS also requires overhead and However, in the present embodiment, this information can be held on the server side, and this information can be reduced by applying the information as appropriate. For this purpose, the correspondence between the destination or the destination identifier and the credential may be held in the device 100.

上述の説明では、送信先識別子に基づいて送信先の特定を行っているが、送信先識別子に加えて、又は送信先識別子に代替して、SMSデータに包含又は付加された送信元の電話番号又はSMSデータのメッセージの少なくとも一部に基づいて、送信先の特定を行うようにしてもよい。   In the above description, the transmission destination is identified based on the transmission destination identifier, but the telephone number of the transmission source included or added to the SMS data in addition to or in place of the transmission destination identifier. Alternatively, the transmission destination may be identified based on at least a part of the SMS data message.

また、本実施形態では、IoT機器110から装置100乃至第1のサーバ101へのデータ送信をセルラーネットワーク上のSMSにより行ったが、これは必ずしもSMSのみに本発明の精神を限定するものではなく、SMS以外のセルラーネットワーク上のシグナリングを採用することも考えられる。この場合、第1のサーバ101が受信するデータは、「シグナリングデータ」と呼び、より具体的には、クライアントから送信が可能で、受信したサーバ側で当該送信に使用された識別番号を一意に、かつセキュアに特定できるデータと定義することができる。たとえば、シグナリングデータは、USSDによるメッセージを含むことができる。   In the present embodiment, data transmission from the IoT device 110 to the device 100 to the first server 101 is performed by SMS on the cellular network, but this does not necessarily limit the spirit of the present invention to only SMS. It is also conceivable to employ signaling on cellular networks other than SMS. In this case, the data received by the first server 101 is called “signaling data”, and more specifically, the client can transmit, and the received server side uniquely identifies the identification number used for the transmission. And can be defined as data that can be identified securely. For example, the signaling data may include messages by USSD.

なお、「××のみに基づいて」、「××のみに応じて」、「××のみの場合」というように「のみ」との記載がなければ、本明細書においては、付加的な情報も考慮し得ることが想定されていることに留意されたい。   In addition, if there is no description of “only” such as “based only on xx”, “according to xx only”, and “in the case of xx only”, additional information may be used in this specification. Note that it is assumed that also

また、念のため、なんらかの方法、プログラム、端末、装置、サーバ又はシステム(以下「方法等」)において、本明細書で記述された動作と異なる動作を行う側面があるとしても、本発明の各態様は、本明細書で記述された動作のいずれかと同一の動作を対象とするものであり、本明細書で記述された動作と異なる動作が存在することは、当該方法等を本発明の各態様の範囲外とするものではないことを付言する。   Furthermore, to be on the safe side, each method, program, terminal, device, server or system (hereinafter referred to as “method or the like”) may have aspects that perform operations different from the operations described in the present specification. The aspect is directed to the same operation as any of the operations described herein, and the existence of an operation different from the operations described herein means that the respective methods of the present invention It is added that it is not out of the scope of the embodiment.

(第2の実施形態)
第2の実施形態では、たとえば第1の実施形態において例示したセンサデータの送信の前提として、外部サーバから、データ取得等の命令を行う。命令に従った動作の結果として生じるデータは、第1の実施形態にて説明した流れで外部サーバに送信可能である。
Second Embodiment
In the second embodiment, for example, an instruction such as data acquisition is issued from an external server as a premise of transmission of sensor data exemplified in the first embodiment. Data resulting from the operation according to the instruction can be transmitted to the external server in the flow described in the first embodiment.

図4に、本発明の第2の実施形態にかかる、外部サーバからIoT機器への命令の送信のシーケンスを示す。まず、第2の外部サーバ122において、何かしらのイベントが発生する(S401)。たとえば、IoT機器110の管理者が端末側の状況が気になったので、IoT機器110において、センサデータを取得する処理を実行させるためのボタンを押下するような状況が考えられる。   FIG. 4 shows a sequence of transmission of an instruction from the external server to the IoT device according to the second embodiment of the present invention. First, some event occurs in the second external server 122 (S401). For example, since the administrator of the IoT device 110 is concerned about the condition on the terminal side, it is conceivable that the IoT device 110 presses a button for executing a process of acquiring sensor data.

第2の外部サーバ122は、IoT機器110を識別する機器識別子をパラメータとして、上記命令をボディデータとして、IoT機器110に対する命令をWeb APIに渡す(S402)。機器識別子は、IoT機器110の電話番号とすることができるほか、IMSI等の識別番号、機器名等とすることもできる。   The second external server 122 passes an instruction for the IoT device 110 to the Web API as a body data, using the device identifier for identifying the IoT device 110 as a parameter (S402). The device identifier may be a telephone number of the IoT device 110, or may be an identification number such as IMSI, a device name, or the like.

Web APIは、受け取った命令がテキストフォーマットの場合、必要に応じてこれをバイナリフォーマットに変換してもよい(S403)。そして、Web APIは、機器識別子が電話番号以外のときは、機器識別子と電話番号との対応づけを参照してIoT機器110の電話番号を特定して、第2のサーバ102にIoT機器110の電話番号及びIoT機器110に対する命令又はそれに対応するデータを渡す(S404)。図2では、Web APIを提供するサーバ又はインスタンスを図示していないが、これを第2のサーバ102と別個に設けてもよく、第2のサーバ102において提供してもよい。また、別個のサーバ又はインスタンス上のWeb APIを含めて、第2のサーバ102と捉えてもよい。   If the received command is in text format, the Web API may convert this into binary format as needed (S 403). Then, when the device identifier is other than the telephone number, the Web API refers to the correspondence between the device identifier and the telephone number to specify the telephone number of the IoT device 110, and the second server 102 The telephone number and the instruction to the IoT device 110 or the corresponding data are passed (S404). Although FIG. 2 does not show a server or an instance for providing the Web API, this may be provided separately from the second server 102 or may be provided at the second server 102. Also, the web server on a separate server or instance may be included as a second server 102.

第2のサーバ102は、第1のサーバ101に対し、送信先をIoT機器110の電話番号、メッセージを受け取った命令又はそれに対応するデータとするSMSデータの送信要求を送信する(S405)。この際、SMSデータの送信元はSMSCである第1のサーバ101に付与された電話番号となるところ、命令を行った第2の外部サーバ122又は第2の外部サーバ122から命令を行った管理者を特定する外部送信元又はそれを表す識別子をメッセージに含めることもできる。   The second server 102 transmits, to the first server 101, a transmission request for SMS data in which the transmission destination is the telephone number of the IoT device 110, the command for which the message has been received, or the corresponding data (S405). At this time, the transmission source of the SMS data is the telephone number assigned to the first server 101 that is the SMSC, and the management that performed the instruction from the second external server 122 or the second external server 122 that issued the instruction The message may also include an external source identifying the party or an identifier representing it.

第1のサーバ101は、前記命令を表したデータ又はこれに対応するデータをメッセージに含むSMSデータをIoT機器110に送信する(S406)。IoT機器110は、必要に応じて受領確認応答を返し(S407)、命令に従った処理を実行する(S408)。   The first server 101 transmits the SMS data including the data representing the command or the data corresponding thereto in the message to the IoT device 110 (S406). The IoT device 110 returns a receipt confirmation response as necessary (S407), and executes processing according to the command (S408).

ここで、本実施形態にかかる方法では、IoT機器は、いつ飛んでくるか分からない命令乃至指示を受け取るために常にオンラインでいることが要求されないことを一つの特徴とする。SMSによる通信ではなく、IP通信である場合には、一般に、サーバとの間にNAT等の機器が介在し、サーバから直接アクセスすることができず、TCP/UDPセッションが確立されるたびに当該サーバおよび経路上のファイアウォール、NAT等の各機器においてステート情報を作成してこれを保持することで、サーバからのアクセスを可能としている。そして、ステート情報は一般に、ソフトステートでの実装であることが多く、有効期限が定められていることから、有効期限前に機器から空のデータを送信してステート情報を維持するkeepaliveと呼ばれる手法がしばしば用いられる。そして、keepaliveの必要性は、大きなオーバーヘッドとなっている。   Here, the method according to the present embodiment is characterized in that the IoT device is not required to be always on-line to receive an instruction or instruction that does not know when it will fly. In the case of IP communication instead of communication by SMS, in general, a device such as NAT intervenes with the server, and can not be directly accessed from the server, and the server can be accessed each time a TCP / UDP session is established. And by creating state information and maintaining it in each device such as firewall and NAT on the route, access from the server is enabled. And since state information is generally implemented in soft state and has a fixed expiration date, a technique called keepalive that sends empty data from the device before the expiration date and maintains the state information Is often used. And the need for keepalive is a big overhead.

これに対し、SMSによる通信では、ページングによってドーマントモードのモデムを起こしてメッセージの着信を知らせることができるため、本実施形態にかかる第1のサーバ101は、IoT機器110に定期的又は断続的なデータ送信をさせることなく、任意のタイミングでSMSデータを送信して命令を実行させることができる。第1のサーバ101の視点では、keepaliveが不要であることから、IoT機器110からのデータを所定時間以上受信していなくとも、SMSデータを送信することができる。たとえば、IP通信では数分以上又は数十分以上keepaliveを行わずに任意のタイミングでサーバからアクセスすることは困難であることも少なくないが、本実施形態によれば、IoT機器110は、そのような長期間に渡ってデータ送信をすることを必要としない。   On the other hand, in the communication by SMS, since the modem in the dormant mode can be woken up by paging to notify the arrival of a message, the first server 101 according to the present embodiment periodically or intermittently sends an IoT device 110 It is possible to transmit SMS data at an arbitrary timing and execute an instruction without transmitting data. From the viewpoint of the first server 101, since keepalive is unnecessary, SMS data can be transmitted even if data from the IoT device 110 has not been received for a predetermined time or more. For example, in IP communication, it is often difficult to access from a server at any timing without performing keepalive for several minutes or more or several minutes or more, but according to this embodiment, the IoT device 110 It is not necessary to transmit data over such a long period of time.

より具体的には、keepaliveのためのデータ送信頻度は、ネットワークパス上の各機器におけるステート情報の有効期限に依存するため一概に決めることはできないが、自身が管理していないネットワークにおいては設定が変わり得ることなどから、安定して疎通性を維持するために最も短い機器に合わせて設定する必要がある。特にIoTでよく用いられるUDPでは、長時間セッションが持続するアプリケーションで多く用いられるTCPに比べてステートを維持するタイマが短いことが多く、keepaliveを数十秒から数分の高頻度で行う必要がある。   More specifically, the data transmission frequency for keepalive depends on the expiration date of the state information in each device on the network path, so it can not be decided in general, but in the network that it does not manage, the setting is It is necessary to set in accordance with the shortest equipment in order to maintain stability and continuity, because it may change. Especially with IoT, which is often used in IoT, timers that maintain the state are often short compared to TCP, which is often used in applications where sessions last for a long time, and keepalive needs to be performed frequently for tens of seconds to several minutes is there.

例として、OMA LWM2Mを用いて任意のタイミングでサーバからデータ取得コマンドを実行できるよう、1分ごとにサーバに対してkeepaliveとしてRegistration Updateリクエストを送るケースを考えてみる。   As an example, consider a case where a Registration Update request is sent as keepalive to the server every one minute so that the server can execute a data acquisition command at any timing using OMA LWM 2M.

仮にリクエストサイズを80オクテット、レスポンスサイズを80オクテットとすると、1日当たりのkeepaliveのための通信量は23万40オクテットとなり、1月では約7MBとなり、デバイス数が多い場合には無視できないコストを発生させる。   Assuming that the request size is 80 octets and the response size is 80 octets, the amount of communication for keepalive per day is 230,400 octets, about 7 MB in January, and the cost can not be ignored when the number of devices is large. Let

さらに、デバイスがバッテリ駆動の場合には、この通信を行うために常にデバイス及びモデムがアクティブでなければならず、バッテリライフタイムを大幅に短くする。スリープモードで命令乃至指示を待っていて、命令があったときにデータ送信のためにアクティブとなり、電力を消費するSMS通信と、常にアクティブであり、かつ、keepaliveのために高頻度でデータ送信を行い続けなければならないIP通信とでは数十倍、数百倍の差を生む。   Furthermore, if the device is battery powered, the device and modem must always be active to perform this communication, significantly shortening battery lifetime. SMS commands waiting for commands in sleep mode and active when sending commands, consumes power for SMS communication, and is always active for sending data frequently for keepalive There is a difference of several tens of times and several hundreds of times with IP communication that must be continued.

100 装置
101 第1のサーバ
102 第2のサーバ
102−1 通信部
102−2 処理部
102−3 記憶部
110 IoT機器
111 SIMカード
121 第1の外部サーバ
122 第2の外部サーバ
123 第3の外部サーバ

100 device 101 first server 102 second server 102-1 communication unit 102-2 processing unit 102-3 storage unit 110 IoT device 111 SIM card 121 first external server 122 second external server 123 third external server server

Claims (6)

IoT機器とのデータの送信又は受信を行うための装置であって、
前記IoT機器から、セルラーネットワーク上のシグナリングによって、メッセージを含むシグナリングデータを受信する第1のサーバと、
前記シグナリングデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定する第2のサーバと
を備え、
前記シグナリングデータは、所定の桁数又は所定の桁数以下の数字又は記号で表される送信先識別子を前記メッセージの一部として含み、
前記送信先は、前記シグナリングデータに含まれ得る送信先識別子と送信先との対応づけを参照して前記第2のサーバによって特定されることを特徴とする装置。
A device for transmitting or receiving data with an IoT device,
A first server for receiving signaling data including a message from the IoT device by signaling on a cellular network;
And a second server for specifying a transmission destination of the message or data corresponding to the message based on the signaling data.
The signaling data includes, as a part of the message, a destination identifier represented by a predetermined digit number or a number or symbol less than the predetermined digit number,
The apparatus is characterized in that the transmission destination is specified by the second server with reference to the correspondence between a transmission destination identifier that may be included in the signaling data and a transmission destination.
前記第2のサーバは、前記送信先とIPネットワーク上で通信を行うことを特徴とする請求項1に記載の装置。   The apparatus according to claim 1, wherein the second server communicates with the destination on an IP network. 前記メッセージはバイナリフォーマットであることを特徴とする請求項1又は2に記載の装置。   The apparatus according to claim 1 or 2, wherein the message is in binary format. 前記第2のサーバは、IPネットワーク上の通信により、外部サーバより前記IoT機器への命令が表現されたデータを受信して前記データを前記第1のサーバに受け渡し、
前記第1のサーバは、前記データ又はこれに対応するデータをメッセージに含むシグナリングデータを前記IoT機器に向けて送信することを特徴とする請求項1から3のいずれかに記載の装置。
The second server receives data representing an instruction to the IoT device from an external server by communication on an IP network, and delivers the data to the first server.
The apparatus according to any one of claims 1 to 3, wherein the first server transmits, to the IoT device, signaling data that includes the data or data corresponding thereto in a message.
IoT機器とのデータの送信又は受信を行うための方法であって、
前記IoT機器から、セルラーネットワーク上のシグナリングによって、メッセージを含むシグナリングデータを受信するステップと、
前記シグナリングデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定するステップと
を含み、
前記シグナリングデータは、所定の桁数又は所定の桁数以下の数字又は記号で表される送信先識別子を前記メッセージの一部として含み、
前記送信先は、前記シグナリングデータに含まれ得る送信先識別子と送信先との対応づけを参照して前記第2のサーバによって特定することを特徴とする方法。
A method for transmitting or receiving data with an IoT device, comprising
Receiving signaling data including a message from the IoT device by signaling on a cellular network;
Identifying a transmission destination of the message or data corresponding to the message based on the signaling data.
The signaling data includes, as a part of the message, a destination identifier represented by a predetermined digit number or a number or symbol less than the predetermined digit number,
The method is characterized in that the transmission destination is specified by the second server with reference to the correspondence between a transmission destination identifier that can be included in the signaling data and a transmission destination.
コンピュータに、IoT機器とのデータの送信又は受信を行うための方法を実行させるためのプログラムであって、前記方法は、
前記IoT機器から、セルラーネットワーク上のシグナリングによって、メッセージを含むシグナリングデータを受信するステップと、
前記シグナリングデータに基づいて、前記メッセージ又はこれに対応するデータの送信先を特定するステップと
を含み、
前記シグナリングデータは、所定の桁数又は所定の桁数以下の数字又は記号で表される送信先識別子を前記メッセージの一部として含み、
前記送信先は、前記シグナリングデータに含まれ得る送信先識別子と送信先との対応づけを参照して前記第2のサーバによって特定することを特徴とするプログラム。

A program for causing a computer to execute a method for transmitting or receiving data with an IoT device, the method comprising:
Receiving signaling data including a message from the IoT device by signaling on a cellular network;
Identifying a transmission destination of the message or data corresponding to the message based on the signaling data.
The signaling data includes, as a part of the message, a destination identifier represented by a predetermined digit number or a number or symbol less than the predetermined digit number,
The program is characterized in that the transmission destination is specified by the second server with reference to the correspondence between a transmission destination identifier that can be included in the signaling data and a transmission destination.

JP2018130304A 2018-07-09 2018-07-09 Device, method and program for transmitting and receiving data with IoT device Active JP6509413B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018130304A JP6509413B1 (en) 2018-07-09 2018-07-09 Device, method and program for transmitting and receiving data with IoT device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018130304A JP6509413B1 (en) 2018-07-09 2018-07-09 Device, method and program for transmitting and receiving data with IoT device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2017197278A Division JP6971118B2 (en) 2017-10-10 2017-10-10 Devices, methods and programs for sending and receiving data to and from IoT devices

Publications (2)

Publication Number Publication Date
JP6509413B1 JP6509413B1 (en) 2019-05-08
JP2019071603A true JP2019071603A (en) 2019-05-09

Family

ID=66429844

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018130304A Active JP6509413B1 (en) 2018-07-09 2018-07-09 Device, method and program for transmitting and receiving data with IoT device

Country Status (1)

Country Link
JP (1) JP6509413B1 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008165336A (en) * 2006-12-27 2008-07-17 Hitachi Ltd Network system
JP2012503363A (en) * 2008-09-15 2012-02-02 マイクロソフト コーポレーション System and method for communication between instant messaging user and short message service user
JP2012114924A (en) * 2005-07-06 2012-06-14 Agere Systems Inc Sender location identifier, method of identifying sender location and system employing identifier or method
JP2013503590A (en) * 2009-09-25 2013-01-31 インテル コーポレイション Smart sensor method and apparatus
JP2013192017A (en) * 2012-03-13 2013-09-26 Sumitomo (Shi) Construction Machinery Co Ltd Communication controller and communication control method of construction machine
US20140074946A1 (en) * 2012-09-12 2014-03-13 Digi International Inc. Embedded communication in message based transports
JPWO2016027612A1 (en) * 2014-08-19 2017-04-27 日本電気株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
WO2017090306A1 (en) * 2015-11-27 2017-06-01 日本電気株式会社 Sensor data collection system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012114924A (en) * 2005-07-06 2012-06-14 Agere Systems Inc Sender location identifier, method of identifying sender location and system employing identifier or method
JP2008165336A (en) * 2006-12-27 2008-07-17 Hitachi Ltd Network system
JP2012503363A (en) * 2008-09-15 2012-02-02 マイクロソフト コーポレーション System and method for communication between instant messaging user and short message service user
JP2013503590A (en) * 2009-09-25 2013-01-31 インテル コーポレイション Smart sensor method and apparatus
JP2013192017A (en) * 2012-03-13 2013-09-26 Sumitomo (Shi) Construction Machinery Co Ltd Communication controller and communication control method of construction machine
US20140074946A1 (en) * 2012-09-12 2014-03-13 Digi International Inc. Embedded communication in message based transports
JPWO2016027612A1 (en) * 2014-08-19 2017-04-27 日本電気株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
WO2017090306A1 (en) * 2015-11-27 2017-06-01 日本電気株式会社 Sensor data collection system

Also Published As

Publication number Publication date
JP6509413B1 (en) 2019-05-08

Similar Documents

Publication Publication Date Title
US11444986B2 (en) Device triggering
CN109997334B (en) Session management with relaying and charging for indirect connectivity of internet of things applications in 3GPP networks
EP3576379B1 (en) Service layer interworking using mqtt protocol
CN110383790B (en) Network service continuity without session continuity
US20130144954A1 (en) Method and Apparatus for Cooperation Between Push Devices
US10034173B2 (en) MTC service management using NFV
EP4213511A1 (en) Methods and apparatus for enabling remote management of a profile in an identity module
CN107046734B (en) Transmission method and device of NAS bearing data
US20220053309A1 (en) Apparatus, Method and Program for Transmitting and Receiving Data to and From IOT Device
JP6509413B1 (en) Device, method and program for transmitting and receiving data with IoT device
JP7262550B2 (en) Apparatus, method and program for transmitting/receiving data to/from IoT device
CN108401228B (en) Communication method and device
CN117896821A (en) CAG mode communication-based method, system, equipment and medium
WO2020146064A1 (en) System and method for providing assistance data to a core network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180710

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20180710

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20180725

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181010

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181210

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190107

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190307

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190322

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190402

R150 Certificate of patent or registration of utility model

Ref document number: 6509413

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250