KR20210048309A - Resource Attribute Value Update Method for IoT/M2M Platform - Google Patents
Resource Attribute Value Update Method for IoT/M2M Platform Download PDFInfo
- Publication number
- KR20210048309A KR20210048309A KR1020190132438A KR20190132438A KR20210048309A KR 20210048309 A KR20210048309 A KR 20210048309A KR 1020190132438 A KR1020190132438 A KR 1020190132438A KR 20190132438 A KR20190132438 A KR 20190132438A KR 20210048309 A KR20210048309 A KR 20210048309A
- Authority
- KR
- South Korea
- Prior art keywords
- attribute
- target
- platform
- resource
- value
- Prior art date
Links
Images
Classifications
-
- H04L67/2823—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
-
- H04L67/16—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web services
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
본 발명은 IoT/M2M 관련 기술에 관한 것으로, 더욱 상세하게는 IoT/M2M 플랫폼에서 리소스의 속성에 목록으로 저장되어 있는 다수의 속성 값(목록 값)들을 갱신하는 방법에 관한 것이다.The present invention relates to an IoT/M2M related technology, and more particularly, to a method of updating a plurality of attribute values (list values) stored as a list in a resource attribute in an IoT/M2M platform.
oneM2M 플랫폼의 리소스 속성에는 다수의 속성 값들이 목록으로 저장될 수 있으며, 이는 갱신을 통해 수정될 수도 있다. 하지만, 갱신은 리소스 속성에 저장된 속성 값들 전부를 대상으로 이루어진다. 따라서, 일부 속성 값을 추가하거나 삭제하는 경우에도, 갱신된 목록의 전체 속성 값들을 전달해 주어야 한다.In the resource attribute of the oneM2M platform, a number of attribute values may be stored as a list, which may be modified through update. However, the update is made for all of the attribute values stored in the resource attribute. Therefore, even when some attribute values are added or deleted, all attribute values of the updated list must be delivered.
예를 들어, 도 1에 도시된 바와 같이, <리소스 2>의 속성 attr=["a","b"] 에 속성 값 "c"를 추가하고자 하는 애플리케이션 app1는 oneM2M 플랫폼에 추가로 인해 갱신된 속성 값 목록 attr=["a","b","c"] 을 전달해 주어야 한다.For example, as shown in Fig. 1, the application app1 that wants to add the attribute value "c" to the attribute attr=["a","b"] of <resource 2> is updated due to addition to the oneM2M platform. The attribute value list attr=["a","b","c"] must be passed.
또한, 도 2에 도시된 바와 같이, <리소스 2>의 속성 attr=["a","b"] 에서 속성 값 "a"를 삭제하고자 하는 애플리케이션 app2는 oneM2M 플랫폼에 삭제로 인해 갱신된 속성 값 목록 attr=["a"] 을 전달해 주어야 한다.In addition, as shown in Fig. 2, the application app2 that wants to delete the attribute value "a" from the attribute attr=["a","b"] of <resource 2> is the attribute value updated due to deletion in the oneM2M platform. You need to pass the list attr=["a"].
이와 같은 종래의 속성 갱신 방법은, 서로 다른 애플리케이션들이 거의 동시에 속성을 서로 다르게 갱신하고자 할 때 원치 않는 문제를 야기한다.Such a conventional property update method causes an undesirable problem when different applications attempt to update properties differently from each other at about the same time.
이를 테면, 도 3에 나타난 바와 같이, app1의 갱신 요청이 app2의 갱신 요청 보다 아주 조금 빠르게 이루어졌다면, app1에 의해 추가된 속성 값 "c"가 app2에 의해 의도치 않게 삭제되는 문제가 있다. app2가 app1에 의한 갱신 사실을 모르고 있었기 때문이다.For example, as shown in FIG. 3, if the update request of app1 is made a little faster than the update request of app2, there is a problem that the attribute value "c" added by app1 is unintentionally deleted by app2. This is because app2 did not know about the update by app1.
이와 같이, 서로 다른 애플리케이션들이 거의 동시에 리소스 속성을 갱신하는 경우에는, 이전에 다른 애플리케이션이 추가한 속성 값이 다시 삭제될 수 있고, 이전에 다른 애플리케이션이 삭제한 속성 값이 다시 복구될 수도 있는 것이다.As described above, when different applications update the resource attribute at about the same time, attribute values previously added by other applications may be deleted again, and attribute values previously deleted by other applications may be restored again.
이를 해결하기 위한 방안으로, 도 4에 도시된 바와 같이, 속성 값을 업데이트하기 전에 속성 값의 목록을 조회하는 것을 선행하도록 할 수 있다. 하지만, 이는 갱신 권한 뿐만 아니라 조회 권한 까지 가지고 있는 경우에만 가능하며, 트래픽을 증가시킨다는 문제가 있다.As a solution to this, as illustrated in FIG. 4, before updating the attribute value, a list of attribute values may be searched beforehand. However, this is possible only when the user has not only the update authority but also the search authority, and there is a problem of increasing traffic.
위 문제를 해결하기 위한 다른 방안으로, 조건부 업데이트(conditional update)를 통해 최신 데이터를 사전에 조회하지 않고 업데이트하는 것을 상정할 수 있다. 하지만, 다른 애플리케이션에 의해 데이터가 갱신된 경우에는, 다시 조회하여 최신 속성 값 목록을 취득하고 다시 업데이트를 수행해야 한다는 점에서, 조회 권한이 별도로 필요하며, 트래픽을 증가시킨다는 문제는 여전하다.As another way to solve the above problem, it can be assumed to update the latest data without prior inquiry through conditional update. However, when data is updated by another application, a separate inquiry authority is required and the problem of increasing traffic remains in that it is necessary to retrieve the latest attribute value list by re-inquiring it and then perform the update again.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 목록으로 저장되는 다수의 리소스 속성 값들을 갱신 함에 있어, 속성 값 목록 전체가 아닌 추가/삭제하려는 속성 값에 대해서만 갱신하는 방법을 제공함에 있다.The present invention was conceived to solve the above problems, and an object of the present invention is to update only the attribute values to be added/deleted, not the entire attribute value list, in updating a plurality of resource attribute values stored in a list. It is in providing a way to do it.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 속성 값 갱신 방법은, M2M 플랫폼이, 요청 메시지를 수신하는 단계; 수신된 요청 메시지가 갱신 요청 메시지이면, M2M 플랫폼이 수신된 갱신 요청 메시지에 포함되어 있는 지시자의 값을 확인하는 단계; 지시자가 리소스의 속성 값 삭제를 지시하는 지시자로 확인되면, M2M 플랫폼이 대상 리소스의 타겟 속성에서 해당 속성 값을 삭제하는 단계; 지시자가 리소스의 속성 값 추가를 지시하는 지시자로 확인되면, M2M 플랫폼이 대상 리소스의 타겟 속성에서 해당 속성 값을 추가하는 단계; 및 M2M 플랫폼이, 삭제 또는 추가 결과를 요청에 대한 응답으로 반환하는 단계;를 포함한다.According to an embodiment of the present invention for achieving the above object, an attribute value update method includes, by the M2M platform, receiving a request message; If the received request message is an update request message, checking, by the M2M platform, a value of an indicator included in the received update request message; If the indicator is identified as an indicator indicating deletion of the attribute value of the resource, the M2M platform deleting the attribute value from the target attribute of the target resource; If the indicator is identified as an indicator indicating the addition of the attribute value of the resource, the M2M platform adding the attribute value from the target attribute of the target resource; And returning, by the M2M platform, a result of deletion or addition in response to the request.
삭제 단계는, M2M 플랫폼이, 대상 리소스에 타겟 속성이 존재하고 타겟 속성에 속성 값이 있는지 확인하는 단계; 타겟 속성이 존재하고 타겟 속성에 속성 값이 존재하면, M2M 플랫폼이 타겟 속성에 수록되어 있는 속성 값들 중 삭제될 속성 값들을 확인하는 단계; 속성 값 전부가 삭제되는 것으로 확인되면, M2M 플랫폼이 타겟 속성이 비어 있을 수 있는 속성인지 확인하는 단계; 타겟 속성이 비어 있을 수 있는 속성으로 확인되면, M2M 플랫폼이 해당 속성 값들만 삭제하는 단계;를 포함할 수 있다.The deleting step may include checking, by the M2M platform, whether a target attribute exists in the target resource and an attribute value exists in the target attribute; Checking, by the M2M platform, attribute values to be deleted among attribute values included in the target attribute if the target attribute exists and the attribute value exists in the target attribute; If it is confirmed that all of the attribute values are deleted, the M2M platform confirms whether the target attribute is an attribute that can be empty; If the target attribute is identified as an attribute that may be empty, the M2M platform deleting only the corresponding attribute values; may be included.
삭제 단계는, 타겟 속성이 비어 있을 수 없는 속성으로 확인되면, M2M 플랫폼이 타겟 속성을 삭제하는 단계;를 더 포함할 수 있다.The deleting step may further include: if the target attribute is identified as a non-empty attribute, the M2M platform deletes the target attribute.
삭제 단계는, 타겟 속성이 존재하지 않거나 존재하더라도 타겟 속성이 비어 있는 것으로 확인되면, M2M 플랫폼이 요청에 대한 응답으로 에러 메시지를 반환하는 단계;를 더 포함할 수 있다.The deleting step may further include, if the target attribute does not exist or it is determined that the target attribute is empty even if it exists, returning an error message in response to the request by the M2M platform.
삭제 단계는, 속성 값 전부가 삭제되는 것으로 확인되면, M2M 플랫폼이 타겟 속성에서 해당 속성 값들만을 삭제하는 단계;를 더 포함할 수 있다.The deleting step may further include, when it is confirmed that all of the attribute values are deleted, the M2M platform deleting only the corresponding attribute values from the target attribute.
추가 단계는, M2M 플랫폼이, M2M 플랫폼이 대상 리소스에 타겟 속성이 존재하는지 확인하는 단계; 및 타겟 속성이 존재하는 것으로 확인되면, M2M 플랫폼이 타겟 속성에 해당 속성 값들을 추가하는 단계;를 더 포함할 수 있다.The additional step may include the steps of, by the M2M platform, checking whether the target attribute exists in the target resource by the M2M platform; And when it is determined that the target attribute exists, adding, by the M2M platform, the attribute values to the target attribute.
추가 단계는, 타겟 속성이 존재하지 않는 것으로 확인되면, M2M 플랫폼이 타겟 속성을 생성한 후에 타겟 속성에 속성 값들을 추가하는 단계;를 더 포함할 수 있다.The additional step may further include, if it is determined that the target attribute does not exist, adding attribute values to the target attribute after the M2M platform generates the target attribute.
한편, 본 발명의 다른 실시예에 따른, M2M 플랫폼은, M2M 단말의 애플리케이션으로부터 요청 메시지를 수신하는 통신부; 및 통신부를 통해 수신된 요청 메시지가 갱신 요청 메시지이면 수신된 갱신 요청 메시지에 포함되어 있는 지시자의 값을 확인하고, 지시자가 리소스의 속성 값 삭제를 지시하는 지시자로 확인되면 대상 리소스의 타겟 속성에서 해당 속성 값을 삭제하며, 지시자가 리소스의 속성 값 추가를 지시하는 지시자로 확인되면 M2M 플랫폼이 대상 리소스의 타겟 속성에서 해당 속성 값을 추가하고, 삭제 또는 추가 결과를 요청에 대한 응답으로 통신부를 통해 M2M 단말에 반환하는 프로세서;를 포함한다.On the other hand, according to another embodiment of the present invention, the M2M platform includes: a communication unit for receiving a request message from an application of the M2M terminal; And if the request message received through the communication unit is an update request message, the value of the indicator included in the received update request message is checked, and if the indicator is identified as an indicator instructing to delete the attribute value of the resource, the target attribute of the target resource If the attribute value is deleted, and the indicator is identified as an indicator that directs the addition of the attribute value of the resource, the M2M platform adds the attribute value from the target attribute of the target resource, and sends the result of deletion or addition through the M2M communication unit in response to the request. It includes; a processor that returns to the terminal.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 목록으로 저장되는 다수의 리소스 속성 값들을 갱신 함에 있어, 속성 값 목록 전체가 아닌 추가/삭제하려는 속성 값에 대해서만 갱신 요청/처리함으로써, 서로 다른 애플리케이션들이 거의 동시에 속성 값을 서로 다르게 갱신하고자 하는 경우에도, 조회 권한이나 트래픽 증가의 문제 없이 원하는 대로 갱신이 가능해진다.As described above, according to embodiments of the present invention, in updating a plurality of resource attribute values stored in a list, by requesting/processing update only for attribute values to be added/deleted, not the entire attribute value list, different Even when applications attempt to update attribute values differently at the same time, they can be updated as desired without increasing the inquiry authority or traffic.
도 1과 도 2는, 종래의 리소스 속성 갱신 방법의 설명에 제공되는 도면들,
도 3은 종래의 리소스 속성 갱신 방법에서 발생하는 문제점을 나타낸 도면,
도 4는 업데이트 전 조회를 통해 문제점을 해결하는 방안을 나타낸 도면,
도 5는 조건부 업데이트를 통해 문제점을 해결하는 방안을 나타낸 도면,
도 6은 본 발명의 일 실시예에 따른 리소스 속성 값 갱신 방법의 설명에 제공되는 도면이다.
도 7은 본 발명이 적용 가능한 IoT/M2M 시스템을 도시한 도면, 그리고,
도 8은, 도 7에 도시된 전자 기기들의 내부 블럭도이다.1 and 2 are diagrams provided for explanation of a conventional resource attribute updating method;
3 is a diagram showing a problem occurring in a conventional resource attribute updating method;
4 is a diagram showing a method of solving a problem through inquiry before an update;
5 is a diagram showing a method of solving a problem through conditional update;
6 is a diagram provided to explain a method of updating a resource attribute value according to an embodiment of the present invention.
7 is a diagram showing an IoT/M2M system to which the present invention is applicable, and,
8 is an internal block diagram of the electronic devices shown in FIG. 7.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, the present invention will be described in more detail with reference to the drawings.
도 6은 본 발명의 일 실시예에 따른 리소스 속성 값 갱신 방법의 설명에 제공되는 도면이다.6 is a diagram provided to explain a method of updating a resource attribute value according to an embodiment of the present invention.
본 발명의 실시예에서는 목록으로 다수의 속성 값들이 저장되는 리소스의 속성을 갱신(update) 함에 있어 적용 가능한데, 목록으로 저장되는 다수의 속성 값들은, 이를 테면, notificationURIs, accessControlPolicyIDs, memberIDs 등을 말한다.In the embodiment of the present invention, it is applicable in updating the properties of a resource in which a plurality of attribute values are stored in a list, and a plurality of attribute values stored in a list refer to, for example, notificationURIs, accessControlPolicyIDs, memberIDs, and the like.
본 발명의 실시예에서는, 속성에 목록으로 추가하거나 삭제하고자하는 속성 값 만을 전달하여 갱신을 수행하며, 속성의 목록 전체를 덮어쓰지 않고 추가/삭제하려는 속성 값에 대해서만 덮어쓰기가 이루어지게 된다.In an embodiment of the present invention, update is performed by passing only attribute values to be added or deleted to the attribute list, and only attribute values to be added/deleted are overwritten without overwriting the entire list of attributes.
이와 같은 방식의 리소스 속성 값 갱신 과정은, 도 6에 도시된 바와 같이, IoT/M2M 플랫폼이 IoT/M2M 단말의 애플리케이션으로부터 요청 메시지를 수신함으로써 개시된다(S5).The process of updating the resource attribute value in this manner is initiated by receiving a request message from the application of the IoT/M2M terminal by the IoT/M2M platform, as shown in FIG. 6 (S5).
속성 값 갱신은 요청 메시지가 갱신 요청 메시지일 것이 전제된다. 따라서, S5단계에서 수신된 요청 메시지가 갱신 요청 메시지가 아닌 경우(S10 - No), IoT/M2M 플랫폼은 후속 절차를 수행하지 않고, 요청에 대한 응답으로 에러 메시지를 반환한다(S15).For the attribute value update, it is assumed that the request message is an update request message. Therefore, if the request message received in step S5 is not the update request message (S10-No), the IoT/M2M platform does not perform a subsequent procedure and returns an error message in response to the request (S15).
갱신 요청 메시지에는, 리소스 속성 값 갱신을 지시하는 지시자가 포함되어 있다. 그리고, 지시자는, 1) 리소스 속성 값을 추가할 것을 지시하는 추가 지시자와 2) 리소스 속성 값을 삭제할 것을 지시하는 삭제 지시자로 구분된다.The update request message includes an indicator instructing to update the resource attribute value. In addition, the indicator is divided into 1) an additional indicator instructing to add a resource attribute value and 2) a deletion indicator instructing to delete the resource attribute value.
S5단계에서 수신된 요청 메시지가 갱신 요청 메시지이면(S10 - Yes), IoT/M2M 플랫폼은 수신된 갱신 요청 메시지에 포함되어 있는 지시자의 값을 확인한다(S20).If the request message received in step S5 is an update request message (S10-Yes), the IoT/M2M platform checks the value of the indicator included in the received update request message (S20).
S20단계에서 요청 메시지에 포함된 지시가가 삭제 지시자로 확인되면(S20 - delete), IoT/M2M 플랫폼은 대상 리소스에 타겟 속성이 존재하고, 타겟 속성에 속성 값이 있는지 확인한다(S25).When the indication value included in the request message is confirmed as the deletion indicator in step S20 (S20-delete), the IoT/M2M platform checks whether the target property exists in the target resource and the property value exists in the target property (S25).
S25단계에서 타겟 속성이 존재하지 않거나 존재하더라도 타겟 속성이 비어 있는 것으로 확인되면(S25 - No), IoT/M2M 플랫폼은 후속 절차를 수행하지 않고, 요청에 대한 응답으로 에러 메시지를 반환한다(S30).In step S25, if the target attribute does not exist or it is determined that the target attribute is empty even if it exists (S25-No), the IoT/M2M platform does not perform a subsequent procedure and returns an error message in response to the request (S30). .
반면, S25단계에서 타겟 속성이 존재하고 타겟 속성에 속성 값이 있다면(S25 - Yes), IoT/M2M 플랫폼은 타겟 속성에 수록되어 있는 속성 값들 중 삭제될 속성 값들을 확인한다(S35).On the other hand, if the target attribute exists and the target attribute has an attribute value in step S25 (S25-Yes), the IoT/M2M platform checks attribute values to be deleted among attribute values included in the target attribute (S35).
S35단계에서 속성 값 전부가 삭제되는 것으로 확인되면(S35 - all items are delete target), IoT/M2M 플랫폼은 타겟 속성이 비어 있을 수 있는 속성인지 확인한다(S40).When it is confirmed that all attribute values are deleted in step S35 (S35-all items are delete target), the IoT/M2M platform checks whether the target attribute is an attribute that can be empty (S40).
S40단계에서 타겟 속성이 비어 있을 수 '없는' 속성으로 확인되면(S40 - No), IoT/M2M 플랫폼은 타겟 속성을 삭제하고(S45), 삭제 결과를 응답 메시지로 IoT/M2M 단말의 애플리케이션에 반환한다(S55).In step S40, if the target attribute is identified as a'non-empty' attribute (S40-No), the IoT/M2M platform deletes the target attribute (S45), and returns the deletion result to the application of the IoT/M2M terminal as a response message. Do (S55).
반면, S40단계에서 타겟 속성이 비어 있을 수 '있는' 속성으로 확인되면(S40 - Yes), IoT/M2M 플랫폼은 해당 속성 값들만 삭제하고 타겟 속성은 빈 채로 남겨둔 다음(S50), 삭제 결과를 응답 메시지로 IoT/M2M 단말의 애플리케이션에 반환한다(S55).On the other hand, if the target attribute is identified as a'possible' attribute in step S40 (S40-Yes), the IoT/M2M platform deletes only the attribute values and leaves the target attribute empty (S50), and then responds to the deletion result. The message is returned to the application of the IoT/M2M terminal (S55).
한편, S35단계에서 속성 값 전부가 삭제되는 것이 아니라면, 즉, 속성 값들 중 일부만 삭제되는 것이라면(S35 - has item(s) that are not delete target), IoT/M2M 플랫폼은 타겟 속성에서 해당 속성 값들만을 삭제하고(S60), 삭제 결과를 응답 메시지로 IoT/M2M 단말의 애플리케이션에 반환한다(S55).On the other hand, if not all of the attribute values are deleted in step S35, that is, only some of the attribute values are deleted (S35-has item(s) that are not delete target), the IoT/M2M platform only applies the corresponding attribute values in the target attribute. Is deleted (S60), and the deletion result is returned to the application of the IoT/M2M terminal as a response message (S55).
한편, S20단계에서 요청 메시지에 포함된 지시가가 추가 지시자로 확인되면(S20 - add), IoT/M2M 플랫폼은 대상 리소스에 타겟 속성이 존재하는지 확인한다(S65).On the other hand, in step S20, if the indication value included in the request message is confirmed as an additional indicator (S20-add), the IoT/M2M platform checks whether the target attribute exists in the target resource (S65).
S65단계에서 타겟 속성이 존재하는 것으로 확인되면(S65 - Yes), IoT/M2M 플랫폼은 타겟 속성에 해당 속성 값들을 추가하고(S70), 추가 결과를 응답 메시지로 IoT/M2M 단말의 애플리케이션에 반환한다(S55).If it is confirmed that the target attribute exists in step S65 (S65-Yes), the IoT/M2M platform adds the attribute values to the target attribute (S70), and returns the added result as a response message to the application of the IoT/M2M terminal. (S55).
반면, S65단계에서 타겟 속성이 존재하지 않는 것으로 확인되면(S65 - Np), IoT/M2M 플랫폼은 타겟 속성을 생성한 후에 타겟 속성에 속성 값들을 추가한다(S70). 이 경우에는 대상 리소스에 추가 요청된 속성 값들 가지는 속성이 추가되는 것이다.On the other hand, if it is determined that the target attribute does not exist in step S65 (S65-Np), the IoT/M2M platform creates the target attribute and then adds attribute values to the target attribute (S70). In this case, attributes having additional requested attribute values are added to the target resource.
다음, 추가 결과를 응답 메시지로 IoT/M2M 단말의 애플리케이션에 반환한다(S55).Next, the additional result is returned to the application of the IoT/M2M terminal as a response message (S55).
도 7은 본 발명이 적용 가능한 IoT/M2M 시스템을 도시한 도면이다. 본 발명이 적용 가능한 IoT/M2M 시스템은, 도 7에 도시된 바와 같이, 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34)와 같은 다양한 전자 기기들이 상호 통신가능하도록 연결되어 구축된다.7 is a diagram showing an IoT/M2M system to which the present invention is applicable. The IoT/M2M system to which the present invention is applicable, as shown in FIG. 7, is a server 100-1, a gateway 100-21, 100-22, and a device 100-31, 100-32, 100-33. , 100-34), and various electronic devices are connected and constructed to enable communication with each other.
도 7에 도시된 전자 기기들의 개수, 이를 테면, IoT/M2M 시스템을 구성하는 서버(100-1), 게이트웨이(100-21, 100-22) 및 디바이스(100-31, 100-32, 100-33, 100-34)의 대수는 예시적인 것이므로, 이와 다르게 구현하는 경우도 본 발명의 기술적 사상이 적용될 수 있다.The number of electronic devices shown in FIG. 7, for example, a server 100-1, a gateway 100-21, 100-22, and a device 100-31, 100-32, 100- constituting an IoT/M2M system. 33, 100-34) is exemplary, and thus the technical idea of the present invention may be applied to a case of implementing differently from this.
나아가, 도 7에 도시된 전자 기기들의 연결 구조 역시, 필요에 따라 다른 방식으로 대체될 수 있음은 물론이다.Furthermore, it goes without saying that the connection structure of the electronic devices shown in FIG. 7 can also be replaced in other ways as necessary.
도 7에 도시된 모든 전자 기기들은, 전술한 IoT/M2M 플랫폼으로써 기능을 수행할 수 있다. 즉, 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34) 모두 리소스 속성 값 목록 전체가 아닌 추가/삭제하려는 속성 값에 대해서만 갱신 요청을 수신하여 처리할 수 있는 것이다.All electronic devices shown in FIG. 7 can function as the aforementioned IoT/M2M platform. That is, the server (100-1), gateway (100-21, 100-22), and device (100-31, 100-32, 100-33, 100-34) are all It is possible to receive and process an update request only for the attribute value.
도 8은, 도 7에 도시된 전자 기기들의 내부 블럭도이다. 본 발명의 실시예를 구현함에 있어 필요한 구성들은 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34) 모두가 공통된다. 따라서, 도 8에서는 이들을 참조 부호 "100"으로 통칭하여 도시하였으며, 이하에서 전자 기기로 통칭한다.8 is an internal block diagram of the electronic devices shown in FIG. 7. The configurations necessary to implement the embodiment of the present invention are all of the server 100-1, the gateway 100-21, 100-22, and the devices 100-31, 100-32, 100-33, 100-34. Are common. Accordingly, in FIG. 8, these are collectively referred to as “100”, and hereinafter, they are collectively referred to as electronic devices.
도 8에 도시된 바와 같이, 본 발명의 다른 실시예에 따른 전자 기기들은, 통신부(110), 프로세서(120), 저장부(130) 및 기능 블록(140)을 포함한다.As shown in FIG. 8, electronic devices according to another embodiment of the present invention include a
통신부(110)는 외부 기기와 통신하고 외부 네트워크에 액세스하기 위한 통신 인터페이스 수단으로, IoT/M2M 단말의 애플리케이션과 통신한다.The
프로세서(120)는 적어도 하나의 AE(Application Entitr)와 CSE(Common Service Entity)를 포함한다. 전자 기기의 종류와 기능에 따라서는, AE가 포함되지 않을 수도 있다.The
프로세서(120)의 위에서 제시한 바에 따라, IoT/M2M 단말의 애플리케이션으로부터 수신한 갱신 요청에 포함된 지시자를 참조하여, 리소스 속성 값 목록 전체가 아닌 추가/삭제하려는 속성 값에 대해서만 갱신을 처리하기 위해 필요한 절차들을 수행하며, 저장부(130)는 프로세서(120)가 해당 서비스를 제공함에 있어 필요한 저장 공간을 제공한다.As suggested above by the
기능 블록(140)은 전자 기기 본연의 기능을 수행한다. 이를 테면, 전자 기기가 서버(100-1)인 경우, 사용자 서비스를 제공하는 가상 머신들이 기능 블록(140)에 해당한다.The
지금까지, 목록으로 저장되는 다수의 리소스 속성 값들을 갱신 함에 있어, 속성 값 목록 전체가 아닌 추가/삭제하려는 속성 값에 대해서만 갱신 요청/처리하는 방법과 이를 수행하는 IoT/M2M 플랫폼의 구조에 대해 바람직한 실시예들을 들어 상세히 설명하였다.Until now, in updating a number of resource attribute values stored in a list, it is desirable for a method of requesting/processing update only for attribute values to be added/deleted, not for the entire attribute value list, and the structure of IoT/M2M platform that performs this. It has been described in detail with reference to examples.
본 발명의 실시예에 의해, 서로 다른 애플리케이션들이 거의 동시에 속성 값을 서로 다르게 갱신하고자 하는 경우에도, 조회 권한이나 트래픽 증가의 문제 없이 원하는 대로 갱신이 가능해진다.According to the exemplary embodiment of the present invention, even when different applications attempt to update attribute values differently at almost the same time, it is possible to update as desired without increasing inquiry authority or traffic.
한편, 위 실시예에서 갱신 대상으로 언급한 리소스 속성 값은 다른 것으로 대체될 수 있다. 즉, 리소스 속성 값 이외에도 목록으로 저장되는 아이템(Array Item)에 대해, 본 발명의 기술적 사상이 적용될 수 있다.Meanwhile, the resource attribute value mentioned as an update target in the above embodiment may be replaced with another one. That is, the technical idea of the present invention may be applied to an item (Array Item) stored as a list in addition to the resource attribute value.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.On the other hand, it goes without saying that the technical idea of the present invention can 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. Further, the technical idea according to various embodiments of the present invention may be implemented in the form of a computer-readable code recorded on a computer-readable recording medium. The computer-readable recording medium can be any data storage device that can be read by a computer and can store data. For example, a 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, a computer-readable code or program stored in a computer-readable recording medium may be transmitted through a network connected between computers.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although the 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 claimed in the claims. In addition, various modifications are possible by those of ordinary skill in the art, and these modifications should not be understood individually from the technical spirit or prospect of the present invention.
100-1 : 서버
100-21, 100-22 : 게이트웨이
100-31, 100-32, 100-33, 100-34 : 디바이스
110 : 통신부
120 : 프로세서
130 : 저장부
140 : 기능 블록100-1: server
100-21, 100-22: gateway
100-31, 100-32, 100-33, 100-34: device
110: communication department
120: processor
130: storage unit
140: function block
Claims (8)
수신된 요청 메시지가 갱신 요청 메시지이면, M2M 플랫폼이 수신된 갱신 요청 메시지에 포함되어 있는 지시자의 값을 확인하는 단계;
지시자가 리소스의 속성 값 삭제를 지시하는 지시자로 확인되면, M2M 플랫폼이 대상 리소스의 타겟 속성에서 해당 속성 값을 삭제하는 단계;
지시자가 리소스의 속성 값 추가를 지시하는 지시자로 확인되면, M2M 플랫폼이 대상 리소스의 타겟 속성에서 해당 속성 값을 추가하는 단계; 및
M2M 플랫폼이, 삭제 또는 추가 결과를 요청에 대한 응답으로 반환하는 단계;를 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
Receiving, by the M2M platform, a request message;
If the received request message is an update request message, checking, by the M2M platform, a value of an indicator included in the received update request message;
If the indicator is identified as an indicator indicating deletion of the attribute value of the resource, the M2M platform deleting the attribute value from the target attribute of the target resource;
If the indicator is identified as an indicator indicating the addition of the attribute value of the resource, the M2M platform adding the attribute value from the target attribute of the target resource; And
And returning, by the M2M platform, a result of deletion or addition in response to the request.
삭제 단계는,
M2M 플랫폼이, 대상 리소스에 타겟 속성이 존재하고 타겟 속성에 속성 값이 있는지 확인하는 단계;
타겟 속성이 존재하고 타겟 속성에 속성 값이 존재하면, M2M 플랫폼이 타겟 속성에 수록되어 있는 속성 값들 중 삭제될 속성 값들을 확인하는 단계;
속성 값 전부가 삭제되는 것으로 확인되면, M2M 플랫폼이 타겟 속성이 비어 있을 수 있는 속성인지 확인하는 단계;
타겟 속성이 비어 있을 수 있는 속성으로 확인되면, M2M 플랫폼이 해당 속성 값들만 삭제하는 단계;를 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
The method according to claim 1,
The deletion step is:
Checking, by the M2M platform, whether a target attribute exists in the target resource and an attribute value exists in the target attribute;
Checking, by the M2M platform, attribute values to be deleted among attribute values included in the target attribute if the target attribute exists and the attribute value exists in the target attribute;
If it is confirmed that all of the attribute values are deleted, the M2M platform confirms whether the target attribute is an attribute that can be empty;
And if the target attribute is identified as an attribute that may be empty, the M2M platform deleting only the corresponding attribute values.
삭제 단계는,
타겟 속성이 비어 있을 수 없는 속성으로 확인되면, M2M 플랫폼이 타겟 속성을 삭제하는 단계;를 더 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
The method according to claim 2,
The deletion step is:
If the target attribute is identified as a non-empty attribute, the M2M platform deleting the target attribute; the attribute value update method further comprising a.
삭제 단계는,
타겟 속성이 존재하지 않거나 존재하더라도 타겟 속성이 비어 있는 것으로 확인되면, M2M 플랫폼이 요청에 대한 응답으로 에러 메시지를 반환하는 단계;를 더 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
The method according to claim 2,
The deletion step is:
If the target attribute does not exist or it is determined that the target attribute is empty even if the target attribute is present, the M2M platform returns an error message in response to the request.
삭제 단계는,
속성 값 전부가 삭제되는 것으로 확인되면, M2M 플랫폼이 타겟 속성에서 해당 속성 값들만을 삭제하는 단계;를 더 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
The method according to claim 2,
The deletion step is:
If it is confirmed that all of the attribute values are deleted, the M2M platform deleting only the corresponding attribute values from the target attribute; the attribute value updating method further comprising.
추가 단계는,
M2M 플랫폼이, M2M 플랫폼이 대상 리소스에 타겟 속성이 존재하는지 확인하는 단계; 및
타겟 속성이 존재하는 것으로 확인되면, M2M 플랫폼이 타겟 속성에 해당 속성 값들을 추가하는 단계;를 더 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
The method according to claim 1,
The additional steps are:
Determining, by the M2M platform, whether the target attribute exists in the target resource by the M2M platform; And
If it is confirmed that the target attribute exists, adding, by the M2M platform, the attribute values to the target attribute.
추가 단계는,
타겟 속성이 존재하지 않는 것으로 확인되면, M2M 플랫폼이 타겟 속성을 생성한 후에 타겟 속성에 속성 값들을 추가하는 단계;를 더 포함하는 것을 특징으로 하는 속성 값 갱신 방법.
The method of claim 6,
The additional steps are:
If it is determined that the target attribute does not exist, adding attribute values to the target attribute after the M2M platform creates the target attribute.
통신부를 통해 수신된 요청 메시지가 갱신 요청 메시지이면 수신된 갱신 요청 메시지에 포함되어 있는 지시자의 값을 확인하고, 지시자가 리소스의 속성 값 삭제를 지시하는 지시자로 확인되면 대상 리소스의 타겟 속성에서 해당 속성 값을 삭제하며, 지시자가 리소스의 속성 값 추가를 지시하는 지시자로 확인되면 M2M 플랫폼이 대상 리소스의 타겟 속성에서 해당 속성 값을 추가하고, 삭제 또는 추가 결과를 요청에 대한 응답으로 통신부를 통해 M2M 단말에 반환하는 프로세서;를 포함하는 것을 특징으로 하는 M2M 플랫폼.
A communication unit for receiving a request message from an application of the M2M terminal; And
If the request message received through the communication unit is an update request message, the value of the indicator included in the received update request message is checked, and if the indicator is identified as an indicator instructing to delete the attribute value of the resource, the corresponding attribute in the target attribute of the target resource. If the value is deleted, and the indicator is identified as an indicator instructing to add an attribute value of a resource, the M2M platform adds the attribute value in the target attribute of the target resource, and the deletion or addition result is sent to the M2M terminal through the communication unit in response to the request. Processor to return to; M2M platform comprising a.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190132438A KR20210048309A (en) | 2019-10-23 | 2019-10-23 | Resource Attribute Value Update Method for IoT/M2M Platform |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190132438A KR20210048309A (en) | 2019-10-23 | 2019-10-23 | Resource Attribute Value Update Method for IoT/M2M Platform |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20210048309A true KR20210048309A (en) | 2021-05-03 |
Family
ID=75911016
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020190132438A KR20210048309A (en) | 2019-10-23 | 2019-10-23 | Resource Attribute Value Update Method for IoT/M2M Platform |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20210048309A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113259443A (en) * | 2021-05-20 | 2021-08-13 | 远景智能国际私人投资有限公司 | Resource data updating system, method, device, equipment and readable storage medium |
WO2023068393A1 (en) * | 2021-10-19 | 2023-04-27 | 한국전자기술연구원 | Resource label lookup method in onem2m system |
-
2019
- 2019-10-23 KR KR1020190132438A patent/KR20210048309A/en active Search and Examination
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113259443A (en) * | 2021-05-20 | 2021-08-13 | 远景智能国际私人投资有限公司 | Resource data updating system, method, device, equipment and readable storage medium |
CN113259443B (en) * | 2021-05-20 | 2023-09-29 | 远景智能国际私人投资有限公司 | Resource data updating system, method, device, equipment and readable storage medium |
WO2023068393A1 (en) * | 2021-10-19 | 2023-04-27 | 한국전자기술연구원 | Resource label lookup method in onem2m system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11334562B2 (en) | Blockchain based data management system and method thereof | |
EP3338436B1 (en) | Lock-free updates to a domain name blacklist | |
CN109542361B (en) | Distributed storage system file reading method, system and related device | |
CN107786638B (en) | Data processing method, device and system | |
US10013312B2 (en) | Method and system for a safe archiving of data | |
CN110519240B (en) | Single sign-on method, device and system | |
CN109213604B (en) | Data source management method and device | |
US11063922B2 (en) | Virtual content repository | |
JP2018521405A (en) | Access method and apparatus | |
US10983718B2 (en) | Method, device and computer program product for data backup | |
CN112839076B (en) | Data storage method, data reading method, gateway, electronic equipment and storage medium | |
KR20210048309A (en) | Resource Attribute Value Update Method for IoT/M2M Platform | |
CN109472127A (en) | Permission processing method, device, using side apparatus and storage medium | |
US9264399B1 (en) | Lock-free updates to a domain name blacklist | |
US20220107752A1 (en) | Data access method and apparatus | |
KR101846778B1 (en) | Method for ID Resolution Service and M2M System applying the same | |
CN113282626A (en) | Redis-based data caching method and device, computer equipment and storage medium | |
KR20190103585A (en) | Semantic Resource Discovery Method in M2M System | |
US11394748B2 (en) | Authentication method for anonymous account and server | |
CN112115500A (en) | Method, device and system for accessing file | |
KR101419275B1 (en) | Data synchronizing and servicing apparatus and method based on cloud storage | |
US11494346B2 (en) | Composite file system commands | |
CN110413215B (en) | Method, apparatus and computer program product for obtaining access rights | |
KR101852727B1 (en) | Cross-Resource Subscriptions Management Method | |
CN114116651A (en) | System and method for supporting multi-protocol unified management user to access files |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination |