KR102260656B1 - Real Time Notification Message Delivery Method in M2M System - Google Patents

Real Time Notification Message Delivery Method in M2M System Download PDF

Info

Publication number
KR102260656B1
KR102260656B1 KR1020180030446A KR20180030446A KR102260656B1 KR 102260656 B1 KR102260656 B1 KR 102260656B1 KR 1020180030446 A KR1020180030446 A KR 1020180030446A KR 20180030446 A KR20180030446 A KR 20180030446A KR 102260656 B1 KR102260656 B1 KR 102260656B1
Authority
KR
South Korea
Prior art keywords
message
data
notification
notification message
received
Prior art date
Application number
KR1020180030446A
Other languages
Korean (ko)
Other versions
KR20190108852A (en
Inventor
최성찬
김재호
안일엽
성낙명
Original Assignee
한국전자기술연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한국전자기술연구원 filed Critical 한국전자기술연구원
Priority to KR1020180030446A priority Critical patent/KR102260656B1/en
Publication of KR20190108852A publication Critical patent/KR20190108852A/en
Application granted granted Critical
Publication of KR102260656B1 publication Critical patent/KR102260656B1/en

Links

Images

Classifications

    • H04L51/24
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/18Commands or executable codes
    • H04L67/32
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Abstract

M2M 시스템에서의 통지 메시지 실시간 전달 방법이 제공된다. 본 발명의 실시예에 따른 통지 메시지 전달 방법은, 제1 디바이스로부터 메시지를 수신하면, 제2 디바이스에 메시지 수신을 알리기 위한 통지 메시지를 전송한 후에, 제1 디바이스에 메시지 수신 응답을 전송한다. 이에 의해, M2M 표준 플랫폼을 그대로 활용하면서도, 실시간성이 요구되는 상황에서 애플리케이션 종단 간 데이터 전달 시간을 획기적으로 줄일 수 있게 된다.A method for real-time delivery of a notification message in an M2M system is provided. In the notification message delivery method according to an embodiment of the present invention, upon receiving a message from a first device, after transmitting a notification message for notifying the second device of message reception, a message reception response is transmitted to the first device. Thereby, it is possible to dramatically reduce the data transfer time between the end-to-end applications in a situation requiring real-time while utilizing the M2M standard platform.

Description

M2M 시스템에서의 통지 메시지 실시간 전달 방법{Real Time Notification Message Delivery Method in M2M System}Real Time Notification Message Delivery Method in M2M System

본 발명은 M2M(Machine to Machine)/IoT(Internet of Things) 관련 기술에 관한 것으로, 더욱 상세하게는 M2M/IoT 시스템에서의 통지 메시지 전달 방법에 관한 것이다.The present invention relates to a Machine to Machine (M2M)/Internet of Things (IoT) related technology, and more particularly, to a notification message delivery method in an M2M/IoT system.

기존 oneM2M 표준 플랫폼은 통지 메시지를 지원하기 위한 <subscription> 리소스를 규정하고 있다.The existing oneM2M standard platform defines a <subscription> resource to support a notification message.

이를 활용한 구독-통지 메시지 전달구조는 애플리케이션 1에서 데이터를 생성해서 oneM2M 플랫폼의 타겟 리소스 하위에 데이터를 생성하면, 플랫폼은 해당 생성절차를 완료한 후에 <subscription> 리소스의 target URI 주소로 해당 생성 메시지를 전달하는 구조이다.The subscription-notification message delivery structure using this creates data in application 1 and creates data under the target resource of the oneM2M platform. After the platform completes the creation process, the generated message is sent to the target URI address of the <subscription> resource. It is a structure that transmits

하지만, 이러한 구조에서는 target URI 주소에 해당하는 애플리케이션 2로 메시지가 전달될 수 있는 시간이, oneM2M 표준 플랫폼의 해당 리소스의 생성 및 DB 접근 등에 대한 처리 등을 거친 후 진행되기 때문에 이러한 프로세싱 시간이 소요되어 애플리케이션 1에서 데이터 생성/전달시간과 애플리케이션 2에서 데이터 수신/처리시간이 상당 시간 소요되는 문제가 있다.However, in this structure, since the time for the message to be delivered to Application 2 corresponding to the target URI address is processed after the oneM2M standard platform's resource creation and DB access, etc., such processing time is required. There is a problem that data generation/transmission time in Application 1 and data reception/processing time in Application 2 take a considerable amount of time.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, M2M 시스템에서 애플리케이션의 종단간 데이터 전달시간을 줄여주기 위한 통지 메시지 실시간 전달 방법을 제공함에 있다.The present invention has been devised to solve the above problems, and an object of the present invention is to provide a method for real-time delivery of a notification message for reducing the end-to-end data delivery time of an application in an M2M system.

상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 통지 메시지 전달 방법은, 제1 디바이스로부터 메시지를 수신하는 단계; 제2 디바이스에 메시지 수신을 알리기 위한 통지 메시지를 전송하는 제1 전송단계; 및 제1 디바이스에 메시지 수신 응답을 전송하는 제2 전송단계;를 포함한다.According to an embodiment of the present invention for achieving the above object, a notification message delivery method includes: receiving a message from a first device; A first transmission step of transmitting a notification message for notifying the reception of the message to the second device; and a second transmission step of transmitting a message reception response to the first device.

그리고, 본 발명의 실시예에 따른 통지 메시지 전달 방법은, 제1 전송단계 이후에, 메시지를 처리하는 단계;를 더 포함할 수 있다.And, the notification message delivery method according to an embodiment of the present invention, after the first transmission step, the step of processing the message; may further include.

또한, 처리 단계는, 메시지에 수록된 데이터를 DB에 반영할 수 있다.In addition, in the processing step, the data included in the message may be reflected in the DB.

그리고, 수신 단계에서 수신된 메시지에는, 실시간 통지를 지시하는 파라미터가 수록되어 있을 수 있다.And, in the message received in the receiving step, a parameter indicating real-time notification may be included.

또한, 본 발명의 실시예에 따른 통지 메시지 전달 방법은, 제1 전송단계 이전에, 수신단계에서 수신된 메시지의 오류검사를 수행하는 단계;를 더 포함할 수 있다.In addition, the notification message delivery method according to an embodiment of the present invention, before the first transmission step, performing the error check of the received message in the receiving step; may further include.

그리고, 제2 디바이스는, 제1 디바이스의 데이터에 대한 구독을 요청한 디바이스일 수 있다.In addition, the second device may be a device that has requested a subscription to the data of the first device.

또한, 메시지는, 데이터 생성 메시지, 데이터 업데이트 메시지 및 데이터 삭제 메시지 중 적어도 하나를 포함할 수 있다.Also, the message may include at least one of a data creation message, a data update message, and a data deletion message.

한편, 본 발명의 다른 실시예에 따른, M2M 플랫폼 시스템은, 제1 디바이스 및 제2 디바이스와 통신하는 통신부; 및 통신부를 통해, 제1 디바이스로부터 메시지를 수신하면 제2 디바이스에 메시지 수신 통지 메시지를 전송한 후에 제1 디바이스에 메시지 수신 응답을 전송하는 프로세서;를 포함한다.On the other hand, according to another embodiment of the present invention, the M2M platform system, a communication unit for communicating with the first device and the second device; and a processor configured to transmit a message reception response to the first device after transmitting a message reception notification message to the second device when receiving a message from the first device through the communication unit.

이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, oneM2M 표준 플랫폼을 그대로 활용하면서도, 실시간성이 요구되는 상황에서 애플리케이션 종단 간 데이터 전달 시간을 획기적으로 줄일 수 있게 된다.As described above, according to the embodiments of the present invention, it is possible to significantly reduce the data transfer time between the end-to-end applications in a situation requiring real-time while utilizing the oneM2M standard platform as it is.

도 1은 본 발명이 적용가능한 M2M 시스템을 도시한 도면,
도 2는, 도 1에 도시된 M2M 플랫폼에 구축되는 리소스 구조를 도시한 도면,
도 3은 본 발명의 일 실시예에 따른 M2M 시스템에서의 통지 메시지 실시간 전달 방법의 설명에 제공되는 순서도,
도 4는, 도 1에 도시된 M2M 플랫폼의 내부 블럭도, 그리고,
도 5 및 도 6은, 통지 메시지를 전달하는 경우 애플리케이션의 종단간 데이터 전달 시간을 나타낸 그래프들이다.
1 is a view showing an M2M system to which the present invention is applicable;
Figure 2 is a diagram showing a resource structure built in the M2M platform shown in Figure 1;
3 is a flowchart provided to explain a method for real-time delivery of a notification message in an M2M system according to an embodiment of the present invention;
4 is an internal block diagram of the M2M platform shown in FIG. 1, and
5 and 6 are graphs illustrating an end-to-end data transfer time of an application when a notification message is delivered.

이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, the present invention will be described in more detail with reference to the drawings.

도 1은 본 발명이 적용가능한 M2M 시스템을 도시한 도면이다. 본 발명이 적용가능한 M2M 시스템은, 고속으로 이동하는 드론(10)의 위치와 상태 정보를 수집하여, 이를 기초로 드론(10)을 제어하기 위한 시스템이다.1 is a diagram illustrating an M2M system to which the present invention is applicable. The M2M system to which the present invention is applicable is a system for controlling the drone 10 based on the collection of location and state information of the drone 10 moving at high speed.

본 발명이 적용가능한 M2M 시스템은, 도 1에 도시된 바와 같이, 드론(10), 카메라(20), Lidar 센서(30), M2M 플랫폼(100) 및 통합 제어기(50)를 포함하여 구축된다.The M2M system to which the present invention is applicable is constructed including a drone 10 , a camera 20 , a Lidar sensor 30 , an M2M platform 100 and an integrated controller 50 , as shown in FIG. 1 .

드론(10)은 상공을 비행하면서, 자신의 위치 정보와 상태 정보를 M2M 플랫폼(100)에 실시간으로 전송한다.The drone 10 transmits its location information and status information to the M2M platform 100 in real time while flying in the sky.

카메라(20)와 Lidar 센서(30)는 드론(10)에 설치되는 디바이스들로 영상 데이터와 센서 데이터를 생성하여 M2M 플랫폼(100)에 실시간으로 전송한다.The camera 20 and the lidar sensor 30 are devices installed in the drone 10 , and generate image data and sensor data and transmit the image data and sensor data to the M2M platform 100 in real time.

도 2에는, 도 1에 도시된 M2M 플랫폼(100)에 구축되는 리소스의 구조를 도시하였다.In FIG. 2, the structure of a resource built in the M2M platform 100 shown in FIG. 1 is shown.

도 2에 도시된 바와 같이, M2M 플랫폼(100)에는 드론(10), Lidar 센서(30)가 생성하는 데이터를 저장하기 위한 데이터 리소스인 "Status" 리소스, "Detection" 리소스를 포함하고 있으며, 통합 제어기(50)에 통지를 위한 구독 리소스 "Sub(scription)" 리소스를 포함하고 있다.As shown in Figure 2, the M2M platform 100 includes a "Status" resource and "Detection" resource, which are data resources for storing data generated by the drone 10 and the lidar sensor 30, and integrated It contains a subscription resource “Sub(scription)” resource for notification to the controller 50 .

도 2에는 드론(10)의 "Status" 데이터에 대해 통합 제어기(50)가 구독을 요청하여, 해당 데이터에 대해 M2M 플랫폼(100)으로부터 통합 제어기(50)에 통지가 이루어짐을 나타내었다.FIG. 2 shows that the integrated controller 50 requests a subscription to the “Status” data of the drone 10, and a notification is made to the integrated controller 50 from the M2M platform 100 for the data.

이에, M2M 플랫폼(100)은 드론(10)으로부터 메시지를 수신하면, 해당 사실을 통합 제어기(50)에 통지한다. 통지 메시지에는 드론(10)으로부터 수신한 데이터가 포함될 수도 있고 이를 제외한 단순 통지 사실만 포함될 수도 있다.Accordingly, when the M2M platform 100 receives a message from the drone 10 , it notifies the integrated controller 50 of the fact. The notification message may include data received from the drone 10 or may include only a simple notification fact excluding this.

통합 제어기(50)는 M2M 플랫폼(100)으로부터 통지받은 메시지에 포함된 데이터 또는 M2M 플랫폼(100)에 수집/저장되어 있는 데이터를 기초로 드론(10)을 제어한다.The integrated controller 50 controls the drone 10 based on data included in a message notified from the M2M platform 100 or data collected/stored in the M2M platform 100 .

M2M 플랫폼(100)의 통합 제어기(50)에 대한 통지 메시지 전달은 실시간으로 이루어진다. 이 과정에 대해, 도 3을 참조하여 상세하게 설명한다. 도 3은 본 발명의 일 실시예에 따른 M2M 시스템에서의 통지 메시지 실시간 전달 방법의 설명에 제공되는 순서도이다.The notification message delivery to the integrated controller 50 of the M2M platform 100 is made in real time. This process will be described in detail with reference to FIG. 3 . 3 is a flowchart provided to explain a method for real-time delivery of a notification message in an M2M system according to an embodiment of the present invention.

도 3에 도시된 바와 같이, 먼저, 드론(10)으로부터 데이터 생성(Create) 메시지를 수신하면(S110), M2M 플랫폼(100)은 수신된 데이터 생성 메시지에 대한 오류 검사를 수행하고 경로를 확인한다(S120).As shown in FIG. 3 , first, upon receiving a data creation message from the drone 10 ( S110 ), the M2M platform 100 performs an error check on the received data creation message and confirms a path (S120).

도 3에 도시된 바와 같이, S110단계에서 드론(10)으로부터 수신되는 데이터 생성 메시지에는 "Real Time Notify"를 지시하는 파라미터가 수록되는데, 이는 해당 메시지에 대해 실시간 통지가 요구됨을 나타낸다.As shown in FIG. 3 , a parameter indicating “Real Time Notify” is included in the data generation message received from the drone 10 in step S110, which indicates that real-time notification is required for the corresponding message.

이에, 메시지에서 "Real Time Notify"를 확인한 M2M 플랫폼(100)은 통합 제어기(50)에 메시지 수신 사실을 통지한다(S130). S130단계에서의 통합 제어기(50)에 대한 M2M 플랫폼(100)의 통지는 지체 없이 이루어진다.Accordingly, the M2M platform 100 confirming "Real Time Notify" in the message notifies the integrated controller 50 of the fact that the message has been received (S130). The notification of the M2M platform 100 to the integrated controller 50 in step S130 is made without delay.

구체적으로, S130단계에서의 드론(10)으로부터 수신한 데이터 처리하는 절치, 구체적으로 DB에 액세스하여 데이터를 저장하는 절차와 드론(10)에 대한 응답 메시지를 생성하고 전송하는 절차를 수행하기에 앞서 수행된다. 즉, 해당 절차들 보다 통합 제어기(50)에 대한 통지를 먼저 수행한다.Specifically, before performing the procedure for processing the data received from the drone 10 in step S130, specifically, the procedure of accessing the DB to store data, and the procedure of generating and transmitting a response message to the drone 10 is carried out That is, the notification to the integrated controller 50 is performed before the corresponding procedures.

S130단계에 의한 통지가 이루어지고 난 이후야 비로소, M2M 플랫폼(100)은 DB에 액세스하여 데이터를 생성한다(S140).Only after the notification in step S130 is made, the M2M platform 100 accesses the DB to generate data (S140).

다음, M2M 플랫폼(100)은 드론(10)에게 반환할 응답 메시지를 생성하고(S150), 생성한 메시지를 드론(10)에게 전달한다(S160).Next, the M2M platform 100 generates a response message to be returned to the drone 10 (S150), and delivers the generated message to the drone 10 (S160).

이에 의해, 고속으로 이동하는 드론(10)의 위치, 상태 정보를 수집하여 컨트롤하는 애플리케이션 시나리오에서, 드론(10)의 데이터 통지/전달 시간을 단축하여, 통합 제어기(50)에 의한 제어 개시 시간을 단축할 수 있게 된다.Accordingly, in an application scenario that collects and controls the location and status information of the drone 10 moving at high speed, the data notification/delivery time of the drone 10 is shortened, and the control start time by the integrated controller 50 is reduced. can be shortened.

위 실시예에서는, 드론(10)으로부터 데이터 생성(Create) 메시지를 수신하여 통지하는 경우를 상정하였는데, 그 밖의 다른 메시지, 이를 테면, 업데이트(Update) 메시지나 삭제 메시지(Delete) 메시지의 경우에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다.In the above embodiment, it is assumed that a data creation message is received and notified from the drone 10, and in the case of other messages, such as an Update message or a Delete message, this Of course, the technical idea of the invention may be applied.

나아가, 도 3에서는 통합 제어기(50)에 대한 통지 대상을 드론(10)의 데이터로 상정하였는데, 이해와 설명의 편의를 위한 일 예에 불과하다. 카메라(20)나 Lidar 센서(30)의 데이터에 대해서도 통합 제어기(50)가 구독하여 이를 통지하여 주는 경우에도, 본 발명의 기술적 사상이 적용될 수 있는 것이다.Furthermore, in FIG. 3 , it is assumed that the notification target for the integrated controller 50 is data of the drone 10 , but it is only an example for convenience of understanding and explanation. Even when the integrated controller 50 subscribes to the data of the camera 20 or the lidar sensor 30 and notifies it, the technical idea of the present invention can be applied.

도 4는 도 1에 도시된 M2M 플랫폼(100)의 내부 블럭도이다. 도 4에 도시된 바와 같이, M2M 플랫폼(100)은 통신부(110), 프로세서(120) 및 저장부(130)를 포함하는 컴퓨팅 시스템으로 구현 가능하다.FIG. 4 is an internal block diagram of the M2M platform 100 shown in FIG. 1 . As shown in FIG. 4 , the M2M platform 100 can be implemented as a computing system including a communication unit 110 , a processor 120 , and a storage unit 130 .

통신부(110)는 외부 기기와 통신하고 외부 네트워크에 액세스하기 위한 통신 인터페이스 수단이다.The communication unit 110 is a communication interface means for communicating with an external device and accessing an external network.

프로세서(120)는 적어도 하나의 AE(Application Entitr)와 CSE(Common Service Entity)를 포함한다. M2M 플랫폼(100)의 종류와 기능에 따라서는, AE가 포함되지 않을 수도 있다.The processor 120 includes at least one Application Entity (AE) and a Common Service Entity (CSE). Depending on the type and function of the M2M platform 100, AE may not be included.

프로세서(120)의 위에서 제시한 데이터 수집/관리 및 통지 메시지 실시간 전달을 수행하며, 저장부(130)는 프로세서(120)가 이 기능들을 수행함에 있어 필요한 저장 공간을 제공한다. 전술한 DB는 저장부(130)에 구축된다.The processor 120 performs the data collection/management and notification message real-time delivery suggested above, and the storage unit 130 provides a storage space necessary for the processor 120 to perform these functions. The aforementioned DB is built in the storage unit 130 .

도 5에는 기존의 방식에 따라 통지 메시지를 전달하는 경우 애플리케이션의 종단간 데이터 전달 시간을 나타내었고, 도 6에는 본 발명의 실시예에 따라 통지 메시지를 전달하는 경우 애플리케이션의 종단간 데이터 전달 시간을 나타내었다.Figure 5 shows the end-to-end data delivery time of the application when delivering the notification message according to the conventional method, and Figure 6 shows the end-to-end data delivery time of the application when delivering the notification message according to the embodiment of the present invention It was.

도 5와 도 6의 그래프를 비교해 보면, 본 발명의 실시예에 따라 통지 메시지를 실시간으로 전송함으로 인해 애플리케이션의 종단간 데이터 전달 시간이 현저하게 줄어들었음을 확인할 수 있다.Comparing the graphs of FIG. 5 and FIG. 6 , it can be seen that the end-to-end data transfer time of the application is significantly reduced by transmitting the notification message in real time according to the embodiment of the present invention.

한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.On the other hand, it goes without saying that the technical idea of the present invention can also be applied to a computer-readable recording medium containing a computer program for performing the functions of the apparatus and method according to the present embodiment. In addition, the technical ideas according to various embodiments of the present invention may be implemented in the form of computer-readable codes recorded on a computer-readable recording medium. The computer-readable recording medium may be any data storage device readable by the computer and capable of storing data. For example, the computer-readable recording medium may be a ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical disk, hard disk drive, or the like. In addition, the computer-readable code or program stored in the computer-readable recording medium may be transmitted through a network connected between computers.

또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although preferred embodiments of the present invention have been illustrated and described above, the present invention is not limited to the specific embodiments described above, and the technical field to which the present invention belongs without departing from the gist of the present invention as claimed in the claims Various modifications are possible by those of ordinary skill in the art, and these modifications should not be individually understood from the technical spirit or prospect of the present invention.

10 : 드론
20 : 카메라
30 : Lidar 센서
50 : 통합 제어기
100 : M2M 플랫폼
10 : Drone
20 : camera
30: Lidar sensor
50: integrated controller
100: M2M platform

Claims (8)

M2M 플랫폼 시스템이, 제1 디바이스로부터 메시지를 수신하는 단계;
M2M 플랫폼 시스템이, 제2 디바이스에 메시지 수신을 알리기 위한 통지 메시지를 전송하는 제1 전송단계;
M2M 플랫폼 시스템이, 제1 전송단계 이후에, 메시지를 처리하는 단계; 및
M2M 플랫폼 시스템이, 제1 디바이스에 메시지 수신 응답을 전송하는 제2 전송단계;를 포함하고,
제1 전송단계에서 제2 디바이스에 전송하는 통지 메시지는,
제1 디바이스로부터 메시지를 수신한 사실 자체만을 알리기 위한 메시지이며,
처리 단계는,
제1 디바이스로부터 수신한 메시지에 수록된 데이터를 DB에 반영하는 것을 특징으로 하는 통지 메시지 전달 방법.
receiving, by the M2M platform system, a message from the first device;
A first transmission step of transmitting, by the M2M platform system, a notification message for informing the second device of the reception of the message;
processing, by the M2M platform system, the message after the first transmission step; and
A second transmission step of transmitting, by the M2M platform system, a message reception response to the first device;
The notification message transmitted to the second device in the first transmission step is,
It is a message to inform only the fact that the message has been received from the first device,
The processing steps are
A notification message delivery method, characterized in that the data included in the message received from the first device is reflected in the DB.
삭제delete 삭제delete 청구항 1에 있어서,
수신 단계에서 수신된 메시지에는,
실시간 통지를 지시하는 파라미터가 수록되어 있는 것을 특징으로 하는 통지 메시지 전달 방법.
The method according to claim 1,
In the receiving phase, the received message includes:
A notification message delivery method, characterized in that a parameter indicating real-time notification is included.
청구항 1에 있어서,
M2M 플랫폼 시스템이, 제1 전송단계 이전에, 수신단계에서 수신된 메시지의 오류검사를 수행하는 단계;를 더 포함하는 것을 특징으로 하는 통지 메시지 전달 방법.
The method according to claim 1,
The M2M platform system, prior to the first transmitting step, performing error checking of the received message in the receiving step; the notification message delivery method further comprising a.
청구항 1에 있어서,
제2 디바이스는,
제1 디바이스의 데이터에 대한 구독을 요청한 디바이스인 것을 특징으로 하는 통지 메시지 전달 방법.
The method according to claim 1,
The second device is
A notification message delivery method, characterized in that the device that has requested a subscription to the data of the first device.
청구항 1에 있어서,
메시지는,
데이터 생성 메시지, 데이터 업데이트 메시지 및 데이터 삭제 메시지 중 적어도 하나를 포함하는 것을 특징으로 하는 통지 메시지 전달 방법.
The method according to claim 1,
message is,
A notification message delivery method comprising at least one of a data creation message, a data update message, and a data deletion message.
제1 디바이스 및 제2 디바이스와 통신하는 통신부; 및
통신부를 통해, 제1 디바이스로부터 메시지를 수신하면 제2 디바이스에 메시지 수신 통지 메시지를 전송한 후에 메시지를 처리하고 제1 디바이스에 메시지 수신 응답을 전송하는 프로세서;를 포함하고,
프로세서가 제2 디바이스에 전송하는 통지 메시지는,
제1 디바이스로부터 메시지를 수신한 사실 자체만을 알리기 위한 메시지이며,
프로세서는,
제1 디바이스로부터 수신한 메시지에 수록된 데이터를 DB에 반영하여, 메시지를 처리하는 것을 특징으로 하는 M2M 플랫폼 시스템.
a communication unit communicating with the first device and the second device; and
Through the communication unit, upon receiving a message from the first device, a processor that processes the message after transmitting a message reception notification message to the second device and transmits a message reception response to the first device; includes,
The notification message sent by the processor to the second device,
It is a message to inform only the fact that the message has been received from the first device,
The processor is
The M2M platform system, characterized in that the data contained in the message received from the first device is reflected in the DB to process the message.
KR1020180030446A 2018-03-15 2018-03-15 Real Time Notification Message Delivery Method in M2M System KR102260656B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180030446A KR102260656B1 (en) 2018-03-15 2018-03-15 Real Time Notification Message Delivery Method in M2M System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180030446A KR102260656B1 (en) 2018-03-15 2018-03-15 Real Time Notification Message Delivery Method in M2M System

Publications (2)

Publication Number Publication Date
KR20190108852A KR20190108852A (en) 2019-09-25
KR102260656B1 true KR102260656B1 (en) 2021-06-04

Family

ID=68068319

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180030446A KR102260656B1 (en) 2018-03-15 2018-03-15 Real Time Notification Message Delivery Method in M2M System

Country Status (1)

Country Link
KR (1) KR102260656B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101537184B1 (en) * 2014-02-10 2015-07-16 광주대학교산학협력단 A image advertisement system of bus using Machine to Machine communication

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014185754A1 (en) * 2013-05-16 2014-11-20 엘지전자 주식회사 Method for subscription and notification in m2m communication system and apparatus for same
KR20150014345A (en) * 2013-07-29 2015-02-06 주식회사 케이티 The method for ensuring operation of multiple nodes
US9723429B2 (en) * 2013-09-27 2017-08-01 Lg Electronics Inc. Method for delivering notification messages in M2M system and devices for same

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101537184B1 (en) * 2014-02-10 2015-07-16 광주대학교산학협력단 A image advertisement system of bus using Machine to Machine communication

Also Published As

Publication number Publication date
KR20190108852A (en) 2019-09-25

Similar Documents

Publication Publication Date Title
US11025963B2 (en) Data processing method, apparatus, and system for live streaming page
US10783267B2 (en) Centralized throttling service
CN107566786B (en) Method and device for acquiring monitoring video and terminal equipment
US10474691B2 (en) Micro-staging device and method for micro-staging
JP6431260B2 (en) Method and system for sending an email with a large file attached on a mobile device
US8966487B1 (en) Application transaction wait time dynamic adjustment
US10230644B2 (en) Distributed API proxy system and apparatus and method for managing traffic in such system
US10212236B2 (en) Information transmitting method and apparatus in robot operating system
US10931755B2 (en) Method and apparatus for managing a shared storage system
US10200327B1 (en) Storage management for ephemeral messages
US20160070475A1 (en) Memory Management Method, Apparatus, and System
CN105391622A (en) Method and system for sharing resources in instant messaging or social networking application
US20230161541A1 (en) Screen projection method and system
CN112188227A (en) Streaming media data distribution method and device
EP4071609A1 (en) Node management method, device and apparatus, storage medium, and system
CN110096381B (en) Method, device, equipment and medium for realizing remote procedure call
US10904746B2 (en) Implementation method, apparatus and system for remote access
US20090157896A1 (en) Tcp offload engine apparatus and method for system call processing for static file transmission
KR102260656B1 (en) Real Time Notification Message Delivery Method in M2M System
CN110740464A (en) NF service discovery method and device
KR102137882B1 (en) Method for Subscription Expiration Management and M2M System applying the same
EP3293924B1 (en) Message processing method and device
CN109309583B (en) Information acquisition method and device based on distributed system, electronic equipment and medium
KR102402145B1 (en) Event-based Message Retargeting Method in M2M System
KR102547108B1 (en) Operation execution method using subscription/notification in data platform

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant