KR20240080956A - Subscription/notification method for new data instance creation - Google Patents

Subscription/notification method for new data instance creation Download PDF

Info

Publication number
KR20240080956A
KR20240080956A KR1020220164774A KR20220164774A KR20240080956A KR 20240080956 A KR20240080956 A KR 20240080956A KR 1020220164774 A KR1020220164774 A KR 1020220164774A KR 20220164774 A KR20220164774 A KR 20220164774A KR 20240080956 A KR20240080956 A KR 20240080956A
Authority
KR
South Korea
Prior art keywords
data
resource
notification
subscription
notification method
Prior art date
Application number
KR1020220164774A
Other languages
Korean (ko)
Inventor
정승명
안일엽
최성찬
Original Assignee
한국전자기술연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한국전자기술연구원 filed Critical 한국전자기술연구원
Priority to KR1020220164774A priority Critical patent/KR20240080956A/en
Priority to PCT/KR2022/019313 priority patent/WO2024117319A1/en
Publication of KR20240080956A publication Critical patent/KR20240080956A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • 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/56Provisioning of proxy services

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

신규 데이터 인스턴스 생성을 위한 구독/통지 방법이 제공된다. 본 발명의 실시예에 따른 데이터 구독/통지 방법은, 데이터 플랫폼에 데이터 리소스를 생성하고, 데이터 리소스에 구독 정보를 저장하며, 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면 생성 이벤트를 통지한다. 이에 의해, 데이터 리소스에 구독 정보를 저장하고, 통지 대상은 데이터 리소스로부터 주소 도출이 가능한 MQTT 토픽에 저장함으로써, 통지 대상들에 대해 간편하고 일괄적인 참조 및 관리가 가능하여, 구독/통지 관리를 효율적으로 개선할 수 있게 된다.A subscription/notification method is provided for creating new data instances. The data subscription/notification method according to an embodiment of the present invention creates a data resource on a data platform, stores subscription information in the data resource, and notifies a creation event when an instance resource for data storage is created below the data resource. do. As a result, subscription information is stored in the data resource, and the notification target is stored in an MQTT topic whose address can be derived from the data resource, enabling simple and comprehensive reference and management of the notification target, making subscription/notification management efficient. can be improved.

Description

신규 데이터 인스턴스 생성을 위한 구독/통지 방법{Subscription/notification method for new data instance creation}Subscription/notification method for new data instance creation}

본 발명은 데이터 구독/통지에 관한 것으로, 더욱 상세하게는 데이터 플랫폼에서 구독한 데이터 인스턴스를 통지 대상들에게 통지하여 주는 방법에 관한 것이다.The present invention relates to data subscription/notification, and more specifically, to a method of notifying notification subjects of data instances subscribed to in a data platform.

oneM2M 플랫폼에서는 신규 데이터 인스턴스가 생성되면, 이를 구독한 타겟들에 인스턴스 생성 이벤트를 통지하여 주고 있다. 데이터 구독/통지를 위해서는 해당 데이터 리소스에 <subscription> 리소스를 생성하여야 한다.In the oneM2M platform, when a new data instance is created, the instance creation event is notified to targets that have subscribed to it. To subscribe/notify data, a <subscription> resource must be created in the relevant data resource.

하지만 <subscription> 리소스에는 타겟 별로 notificationURI와 타겟 endpoint 정보를 설정해야 한다. 이와 같은 상황은 통지 대상이 여러 타겟들인 경우 그 설정이 매우 복잡하게 한다.However, notificationURI and target endpoint information must be set for each target in the <subscription> resource. This situation makes the setup very complicated when the notification target is multiple targets.

이에 따라 다수의 통지 대상들에 이벤트를 통지함에 있어, 간편하고 일괄적인 방식의 구독/통지가 가능하도록 하는 방법이 필요하다.Accordingly, when notifying events to multiple notification targets, a method is needed to enable subscription/notification in a simple and uniform manner.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 간편하고 일괄적인 방식으로 다수의 통지 대상들에 신규 인스턴스 생성 이벤트를 통지할 수 있는 구독/통지 방법을 제공함에 있다.The present invention was created to solve the above problems, and the purpose of the present invention is to provide a subscription/notification method that can notify a number of notification targets of a new instance creation event in a simple and uniform manner. .

상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른 데이터 구독/통지 방법은, 데이터 플랫폼에 데이터 리소스를 생성하는 단계; 데이터 리소스에 구독 정보를 저장하는 단계; 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함한다.A data subscription/notification method according to an embodiment of the present invention to achieve the above object includes the steps of creating a data resource in a data platform; storing subscription information in a data resource; It includes the step of notifying a creation event when an instance resource for data storage is created below the data resource.

구독 정보는, 인스턴스 리소스 생성 이벤트 통지를 위한 구독 여부를 지시하는 속성을 포함할 수 있다.Subscription information may include an attribute indicating whether to subscribe to notification of an instance resource creation event.

통지 단계는, MQTT 프로토콜을 이용하여 생성 이벤트를 통지하되, 해당 MQTT 토픽에 저장된 통지 대상 정보들을 참조하여 타겟 애플리케이션들에게 생성 이벤트를 통지할 수 있다.In the notification step, the creation event is notified using the MQTT protocol, and the creation event can be notified to target applications by referring to notification target information stored in the corresponding MQTT topic.

통지 단계는, 구독 정보가 저장된 데이터 리소스의 주소를 기반으로 해당 MQTT 토픽의 주소를 도출할 수 있다.In the notification step, the address of the corresponding MQTT topic can be derived based on the address of the data resource where subscription information is stored.

통지 단계는, 데이터 리소스의 주소와 데이터 리소스에 저장된 키를 결합하여 해당 MQTT 토픽의 주소를 도출할 수 있다.In the notification step, the address of the corresponding MQTT topic can be derived by combining the address of the data resource and the key stored in the data resource.

데이터 리소스의 주소를 구성하는 리소스 명칭들 중 적어도 하나에 키를 각각 결합하여 해당 MQTT 토픽의 주소를 도출할 수 있다.The address of the corresponding MQTT topic can be derived by combining each key with at least one of the resource names constituting the address of the data resource.

키는, 리소스 명칭들 중 적어도 하나의 맨앞 또는 맨뒤에 각각 결합할 수 있다.The key can be combined at the beginning or end of at least one of the resource names.

데이터 리소스에 저장된 키는, 데이터 리소스에 대한 조회 권한이 있어도, 데이터 리소스 생성자나 관리자가 아니면 조회할 수 없을 수 있다.Keys stored in a data resource may not be searchable unless you are the data resource creator or administrator, even if you have permission to view the data resource.

통지 단계는, 이벤트를 통지하기 위한 통지 메시지를 전송하며, 통지 메시지는, 생성된 인스턴스 리소스의 속성들 중 데이터 플랫폼의 리소스들의 공통 속성을 제외한 속성들만 수록되되, 지정된 공통 속성은 추가되며, 데이터 리소스에는, 추가할 공통 속성에 대한 정보가 저장될 수 있다.The notification step transmits a notification message to notify an event. The notification message contains only the properties of the created instance resource excluding the common properties of the data platform resources, but the specified common properties are added and the data resource , information about common properties to be added may be stored.

본 발명의 다른 실시예에 따른 데이터 구독/통지 시스템은, 데이터 리소스를 생성하고, 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함한다.A data subscription/notification system according to another embodiment of the present invention includes a data platform that creates a data resource and stores subscription information in the data resource; and a notification server that notifies the creation event when it is created as an instance resource for data storage below the data resource.

본 발명의 다른 실시예에 따른 데이터 구독/통지 방법은, 데이터 플랫폼에 생성된 데이터 리소스에 구독 정보를 저장하는 단계; 및 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함한다.A data subscription/notification method according to another embodiment of the present invention includes storing subscription information in a data resource created in a data platform; and notifying a creation event when an instance resource for data storage is created below the data resource.

본 발명의 다른 실시예에 따른 데이터 구독/통지 시스템은, 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함한다.A data subscription/notification system according to another embodiment of the present invention includes a data platform that stores subscription information in a data resource; and a notification server that notifies the creation event when it is created as an instance resource for data storage below the data resource.

이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 데이터 리소스에 구독 정보를 저장하고, 통지 대상은 데이터 리소스로부터 주소 도출이 가능한 MQTT 토픽에 저장함으로써, 통지 대상들에 대해 간편하고 일괄적인 참조 및 관리가 가능하여, 구독/통지 관리를 효율적으로 개선할 수 있게 된다.As described above, according to embodiments of the present invention, subscription information is stored in a data resource, and the notification target is stored in an MQTT topic whose address can be derived from the data resource, thereby providing simple and comprehensive reference and Since management is possible, subscription/notification management can be efficiently improved.

도 1은 본 발명의 일 실시예에 따른 데이터 구독/통지 시스템의 구성,
도 2는 본 발명의 다른 실시예에 따른 데이터 구독/통지 방법의 설명에 제공되는 도면,
도 3은 oneM2M 플랫폼의 리소스 구조 예시,
도 4는 도 1에 도시된 oneM2M 플랫폼의 구성을 도시한 도면이다.
1 shows the configuration of a data subscription/notification system according to an embodiment of the present invention;
2 is a diagram provided to explain a data subscription/notification method according to another embodiment of the present invention;
Figure 3 is an example of the resource structure of the oneM2M platform,
FIG. 4 is a diagram illustrating the configuration of the oneM2M platform shown in FIG. 1.

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

본 발명의 실시예에서는 신규 데이터 인스턴스 생성을 위한 구독/통지 방법을 제시한다. 통지 대상들에 대한 정보를 한 번에 대상 리소스에 기록해 두고 통지 대상 간에 구독 관련 정보를 공유하여, 서비스 상에서 통지 메시지를 여러 대상에서 받아볼 수 있도록 하는 기술이다.An embodiment of the present invention presents a subscription/notification method for creating a new data instance. This is a technology that records information about notification targets in the target resource at once and shares subscription-related information among notification targets, allowing multiple targets to receive notification messages on the service.

도 1은 본 발명의 일 실시예에 따른 데이터 구독/통지 시스템의 구성을 도시한 도면이다. 본 발명의 실시예에 따른 데이터 구독/통지 시스템은, 도시된 바와 같이, 소스 애플리케이션(110), oneM2M 플랫폼(120), MQTT 브로커(130) 및 타겟 애플리케이션(140)이 상호 통신 가능하도록 연결되어 구성된다.1 is a diagram illustrating the configuration of a data subscription/notification system according to an embodiment of the present invention. As shown, the data subscription/notification system according to an embodiment of the present invention is configured by connecting the source application 110, the oneM2M platform 120, the MQTT broker 130, and the target application 140 to communicate with each other. do.

소스 애플리케이션(110)는 데이터를 생성 또는 수집하여 oneM2M 플랫폼(120)에 저장하는 애플리케이션 또는 이 애플리케이션이 설치된 단말을 지칭한다.The source application 110 refers to an application that generates or collects data and stores it in the oneM2M platform 120, or a terminal on which this application is installed.

oneM2M 플랫폼(120)은 소스 애플리케이션(110)으로부터 전달받은 데이터를 저장하여 수집/보유하는 oneM2M 표준 기반의 데이터 플랫폼으로, 데이터 구독/통지를 지원한다.The oneM2M platform 120 is a data platform based on the oneM2M standard that stores and collects/retains data received from the source application 110, and supports data subscription/notification.

MQTT 브로커(130)는 oneM2M 플랫폼(120)의 요청에 따라 MQTT 프로토콜로 통지 메시지를 전송하는 메시지 통지 서버이다.The MQTT broker 130 is a message notification server that transmits a notification message using the MQTT protocol at the request of the oneM2M platform 120.

타겟 애플리케이션(140)은 oneM2M 플랫폼(120)에 생성된 <데이터> 리소스의 데이터를 구독하여, <데이터> 리소스에 <인스턴스> 리소스가 신규로 생성되면 해당 이벤트를 통지받는 애플리케이션 또는 이 애플리케이션이 설치된 단말을 지칭한다.The target application 140 subscribes to the data of the <data> resource created in the oneM2M platform 120, and when a new <instance> resource is created in the <data> resource, the target application 140 is an application that is notified of the event or a terminal on which this application is installed. refers to

도 1에 제시된 시스템에 의해 데이터 구독/통지가 이루어지는 과정에 대해, 이하에서 도 2를 참조하여 상세히 설명한다. 도 2는 본 발명의 다른 실시예에 따른 데이터 구독/통지 방법의 설명에 제공되는 도면이다.The process of data subscription/notification by the system presented in FIG. 1 will be described in detail below with reference to FIG. 2. Figure 2 is a diagram provided to explain a data subscription/notification method according to another embodiment of the present invention.

도시된 바와 같이 먼저 타겟 애플리케이션(140)의 요청에 의해, oneM2M 플랫폼(120)은 타겟 애플리케이션(140)이 구독/통지받고자 하는 <데이터> 리소스에 구독 정보를 저장한다(S210).As shown, at the request of the target application 140, the oneM2M platform 120 stores subscription information in the <data> resource to which the target application 140 wishes to subscribe/be notified (S210).

도 3은 oneM2M 플랫폼(120)의 리소스 구조를 예시한 도면이다. 도 3에서 컨테이너 리소스인 <cnt3> 리소스가 타겟 애플리케이션(140)이 구독/통지하고자 하는 <데이터> 리소스이다. 따라서 구독 정보는 <cnt3> 리소스에 저장된다.Figure 3 is a diagram illustrating the resource structure of the oneM2M platform 120. In FIG. 3, the <cnt3> resource, which is a container resource, is the <data> resource that the target application 140 wants to subscribe to/notify. Therefore, subscription information is stored in the <cnt3> resource.

한편 도 3에서 구독 리소스인 <sub1> 리소스는 종래에 사용되는 것으로 <cnt2> 리소스의 하위에 생성되어 <cnt2> 리소스의 <컨텐트 인스턴스> 리소스, 즉 실제 데이터와 함께 저장되어 있다는 점에서 본 발명의 실시예와 차이가 있다.Meanwhile, in FIG. 3, the <sub1> resource, which is a subscription resource, is a conventionally used resource and is created below the <cnt2> resource and is stored together with the <content instance> resource of the <cnt2> resource, that is, the actual data. There is a difference from the example.

본 발명의 실시예에서 구독 리소스는 생성되지 않으며, 구독/통지에 필요한 구독 정보는 <데이터> 리소스에 <컨텐트 인스턴스> 리소스들과 함께 저장되는 것이 아닌, <컨텐트 인스턴스> 리소스들의 부모 리소스인 <데이터> 리소스의 속성으로 저장된다.In an embodiment of the present invention, a subscription resource is not created, and the subscription information required for subscription/notification is not stored in the <data> resource together with the <content instance> resources, but is stored in the <data> resource, which is the parent resource of the <content instance> resources. > Saved as a property of the resource.

도 3에 도시된 바와 같이 구독 정보는, 1) childCreationNotification 속성, 2) nweCinNotificationKey, 3) CinNotificationAttributes 속성을 포함한다. 이 속성들에 대해서는 이하의 해당 부분에서 구체적으로 설명한다.As shown in FIG. 3, subscription information includes 1) childCreationNotification attribute, 2) nweCinNotificationKey, and 3) CinNotificationAttributes attribute. These properties are explained in detail in the relevant sections below.

<데이터> 리소스에 <컨텐트 인스턴스> 리소스가 생성되면(S220), oneM2M 플랫폼(120)은 MQTT 브로커(130)를 통해 타겟 애플리케이션(140)에 생성 이벤트를 통지한다(S230).When the <content instance> resource is created in the <data> resource (S220), the oneM2M platform 120 notifies the creation event to the target application 140 through the MQTT broker 130 (S230).

<데이터> 리소스에 <컨텐트 인스턴스> 리소스가 생성된 경우는, 소스 애플리케이션(110)이 데이터를 생성 또는 수집하여, oneM2M 플랫폼(120)의 <데이터> 리소스에 저장한 경우에 해당한다.The case where the <Content Instance> resource is created in the <Data> resource corresponds to the case where the source application 110 creates or collects data and stores it in the <Data> resource of the oneM2M platform 120.

생성 이벤트 통지는 <데이터> 리소스의 childCreationNotification 속성이 "true"를 지시하는 경우에 수행된다. 만약 childCreationNotification 속성이 "false"를 지시하는 경우 통지는 수행되지 않는다.Creation event notification is performed when the childCreationNotification property of the <data> resource indicates "true". If the childCreationNotification property specifies "false", notification is not performed.

이와 같이 <데이터> 리소스의 childCreationNotification 속성은 인스턴스 리소스 생성 이벤트 통지를 위한 구독 여부를 지시하는 속성으로 볼 수 있다.In this way, the childCreationNotification property of the <data> resource can be viewed as a property that indicates whether to subscribe for instance resource creation event notification.

oneM2M 플랫폼(120)의 요청에 의해 MQTT 브로커(130)는 MQTT 프로토콜로 생성 이벤트를 통지하는데, 통지 대상(타겟) 정보는 해당 MQTT 토픽에 저장되어 있다. 즉, MQTT 브로커(130)는 해당 MQTT 토픽에서 통지 대상 정보들을 참조하여야 하며, 이를 위해 해당 MQTT 토픽의 주소를 도출한다.At the request of the oneM2M platform 120, the MQTT broker 130 notifies the creation event using the MQTT protocol, and the notification object (target) information is stored in the corresponding MQTT topic. In other words, the MQTT broker 130 must refer to notification target information in the corresponding MQTT topic, and for this purpose, derives the address of the corresponding MQTT topic.

기본적으로 MQTT 토픽의 주소는 구독 정보가 저장된 <데이터> 리소스의 주소를 기반으로 도출한다. 도 3에 예시된 바에 따르면 <데이터> 리소스의 주소는 oneM2M 플랫폼(120)의 "/base/cnt1/cnt3"이므로, 간단하게 해당 MQTT 토픽의 주소는 MQTT 브로커(130)의 "/base/cnt1/cnt3"로 할 수 있다.Basically, the address of the MQTT topic is derived based on the address of the <data> resource where subscription information is stored. As illustrated in Figure 3, the address of the <data> resource is "/base/cnt1/cnt3" of the oneM2M platform 120, so simply, the address of the corresponding MQTT topic is "/base/cnt1/" of the MQTT broker 130. You can do this with “cnt3”.

하지만 이 경우 oneM2M 플랫폼(120)의 <데이터> 리소스를 구독하고 있는 타겟 애플리케이션(140)에 대한 정보가 다른 사용자들에게 노출될 수 있을 뿐만 아니라, 악의의 사용자가 해당 MQTT 토픽에 자신의 주소를 무단으로 추가하여 통지받는 것이 가능하다.However, in this case, not only can information about the target application 140 subscribing to the <data> resource of the oneM2M platform 120 be exposed to other users, but also a malicious user may enter his or her address in the corresponding MQTT topic without permission. It is possible to be notified by adding .

이를 방지하기 위해 본 발명의 실시예에서는 <데이터> 리소스의 주소로부터 해당 MQTT 토픽의 주소를 도출함에 있어, <데이터> 리소스의 newCinNotificationKey 속성에 저장되어 있는 키(key)를 결합하도록 한다. 즉 <데이터> 리소스의 주소에 키를 결합하여 해당 MQTT 토픽의 주소를 도출하도록 구현한다.To prevent this, in the embodiment of the present invention, when deriving the address of the corresponding MQTT topic from the address of the <Data> resource, the key stored in the newCinNotificationKey attribute of the <Data> resource is combined. In other words, it is implemented to derive the address of the corresponding MQTT topic by combining the key with the address of the <data> resource.

이를 테면, 다음과 같이 <데이터> 리소스의 주소를 구성하는 리소스 명칭들 중 적어도 하나에 키를 각각 결합하여 해당 MQTT 토픽의 주소가 구성되도록 하는 것이다.For example, the address of the corresponding MQTT topic is configured by combining the key with at least one of the resource names that make up the address of the <data> resource as follows.

<데이터> 리소스의 주소 : "/base/cnt1/cnt3"Address of <data> resource: "/base/cnt1/cnt3"

<데이터> 리소스의 통지 대상들이 저장된 MQTT 토픽의 주소 : "/asdfbase/asdfcnt1/asdfcnt3"Address of the MQTT topic where the notification targets of the <data> resource are stored: "/asdfbase/asdfcnt1/asdfcnt3"

위 예시예에서 키는 "asdf"이다. 한편 키는 <데이터> 리소스의 주소를 구성하는 모든 리소스 명칭들의 맨앞에 결합하였으나, 변형이 가능함은 물론니다. 이를 테면 리소스 명칭들의 맨뒤나 중간에 결합하는 것이 가능하며, 리소스 명칭들 전부가 아닌 일부에만 경합하는 것도 가능하다.In the example above, the key is "asdf". Meanwhile, the key is combined at the beginning of all resource names that make up the address of the <data> resource, but of course it can be modified. For example, it is possible to combine resource names at the end or in the middle, and it is also possible to compete with only some, but not all, of the resource names.

한편 <데이터> 리소스의 newCinNotificationKey 속성에 저장되어 있는 키는, <데이터> 리소스에 대한 조회 권한이 있는 사용자라 할지라도, <데이터> 리소스의 생성자(creator)나 관리자(custodian)가 아니면 조회할 수 없도록 보안 정책을 적용한다.Meanwhile, the key stored in the newCinNotificationKey property of the <Data> resource cannot be viewed by anyone other than the creator or custodian of the <Data> resource, even if the user has permission to view the <Data> resource. Apply security policies.

한편 S230단계에서의 <컨텐트 인스턴스> 리소스 생성 이벤트 통지는, 타겟 애플리케이션(140)에 통지 메시지를 전송하는 방식으로 이루어진다.Meanwhile, notification of the <content instance> resource creation event in step S230 is accomplished by transmitting a notification message to the target application 140.

통지 메시지에는, 생성된 <컨텐트 인스턴스> 리소스의 속성들 중 oneM2M 플랫폼(120)에 적용된 리소스들의 공통 속성을 제외한 나머지 속성들만 수록되도록 하여 통지 메시지를 간소화할 수 있다.The notification message can be simplified by including only the remaining properties, excluding common properties of resources applied to the oneM2M platform 120, among the properties of the generated <content instance> resource.

하지만 이 경우 통지할 필요가 있는 공통 속성 까지 배제되는 문제가 있을 수 있으므로, <데이터> 리소스의 CinNotificationAttributes 속성에서 통지 메시지에 추가할 공통 속성을 지정할 수 있도록 한다.However, in this case, there may be a problem of excluding common attributes that need to be notified, so you can specify common attributes to be added to the notification message in the CinNotificationAttributes property of the <data> resource.

도 4는 도 1에 도시된 oneM2M 플랫폼(120)의 구성을 도시한 도면이다. 도시된 바와 같이, oneM2M 플랫폼(120)은 통신부(121), 프로세서(122) 및 저장부(123)을 포함하여 구성된다.FIG. 4 is a diagram illustrating the configuration of the oneM2M platform 120 shown in FIG. 1. As shown, the oneM2M platform 120 includes a communication unit 121, a processor 122, and a storage unit 123.

통신부(121)는 소스 애플리케이션(110), MQTT 브로커(130) 및 타겟 애플리케이션(140)과 상호 연동하기 위한 통신 수단이다. 프로세서(122)는 전술한 도 2에 도시된 절차들 중 oneM2M 플랫폼(120)에 의해 수행되는 절차들을 수행한다. 저장부(123)는 프로세서(122)가 동작하고 기능함에 있어 필요한 저장공간을 제공하며, 도 3에 제시된 리소스들을 저장하고 있다.The communication unit 121 is a communication means for interoperating with the source application 110, the MQTT broker 130, and the target application 140. The processor 122 performs procedures performed by the oneM2M platform 120 among the procedures shown in FIG. 2 described above. The storage unit 123 provides storage space necessary for the processor 122 to operate and function, and stores the resources shown in FIG. 3.

지금까지 신규 데이터 인스턴스 생성을 위한 구독/통지 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.So far, the subscription/notification method for creating a new data instance has been described in detail with a preferred embodiment.

위 실시예에서 신규 생성되는 데이터는 컨텐트 인스턴스(contentInstance) 리소스를 언급하였는데 예시에 불과하다. <timeSeriesInstance> 리소스, <flexContainerInstance> 리소스는 물론 그 밖의 데이터 저장이 가능한 인스턴스 리소스에 대해 본 발명의 기술적 사상이 적용될 수 있다.In the above embodiment, the newly created data refers to a content instance resource, but this is only an example. The technical idea of the present invention can be applied to <timeSeriesInstance> resources, <flexContainerInstance> resources, as well as other instance resources capable of storing data.

한편 통지 메시지에서 배제되는 것을 원칙으로 하지만 속성에서 지정하여 추가할 수 있는 공통 속성은 contentIntance의 경우 content(con) 속성, timeSeriesInstance의 경우 content(con) 속성, flexContainerInstance의 경우 개별적으로 정의된 custom attribute 등을 포함한다.Meanwhile, common properties that are excluded from notification messages in principle but can be added by specifying in the properties include content(con) property for contentIntance, content(con) property for timeSeriesInstance, and individually defined custom attribute for flexContainerInstance. Includes.

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

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

110 : 소스 애플리케이션
120 : oneM2M 플랫폼
130 : MQTT 브로커
140 : 타겟 애플리케이션
110: source application
120: oneM2M platform
130: MQTT Broker
140: Target application

Claims (12)

데이터 플랫폼에 데이터 리소스를 생성하는 단계;
데이터 리소스에 구독 정보를 저장하는 단계;
데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함하는 것을 특징으로 하는 데이터 구독/통지 방법.
creating a data resource in the data platform;
storing subscription information in a data resource;
A data subscription/notification method comprising: notifying a creation event when an instance resource for data storage is created under a data resource.
청구항 1에 있어서,
구독 정보는,
인스턴스 리소스 생성 이벤트 통지를 위한 구독 여부를 지시하는 속성을 포함하는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 1,
For subscription information,
A data subscription/notification method comprising a property indicating whether to subscribe to notification of an instance resource creation event.
청구항 1에 있어서,
통지 단계는,
MQTT 프로토콜을 이용하여 생성 이벤트를 통지하되, 해당 MQTT 토픽에 저장된 통지 대상 정보들을 참조하여 타겟 애플리케이션들에게 생성 이벤트를 통지하는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 1,
The notification stage is:
A data subscription/notification method characterized by notifying a creation event using the MQTT protocol and notifying target applications of the creation event by referring to notification target information stored in the corresponding MQTT topic.
청구항 3에 있어서,
통지 단계는,
구독 정보가 저장된 데이터 리소스의 주소를 기반으로 해당 MQTT 토픽의 주소를 도출하는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 3,
The notification stage is:
A data subscription/notification method characterized by deriving the address of the corresponding MQTT topic based on the address of the data resource where subscription information is stored.
청구항 4에 있어서,
통지 단계는,
데이터 리소스의 주소와 데이터 리소스에 저장된 키를 결합하여 해당 MQTT 토픽의 주소를 도출하는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 4,
The notification stage is:
A data subscription/notification method characterized by combining the address of a data resource and a key stored in the data resource to derive the address of the corresponding MQTT topic.
청구항 5에 있어서,
데이터 리소스의 주소를 구성하는 리소스 명칭들 중 적어도 하나에 키를 각각 결합하여 해당 MQTT 토픽의 주소를 도출하는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 5,
A data subscription/notification method characterized in that the address of the corresponding MQTT topic is derived by combining a key with at least one of the resource names constituting the address of the data resource.
청구항 5에 있어서,
키는,
리소스 명칭들 중 적어도 하나의 맨앞 또는 맨뒤에 각각 결합하는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 5,
The height is,
A data subscription/notification method characterized by combining at the beginning or end of at least one of the resource names.
청구항 4에 있어서,
데이터 리소스에 저장된 키는,
데이터 리소스에 대한 조회 권한이 있어도, 데이터 리소스 생성자나 관리자가 아니면 조회할 수 없는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 4,
The key stored in the data resource is:
A data subscription/notification method characterized in that even if you have permission to view a data resource, you cannot view it unless you are the data resource creator or administrator.
청구항 1에 있어서,
통지 단계는,
이벤트를 통지하기 위한 통지 메시지를 전송하며,
통지 메시지는,
생성된 인스턴스 리소스의 속성들 중 데이터 플랫폼의 리소스들의 공통 속성을 제외한 속성들만 수록되되,
지정된 공통 속성은 추가되며,
데이터 리소스에는,
추가할 공통 속성에 대한 정보가 저장되어 있는 것을 특징으로 하는 데이터 구독/통지 방법.
In claim 1,
The notification stage is:
Sends a notification message to notify of an event,
The notification message is:
Among the properties of the created instance resource, only properties excluding common properties of data platform resources are included.
Specified common properties are added,
Data resources include:
A data subscription/notification method characterized by storing information about common properties to be added.
데이터 리소스를 생성하고, 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및
데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함하는 것을 특징으로 하는 데이터 구독/통지 시스템.
A data platform that creates data resources and stores subscription information in the data resources; and
A data subscription/notification system comprising a notification server that notifies a creation event when it is created as an instance resource for data storage under a data resource.
데이터 플랫폼에 생성된 데이터 리소스에 구독 정보를 저장하는 단계; 및
데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함하는 것을 특징으로 하는 데이터 구독/통지 방법.
Saving subscription information in a data resource created in the data platform; and
A data subscription/notification method comprising: notifying a creation event when an instance resource for data storage is created under a data resource.
데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및
데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함하는 것을 특징으로 하는 데이터 구독/통지 시스템.
A data platform that stores subscription information in data resources; and
A data subscription/notification system comprising a notification server that notifies a creation event when it is created as an instance resource for data storage under a data resource.
KR1020220164774A 2022-11-30 2022-11-30 Subscription/notification method for new data instance creation KR20240080956A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020220164774A KR20240080956A (en) 2022-11-30 2022-11-30 Subscription/notification method for new data instance creation
PCT/KR2022/019313 WO2024117319A1 (en) 2022-11-30 2022-12-01 Subscription and notification method for generating new data instance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220164774A KR20240080956A (en) 2022-11-30 2022-11-30 Subscription/notification method for new data instance creation

Publications (1)

Publication Number Publication Date
KR20240080956A true KR20240080956A (en) 2024-06-07

Family

ID=91324110

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220164774A KR20240080956A (en) 2022-11-30 2022-11-30 Subscription/notification method for new data instance creation

Country Status (2)

Country Link
KR (1) KR20240080956A (en)
WO (1) WO2024117319A1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106603394B (en) * 2013-12-05 2020-02-14 华为技术有限公司 Method and device for realizing subscription notification
KR20190119862A (en) * 2018-04-13 2019-10-23 전자부품연구원 Method of Transmitting Resource Notification Message and M2M System applying the same
CN110505591B (en) * 2018-05-18 2022-09-30 京东方科技集团股份有限公司 Subscription service entity, subscription terminal, and information subscription method and system
CN111436027B (en) * 2019-01-14 2023-06-20 京东方科技集团股份有限公司 Event subscription notification method, server, internet of things system and storage medium
CN112511579A (en) * 2019-09-16 2021-03-16 京东方科技集团股份有限公司 Event notification method, system, server device, computer storage medium

Also Published As

Publication number Publication date
WO2024117319A1 (en) 2024-06-06

Similar Documents

Publication Publication Date Title
US7984421B2 (en) Web application cloning
US20210117982A1 (en) Consent Management System
CN107103011B (en) Method and device for realizing terminal data search
US10747728B2 (en) Edit and share unsupported files through instantly generated preview
CN113839977A (en) Message pushing method and device, computer equipment and storage medium
CN109587233A (en) Cloudy Container Management method, equipment and computer readable storage medium
US20230403630A1 (en) Role-based access control system
US11841842B2 (en) Method and system for using external content type object types
US20220188431A1 (en) Api access to security-sensitive computing system
US11973761B2 (en) Access control for private channels in a channel-based discussion system
JP2006024059A (en) Computer program for managing document, and device and method for managing document
US11531716B2 (en) Resource distribution based upon search signals
EP2154819B1 (en) Content sharing method, server and system
KR20240080956A (en) Subscription/notification method for new data instance creation
US11205049B2 (en) Method for managing semantic information on M2M/IoT platform
KR102433954B1 (en) NGSI-LD API Subscription Wrapping Method
KR101852727B1 (en) Cross-Resource Subscriptions Management Method
KR20190119862A (en) Method of Transmitting Resource Notification Message and M2M System applying the same
KR20030094151A (en) A system and a method for providing blog service
WO2024221980A1 (en) 5g message access method and system for private network chatbot
KR20130134115A (en) System and method of managing user
US20230247081A1 (en) Declarative rendering of hypertext transfer protocol headers
JP2007300213A (en) Content providing system, content providing server, and content distribution program
CN117094018A (en) Document multi-chapter authority management method and device, electronic equipment and storage medium
US20180365197A1 (en) Automatic upload and instant preview generation of locally unsupported files