WO2019022583A1 - Data query method of specific type device, based on location information - Google Patents

Data query method of specific type device, based on location information Download PDF

Info

Publication number
WO2019022583A1
WO2019022583A1 PCT/KR2018/008599 KR2018008599W WO2019022583A1 WO 2019022583 A1 WO2019022583 A1 WO 2019022583A1 KR 2018008599 W KR2018008599 W KR 2018008599W WO 2019022583 A1 WO2019022583 A1 WO 2019022583A1
Authority
WO
WIPO (PCT)
Prior art keywords
location information
data
resource
attribute
inquiry request
Prior art date
Application number
PCT/KR2018/008599
Other languages
French (fr)
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 전자부품연구원
Publication of WO2019022583A1 publication Critical patent/WO2019022583A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/70Services for machine-to-machine communication [M2M] or machine type communication [MTC]

Definitions

  • the present invention relates to an Internet of Things (IoT) / M2M (Machine to Machine) technology, and more particularly, to a method of inquiring device data on an IoT / M2M platform.
  • IoT Internet of Things
  • M2M Machine to Machine
  • the present invention has been made in order to solve the above problems, and it is an object of the present invention to provide a method and system for an application to inquire only data of a device located at a corresponding location by specifying location information in a query for data .
  • a data inquiry method including receiving a data inquiry request including location information; Retrieving a data resource to which a location information attribute matching the location information included in the data inquiry request is applied; And returning the search result.
  • the location information attribute may be stored in the data resource.
  • the location information attribute may be included in the upper resource of the data resource.
  • the location information attribute may include the location information of the device or the ID of the resource containing the location information of the device.
  • the data resource may include an attribute including information on whether or not the positional information attribute is applied.
  • the location information included in the data inquiry request may include information on three or more coordinates for specifying the area, and information for designating the inside or outside of the area.
  • the data inquiry request includes a resource type condition
  • the retrieving step is capable of retrieving a resource of a type that conforms to the resource type condition, to which a location information attribute conforming to the received location information is applied.
  • an M2M system includes: a communication unit for receiving a data inquiry request including location information from an application executed in a user terminal; And a processor for searching for a data resource to which a location information attribute matching the location information included in the data inquiry request is applied, and for returning the search result to the application.
  • an application can specify location information in a query on data and inquire only data of a device in the corresponding location.
  • the location information not only the location information but also the data resource type can be specified and only the specific type of data of the device at the corresponding location can be inquired.
  • FIG. 2 is a block diagram illustrating the concept of the present invention
  • 3 is a diagram illustrating a resource structure of oneM2M platform for location information based device data inquiry
  • FIG. 4 is a diagram showing another structure of resources of oneM2M platform for location information based device data inquiry
  • FIG. 5 is a diagram illustrating a process of searching for location information and returning a search result
  • FIG. 6 is a diagram illustrating an IoT / M2M system to which the present invention is applicable.
  • FIG. 7 is an internal block diagram of the electronic devices shown in Fig.
  • FIG. 2 is a diagram provided in a conceptual description of the present invention. As shown in FIG. 2, a method of inquiring device data based on location information is disclosed in the embodiment of the present invention.
  • the application executed in the user terminal may include location information such as “are in ⁇ " x1, y1 ",” x2, y2 “,” x3, y3 " Quot; ⁇ " to inquire only the data of the device at the corresponding position.
  • FIG. 3 is a view showing a resource structure of oneM2M platform for location information based device data inquiry. For ease of understanding and explanation, FIG. 3 further shows an application for inquiring data.
  • a location information attribute is added to a data container resource.
  • locationContainerID attribute
  • locationTag attribute
  • location information fixed in the "locationTag” attribute is recorded, and the location information can be used without limitation in the types and types such as GPS coordinates, address, zip code, and the like.
  • location information is stored in other container resources and updated periodically.
  • the ID of the container resource containing the location information is stored in the "locationContainerID" attribute so that the container resource can be linked to the container resource.
  • ⁇ Container> resources with location information properties are searched for location information based queries, but ⁇ container> resources without location information properties are not searched for location information based queries.
  • the technical idea of the present invention can also be applied to a case where a location information attribute is added to a resource other than the ⁇ container> resource, such as the ⁇ timeSeries> resource, the ⁇ flexContainer> resource, and the ⁇ semanticDescriptor> resource.
  • FIG. 4 is a view showing another structure of resources of oneM2M platform for location information based device data inquiry.
  • the "locationContainerID” attribute and the “locationTag” attribute may be added to the ⁇ AE> resource which is an upper resource of the resource in which data is stored.
  • the location information attribute stores ⁇ AE> location information of the device that created the resource.
  • a " locationInfoInheritence " attribute is added to a ⁇ container > resource in which data ⁇ AE>
  • the " locationInfoInheritence " attribute contains information indicating whether the location information is applied to the ⁇ container> resource.
  • the ⁇ container> resource refers to the location information of the device that generated the parent node ⁇ AE>.
  • the data of the ⁇ container> resource is searched for in the location information based query.
  • the ⁇ container> resource does not refer to the location information of the device that generated the parent node ⁇ AE>. In this case, the data of the ⁇ container> resource is not searched for in the location information based query.
  • ⁇ AE> resource does not have the location property attributes "locationContainerID” and "locationTag” attributes, all data resources subordinate to the ⁇ AE> resource are not searched for location information based queries.
  • the location information recording by the resource structure shown in FIG. 4 is applicable even when the upper resource of the resource in which data is stored is a resource other than the ⁇ AE> resource, for example, a ⁇ remoteCSE> resource.
  • the technical idea of the present invention can be applied to a case where data is stored in resources other than the ⁇ container> resource, the ⁇ timeSeries> resource, the ⁇ flexContainer> resource, and the ⁇ semanticDescriptor> resource as described above.
  • 5 is a view for explaining a process of oneM2M platform to retrieve and return data based on location information when an application inquires data based on location information.
  • a filter condition may be added as shown on the left side of FIG. 5, and a plurality of filter conditions may be combined into a logical operation.
  • the data of the container resource is returned instead of the ID of the data container resource of the device satisfying the location.
  • the container resource data may be implemented to be returned to the latest data.
  • locationCoordinates " and " coordinateBorder " are conditions for specifying a position as a region by three or more coordinates.
  • the " locationCoordinates " contains three or more coordinates that can specify a region, and " coordinateBorder " contains information specifying the inside of the region, outside the boundary, inside the boundary, and outside the boundary.
  • the inside of the boundary of the rectangular area specified by the four coordinates is specified as the device location.
  • locationTag is a condition for specifying a location to a point other than an area.
  • the "resourceType” can be added to the filter condition of the location information based inquiry request.
  • “resourceType” is a condition for specifying the resource type ( ⁇ container>, ⁇ timeSeries>, ⁇ flexContainer>, ⁇ semanticDescriptor>).
  • oneM2M platform searches for resources satisfying the resource type condition as resources having the location information attribute according to the filter condition, and stores the ID of the retrieved resource or the latest data And returns it to the application along with the location information and the "labels" attribute (eg "temp_sensor1").
  • the IoT / M2M system to which the present invention is applicable includes a server 100-1, gateways 100-21 and 100-22, devices 100-31, 100-32, and 100-33 , 100-34) are connected and constructed so that they can communicate with each other.
  • the number of electronic devices shown in FIG. 6, for example, the server 100-1, the gateways 100-21 and 100-22, and the devices 100-31, 100-32, and 100- 33, and 100-34) are illustrative, the technical idea of the present invention can be applied to the case of implementing them differently.
  • connection structure of the electronic devices shown in Fig. 6 can be replaced by other methods as needed.
  • All the electronic devices shown in Fig. 6 can function as an M2M platform. That is, the server 100-1, the gateways 100-21 and 100-22, and the devices 100-31, 100-32, 100-33, and 100-34 are all based on the location information based on the embodiment of the present invention It is possible to provide a specific type resource data inquiry service.
  • FIG. 7 is an internal block diagram of the electronic devices shown in Fig.
  • the configurations necessary for implementing the embodiment of the present invention include all of the servers 100-1, the gateways 100-21 and 100-22, the devices 100-31, 100-32, 100-33, and 100-34 Common. Therefore, they are collectively referred to as " 100 " in Fig. 6, and are collectively referred to as electronic devices hereinafter.
  • the electronic apparatuses include a communication unit 110, a processor 120, a storage unit 130, and a function block 140. As shown in FIG.
  • the communication unit 110 is communication interface means for communicating with an external device and accessing an external network.
  • Processor 120 includes at least one AE (Application Entr) and a CSE (Common Service Entity). Depending on the type and function of the electronic device, AE may not be included.
  • the processor 120 performs the procedures necessary for the specific type device data inquiry service based on the location information based on the location information described above and the processor 120 performs the specific type device data inquiry service based on the location information Provide the necessary storage space.
  • the function block 140 performs the function of the electronic device itself. For example, if the electronic device is the server 100-1, the virtual machines that provide the user service correspond to the function block 140. [
  • the technical idea of the present invention can also be applied to a computer-readable recording medium having a computer program for performing the functions of the apparatus and method according to the present embodiment.
  • the technical idea according to various embodiments of the present invention may be embodied in computer-readable code form recorded on a computer-readable recording medium.
  • the computer-readable recording medium is any data storage device that can be read by a computer and can store data.
  • the computer-readable recording medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical disk, a hard disk drive, or the like.
  • the computer readable code or program stored in the computer readable recording medium may be transmitted through a network connected between the computers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A data query method of a specific type device, based on location information, is provided. In the data query method according to an embodiment of the present invention, when a data query request including location information is received, a data resource, to which a location information attribute matching the location information included in the data query request is applied, is searched for and results are returned. Therefore, an application can specify location information in a query for data such that only data of a device located at a corresponding location is queried about.

Description

위치 정보 기반의 특정 타입 디바이스 데이터 조회 방법How to look up specific type device data based on location information
본 발명은 IoT(Internet of Things)/M2M(Machine to Machine) 기술에 관한 것으로, 더욱 상세하게는 IoT/M2M 플랫폼에서 디바이스 데이터를 조회하는 방법에 관한 것이다.The present invention relates to an Internet of Things (IoT) / M2M (Machine to Machine) technology, and more particularly, to a method of inquiring device data on an IoT / M2M platform.
현재 oneM2M 표준에서는 표준화된 위치 정보를 기반으로 디바이스 데이터를 조회하는 것이 불가능하다. 즉, 디바이스 데이터와 위치 정보 간의 링크를 제공하지 않는다.Currently, it is impossible for oneM2M standard to inquire device data based on standardized location information. That is, it does not provide a link between device data and location information.
디바이스 데이터를 저장하는 <container> 리소스의 "labels" 속성에 비표준화된 방법으로 고정된 위치 정보를 저장하는 방법을 상정할 수 있다. 하지만, 이는 비표준 방식이기 때문에, 도 1에 도시된 바와 같이, 다른 애플리케이션이나 플랫폼이 이 정보의 의미를 알고 이용하기 불가능할 수 있다.A method of storing fixed location information in a non-standardized manner in the &quot; labels &quot; attribute of a <container> resource that stores device data can be assumed. However, since this is a non-standard method, as shown in FIG. 1, other applications or platforms may not be able to know the meaning of this information and use it.
이에 따라, 현재 oneM2M 표준에서는 특정 위치에 연관된 데이터를 조회할 수 없는 실정인 바, 이를 해결하기 위한 방안의 모색이 요청된다.Therefore, currently oneM2M standard can not retrieve data associated with a specific location. Therefore, it is required to search for a solution to solve this problem.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 애플리케이션이 데이터에 대한 쿼리에 위치 정보를 특정하여 해당 위치에 있는 디바이스의 데이터만을 조회할 수 있는 방법 및 시스템을 제공함에 있다.SUMMARY OF THE INVENTION The present invention has been made in order to solve the above problems, and it is an object of the present invention to provide a method and system for an application to inquire only data of a device located at a corresponding location by specifying location information in a query for data .
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 데이터 조회 방법은, 위치 정보를 포함하는 데이터 조회 요청을 수신하는 단계; 데이터 조회 요청에 포함된 위치 정보에 부합하는 위치 정보 속성이 적용된 데이터 리소스를 검색하는 단계; 및 검색 결과를 반환하는 단계;를 포함한다.According to an aspect of the present invention, there is provided a data inquiry method including receiving a data inquiry request including location information; Retrieving a data resource to which a location information attribute matching the location information included in the data inquiry request is applied; And returning the search result.
그리고, 위치 정보 속성은, 데이터 리소스에 수록될 수 있다.The location information attribute may be stored in the data resource.
또한, 위치 정보 속성은, 데이터 리소스의 상위 리소스에 수록될 수 있다.In addition, the location information attribute may be included in the upper resource of the data resource.
그리고, 위치 정보 속성에는, 디바이스의 위치 정보가 수록되거나 디바이스의 위치 정보가 수록된 리소스의 ID가 수록될 수 있다.The location information attribute may include the location information of the device or the ID of the resource containing the location information of the device.
또한, 데이터 리소스에는, 위치 정보 속성의 적용 여부에 대한 정보가 수록된 속성이 포함되어 있을 수 있다.Also, the data resource may include an attribute including information on whether or not the positional information attribute is applied.
그리고, 데이터 조회 요청에 포함되는 위치 정보는, 영역을 특정하기 위한 3개 이상의 좌표들에 대한 정보 및 영역의 내부 또는 외부를 지정하기 위한 정보를 포함할 수 있다.The location information included in the data inquiry request may include information on three or more coordinates for specifying the area, and information for designating the inside or outside of the area.
또한, 데이터 조회 요청은, 리소스 타입 조건을 포함하고, 검색 단계는, 수신된 위치 정보에 부합하는 위치 정보 속성이 적용되고, 리소스 타입 조건에 부합하는 타입의 리소스를 검색할 수 있다.In addition, the data inquiry request includes a resource type condition, and the retrieving step is capable of retrieving a resource of a type that conforms to the resource type condition, to which a location information attribute conforming to the received location information is applied.
한편, 본 발명의 다른 실시예에 따른, M2M 시스템은, 사용자 단말에서 실행된 애플리케이으로부터 위치 정보를 포함하는 데이터 조회 요청을 수신하는 통신부; 및 데이터 조회 요청에 포함된 위치 정보에 부합하는 위치 정보 속성이 적용된 데이터 리소스를 검색하고, 검색 결과를 애플리케이션에 반환하는 프로세서;를 포함한다.According to another embodiment of the present invention, an M2M system includes: a communication unit for receiving a data inquiry request including location information from an application executed in a user terminal; And a processor for searching for a data resource to which a location information attribute matching the location information included in the data inquiry request is applied, and for returning the search result to the application.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 애플리케이션이 데이터에 대한 쿼리에 위치 정보를 특정하여 해당 위치에 있는 디바이스의 데이터만을 조회할 수 있게 된다.As described above, according to the embodiments of the present invention, an application can specify location information in a query on data and inquire only data of a device in the corresponding location.
또한, 본 발명의 실시예들에 따르면, 위치 정보 뿐만 아니라 데이터 리소스 타입까지 특정하여, 해당 위치에 있는 디바이스의 데이터 중 특정 타입의 데이터만을 조회할 수 있게 된다.In addition, according to the embodiments of the present invention, not only the location information but also the data resource type can be specified and only the specific type of data of the device at the corresponding location can be inquired.
도 1은 oneM2M 플랫폼에서 비표준화된 방법으로 고정된 위치 정보를 저장하는 경우의 문제점을 나타낸 도면,1 illustrates a problem of storing fixed location information in a non-standardized manner in oneM2M platform,
도 2는 본 발명의 개념 설명에 제공되는 도면,FIG. 2 is a block diagram illustrating the concept of the present invention,
도 3은 위치 정보 기반 디바이스 데이터 조회를 위한 oneM2M 플랫폼의 리소스 구조를 도시한 도면,3 is a diagram illustrating a resource structure of oneM2M platform for location information based device data inquiry,
도 4는 위치 정보 기반 디바이스 데이터 조회를 위한 oneM2M 플랫폼의 리소스의 다른 구조를 도시한 도면,4 is a diagram showing another structure of resources of oneM2M platform for location information based device data inquiry;
도 5는 위치 정보 기반 데이터 조회 및 검색 결과 반환 과정의 설명에 제공되는 도면,FIG. 5 is a diagram illustrating a process of searching for location information and returning a search result,
도 6은 본 발명이 적용 가능한 IoT/M2M 시스템을 도시한 도면, 그리고,6 is a diagram illustrating an IoT / M2M system to which the present invention is applicable,
도 7은, 도 6에 도시된 전자 기기들의 내부 블럭도이다.7 is an internal block diagram of the electronic devices shown in Fig.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, the present invention will be described in detail with reference to the drawings.
1. 위치 정보 기반 디바이스 데이터 조회1. Display device data based on location information
도 2는 본 발명의 개념 설명에 제공되는 도면이다. 도 2에 도시된 바와 같이, 본 발명의 실시예에서는 위치 정보 기반으로 디바이스 데이터를 조회하는 방법을 제시한다.2 is a diagram provided in a conceptual description of the present invention. As shown in FIG. 2, a method of inquiring device data based on location information is disclosed in the embodiment of the present invention.
즉, 사용자 단말에서 실행된 애플리케이션이 디바이스 데이터에 대한 쿼리에 위치 정보, 이를 테면, 도 1에서 "are in {"x1, y1", "x2, y2", "x3, y3", "x4, y4"}"를 특정하여 해당 위치에 있는 디바이스의 데이터만을 조회하는 것이다.In other words, the application executed in the user terminal may include location information such as "are in {" x1, y1 "," x2, y2 "," x3, y3 " Quot;} " to inquire only the data of the device at the corresponding position.
나아가, 본 발명의 실시예에서는, 위치 정보 뿐만 아니라 데이터 리소스 타입에 대해서도 특정하여, 해당 위치에 있는 디바이스에 의해 생성된 데이터 중 특정 타입의 데이터만을 조회하는 방법을 제시한다.Furthermore, in the embodiment of the present invention, a method of specifying not only location information but also a data resource type and inquiring only data of a specific type among data generated by a device at the corresponding location is presented.
2. 위치 정보 기반 조회를 위한 리소스 구조 #12. Resource structure for location information based query # 1
도 3은 위치 정보 기반 디바이스 데이터 조회를 위한 oneM2M 플랫폼의 리소스 구조를 도시한 도면이다. 이해와 설명의 편의를 위해, 도 3에는 데이터를 조회하는 애플리케이션을 더 도시하였다.3 is a view showing a resource structure of oneM2M platform for location information based device data inquiry. For ease of understanding and explanation, FIG. 3 further shows an application for inquiring data.
도 3에 도시된 바와 같이, 본 발명의 실시예에 따른 oneM2M 플랫폼에서는, 데이터 컨테이너 리소스에 위치 정보 속성이 추가된다.As shown in FIG. 3, in the oneM2M platform according to the embodiment of the present invention, a location information attribute is added to a data container resource.
도 3에서 위치 정보 속성은 "locationContainerID" 속성과 "locationTag" 속성, 2가지가 제시되어 있는데, 이들은 디바이스의 이동 여부에 따라 선택적으로 사용될 수 있다.In FIG. 3, two types of location information attributes, a "locationContainerID" attribute and a "locationTag" attribute, are selectively used depending on whether the device is moved or not.
구체적으로, 고정형 디바이스의 경우, "locationTag" 속성에 고정된 위치 정보를 수록하는데, 위치 정보는 GPS 좌표, 주소, 우편번호 등 형식과 종류에 제한없이 이용 가능하다.Specifically, in the case of a fixed device, location information fixed in the "locationTag" attribute is recorded, and the location information can be used without limitation in the types and types such as GPS coordinates, address, zip code, and the like.
이동형 디바이스의 경우, 다른 컨테이너 리소스에 위치 정보를 저장하고, 주기적으로 업데이트 한다. 그리고, "locationContainerID" 속성에 위치 정보가 수록된 컨테이너 리소스의 ID를 수록하여 해당 컨테이너 리소스에 링크할 수 있도록 한다.In the case of a mobile device, location information is stored in other container resources and updated periodically. The ID of the container resource containing the location information is stored in the "locationContainerID" attribute so that the container resource can be linked to the container resource.
고정형 디바이스와 마찬가지로, 이동형 디바이스도 위치 정보의 형식과 종류에 대한 제한은 없다.As with fixed devices, there is no restriction on the format and type of location information for mobile devices.
위치 정보 속성이 있는 <container> 리소스는 위치 정보 기반 쿼리에 대해 검색 대상이 되지만, 위치 정보 속성이 없는 <container> 리소스는 위치 정보 기반 쿼리에 대해 검색 대상이 되지 않는다.<Container> resources with location information properties are searched for location information based queries, but <container> resources without location information properties are not searched for location information based queries.
한편, 도 3에서는 <container> 리소스를 생성하여 데이터를 저장하는 디바이스의 위치 정보를 <container> 리소스에 위치 정보 속성으로 추가한 것을 상정하였는데, 데이터를 저장하는 리소스 타입은 확장 가능하다.In FIG. 3, it is assumed that the <container> resource is created and the location information of the device storing the data is added to the <container> resource as the location information attribute. However, the resource type for storing the data is expandable.
즉, <container> 리소스 이외의 다른 리소스, 이를 테면, <timeSeries> 리소스, <flexContainer> 리소스, <semanticDescriptor> 리소스에 위치 정보 속성을 추가하는 경우도, 본 발명의 기술적 사상이 적용될 수 있다.That is, the technical idea of the present invention can also be applied to a case where a location information attribute is added to a resource other than the <container> resource, such as the <timeSeries> resource, the <flexContainer> resource, and the <semanticDescriptor> resource.
3. 위치 정보 기반 조회를 위한 리소스 구조 #23. Resource structure for location information based query # 2
도 4는 위치 정보 기반 디바이스 데이터 조회를 위한 oneM2M 플랫폼의 리소스의 다른 구조를 도시한 도면이다.4 is a view showing another structure of resources of oneM2M platform for location information based device data inquiry.
도 4에 도시된 바와 같이, 데이터가 저장되는 리소스의 상위 리소스인 <AE> 리소스에 위치 정보 속성인 "locationContainerID" 속성과 "locationTag" 속성이 추가될 수 있다.As shown in FIG. 4, the "locationContainerID" attribute and the "locationTag" attribute may be added to the <AE> resource which is an upper resource of the resource in which data is stored.
이때, 위치 정보 속성에는 <AE> 리소스를 생성한 디바이스의 위치 정보가 수록된다.At this time, the location information attribute stores <AE> location information of the device that created the resource.
그리고, 도 4에 도시된 바와 같이, <AE> 리소스의 하위 리소스인 데이터가 저장되는 <container> 리소스에는 "locationInfoInheritence" 속성이 추가된다. "locationInfoInheritence" 속성에는 <container> 리소스에 대해 위치 정보를 적용할지 여부를 나타내는 정보가 수록된다.As shown in FIG. 4, a &quot; locationInfoInheritence &quot; attribute is added to a < container > resource in which data <AE> The " locationInfoInheritence " attribute contains information indicating whether the location information is applied to the <container> resource.
구체적으로, "locationInfoInheritence" 속성이 "true"인 경우는, <container> 리소스가 상위 노드인 <AE>를 생성한 디바이스의 위치 정보를 참조하는 경우이다. 이 경우에는, 위치 정보 기반 쿼리시 <container> 리소스의 데이터들은 검색 대상이 된다.Specifically, when the "locationInfoInheritence" property is "true", the <container> resource refers to the location information of the device that generated the parent node <AE>. In this case, the data of the <container> resource is searched for in the location information based query.
반면, "locationInfoInheritence" 속성이 "false"인 경우는, <container> 리소스가 상위 노드인 <AE>를 생성한 디바이스의 위치 정보를 참조하지 않는 경우이다. 이 경우에는, 위치 정보 기반 쿼리시 <container> 리소스의 데이터들은 검색 대상이 되지 않는다.On the other hand, if the "locationInfoInheritence" property is "false", the <container> resource does not refer to the location information of the device that generated the parent node <AE>. In this case, the data of the <container> resource is not searched for in the location information based query.
만약, <AE> 리소스에 위치 정보 속성인 "locationContainerID" 속성과 "locationTag" 속성이 없다면, <AE> 리소스에 하위하는 모든 데이터 리소스들은 위치 정보 기반 쿼리에 대해 검색 대상이 되지 않는다.If the <AE> resource does not have the location property attributes "locationContainerID" and "locationTag" attributes, all data resources subordinate to the <AE> resource are not searched for location information based queries.
한편, 도 4에 제시된 리소스 구조에 의한 위치 정보 수록은, 데이터가 저장되는 리소스의 상위 리소스가 <AE> 리소스가 아닌 다른 리소스, 이를 테면, <remoteCSE> 리소스인 경우에도 적용가능하다.Meanwhile, the location information recording by the resource structure shown in FIG. 4 is applicable even when the upper resource of the resource in which data is stored is a resource other than the <AE> resource, for example, a <remoteCSE> resource.
나아가, 전술한 바와 같이, <container> 리소스 이외의 다른 리소스, <timeSeries> 리소스, <flexContainer> 리소스, <semanticDescriptor> 리소스에 데이터를 저장하는 경우에도, 본 발명의 기술적 사상이 적용될 수 있다.Furthermore, the technical idea of the present invention can be applied to a case where data is stored in resources other than the <container> resource, the <timeSeries> resource, the <flexContainer> resource, and the <semanticDescriptor> resource as described above.
4. 위치 정보 기반 데이터 조회를 위한 필터 조건4. Filter condition for querying location-based data
도 5는 애플리케이션이 위치 정보 기반으로 데이터를 조회하면, oneM2M 플랫폼이 위치 정보 기반으로 데이터 검색하여 반환하는 과정의 설명에 제공되는 도면이다.5 is a view for explaining a process of oneM2M platform to retrieve and return data based on location information when an application inquires data based on location information.
애플리케이션의 위치 정보 기반 조회 요청에는, 도 5의 좌측에 나타난 바와 같이, 필터 조건이 부가될 수 있으며, 다수의 필터 조건들이 논리 연산으로 결합될 수도 있다.In the location information based inquiry request of the application, a filter condition may be added as shown on the left side of FIG. 5, and a plurality of filter conditions may be combined into a logical operation.
필터 조건 중 "locationBasedDataQuery"가 "true"인 경우는, 해당 위치를 만족하는 디바이스의 데이터 컨테이너 리소스의 ID가 아닌 컨테이너 리소스의 데이터를 반환한다. 이때, 컨테이너 리소스의 데이터는 최신 데이터로 반환하도록 구현할 수도 있다.If the "locationBasedDataQuery" in the filter condition is "true", the data of the container resource is returned instead of the ID of the data container resource of the device satisfying the location. At this time, the container resource data may be implemented to be returned to the latest data.
반면, "locationBasedDataQuery"가 "false"인 경우는, 해당 위치를 만족하는 디바이스의 데이터 컨테이너 리소스의 ID를 반환한다.On the other hand, if "locationBasedDataQuery" is "false", the ID of the data container resource of the device satisfying the position is returned.
그리고, 필터 조건 중 "locationCoordinates"와 "coordinateBorder"는 3개 이상의 좌표들로 위치를 영역으로 특정하기 위한 조건들이다. "locationCoordinates"에는 영역을 특정할 수 있는 3개 이상의 좌표들이 수록되며, "coordinateBorder"는 영역의 경계 내부, 경계 외부, 경계 포함 내부 및 경계 포함 외부 중 어디인지 특정하기 정보가 수록된다.And, among the filter conditions, " locationCoordinates " and " coordinateBorder " are conditions for specifying a position as a region by three or more coordinates. The " locationCoordinates " contains three or more coordinates that can specify a region, and " coordinateBorder " contains information specifying the inside of the region, outside the boundary, inside the boundary, and outside the boundary.
도 5에 제시된 위치 정보 기반 조회 요청의 첫 번째 필터 조건에는 4개의 좌표들로 특정되는 사각형 영역의 경계 포함 내부를 디바이스 위치로 특정하고 있다.In the first filter condition of the location information based inquiry request shown in FIG. 5, the inside of the boundary of the rectangular area specified by the four coordinates is specified as the device location.
한편, "locationCoordinates"를 구성하는 좌표들의 전부 또는 일부를 "locationContainerID"나 "locationTag"의 위치 정보 속성으로 나타내는 것도 가능하다.On the other hand, it is possible to represent all or a part of the coordinates constituting "locationCoordinates" by a location information attribute of "locationContainerID" or "locationTag".
필터 조건 중 "locationTag"는 영역이 아닌 지점으로 위치를 특정하기 위한 조건이다.Among the filter conditions, "locationTag" is a condition for specifying a location to a point other than an area.
위치 정보 기반 조회 요청의 필터 조건에는 "resourceType"을 추가할 수 있다. "resourceType"는 리소스의 타입(<container>, <timeSeries>, <flexContainer>, <semanticDescriptor>)을 특정하기 위한 조건이다.The "resourceType" can be added to the filter condition of the location information based inquiry request. "resourceType" is a condition for specifying the resource type (<container>, <timeSeries>, <flexContainer>, <semanticDescriptor>).
애플리케이션의 위치 정보 기반 조회 요청에 대해, oneM2M 플랫폼은 필터 조건에 따른 위치 정보 속성을 갖는 리소스들로써 리소스 타입 조건을 만족하는 리소스들을 검색하고, 검색된 리소스의 ID 또는 리소스에 저장되어 있는 (최신) 데이터를 획득하여, 위치 정보와 "labels" 속성(예 "temp_sensor1")과 함께 애플리케이션에 반환한다.Based on the application's location information based query request, oneM2M platform searches for resources satisfying the resource type condition as resources having the location information attribute according to the filter condition, and stores the ID of the retrieved resource or the latest data And returns it to the application along with the location information and the "labels" attribute (eg "temp_sensor1").
5. IoT/M2M 시스템5. IoT / M2M system
도 6은 본 발명이 적용 가능한 IoT/M2M 시스템을 도시한 도면이다. 본 발명이 적용 가능한 IoT/M2M 시스템은, 도 6에 도시된 바와 같이, 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34)와 같은 다양한 전자 기기들이 상호 통신가능하도록 연결되어 구축된다.6 is a diagram illustrating an IoT / M2M system to which the present invention is applicable. As shown in FIG. 6, the IoT / M2M system to which the present invention is applicable includes a server 100-1, gateways 100-21 and 100-22, devices 100-31, 100-32, and 100-33 , 100-34) are connected and constructed so that they can communicate with each other.
도 6에 도시된 전자 기기들의 개수, 이를 테면, IoT/M2M 시스템을 구성하는 서버(100-1), 게이트웨이(100-21, 100-22) 및 디바이스(100-31, 100-32, 100-33, 100-34)의 대수는 예시적인 것이므로, 이와 다르게 구현하는 경우도 본 발명의 기술적 사상이 적용될 수 있다.The number of electronic devices shown in FIG. 6, for example, the server 100-1, the gateways 100-21 and 100-22, and the devices 100-31, 100-32, and 100- 33, and 100-34) are illustrative, the technical idea of the present invention can be applied to the case of implementing them differently.
나아가, 도 6에 도시된 전자 기기들의 연결 구조 역시, 필요에 따라 다른 방식으로 대체될 수 있음은 물론이다.Further, it is needless to say that the connection structure of the electronic devices shown in Fig. 6 can be replaced by other methods as needed.
도 6에 도시된 모든 전자 기기들은, M2M 플랫폼으로써 기능을 수행할 수 있다. 즉, 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34) 모두 본 발명의 실시예에 따른 위치 정보 기반의 특정 타입 리소스 데이터 조회 서비스를 제공할 수 있는 것이다.All the electronic devices shown in Fig. 6 can function as an M2M platform. That is, the server 100-1, the gateways 100-21 and 100-22, and the devices 100-31, 100-32, 100-33, and 100-34 are all based on the location information based on the embodiment of the present invention It is possible to provide a specific type resource data inquiry service.
도 7은, 도 6에 도시된 전자 기기들의 내부 블럭도이다. 본 발명의 실시예를 구현함에 있어 필요한 구성들은 서버(100-1), 게이트웨이(100-21, 100-22), 디바이스(100-31, 100-32, 100-33, 100-34) 모두가 공통된다. 따라서, 도 6에서는 이들을 참조 부호 "100"으로 통칭하여 도시하였으며, 이하에서 전자 기기로 통칭한다.7 is an internal block diagram of the electronic devices shown in Fig. The configurations necessary for implementing the embodiment of the present invention include all of the servers 100-1, the gateways 100-21 and 100-22, the devices 100-31, 100-32, 100-33, and 100-34 Common. Therefore, they are collectively referred to as " 100 " in Fig. 6, and are collectively referred to as electronic devices hereinafter.
도 7에 도시된 바와 같이, 본 발명의 다른 실시예에 따른 전자 기기들은, 통신부(110), 프로세서(120), 저장부(130) 및 기능 블록(140)을 포함한다.7, the electronic apparatuses according to another embodiment of the present invention include a communication unit 110, a processor 120, a storage unit 130, and a function block 140. As shown in FIG.
통신부(110)는 외부 기기와 통신하고 외부 네트워크에 액세스하기 위한 통신 인터페이스 수단이다.The communication unit 110 is communication interface means for communicating with an external device and accessing an external network.
프로세서(120)는 적어도 하나의 AE(Application Entitr)와 CSE(Common Service Entity)를 포함한다. 전자 기기의 종류와 기능에 따라서는, AE가 포함되지 않을 수도 있다. Processor 120 includes at least one AE (Application Entr) and a CSE (Common Service Entity). Depending on the type and function of the electronic device, AE may not be included.
프로세서(120)의 위에서 제시한 위치 정보 기반의 특정 타입 디바이스 데이터 조회 서비스에 필요한 절차들을 수행하며, 저장부(130)는 프로세서(120)가 위치 정보 기반의 특정 타입 디바이스 데이터 조회 서비스를 수행함에 있어 필요한 저장 공간을 제공한다.The processor 120 performs the procedures necessary for the specific type device data inquiry service based on the location information based on the location information described above and the processor 120 performs the specific type device data inquiry service based on the location information Provide the necessary storage space.
기능 블록(140)은 전자 기기 본연의 기능을 수행한다. 이를 테면, 전자 기기가 서버(100-1)인 경우, 사용자 서비스를 제공하는 가상 머신들이 기능 블록(140)에 해당한다.The function block 140 performs the function of the electronic device itself. For example, if the electronic device is the server 100-1, the virtual machines that provide the user service correspond to the function block 140. [
6. 변형예6. Variations
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.It goes without saying that the technical idea of the present invention can also be applied to a computer-readable recording medium having a computer program for performing the functions of the apparatus and method according to the present embodiment. In addition, the technical idea according to various embodiments of the present invention may be embodied in computer-readable code form recorded on a computer-readable recording medium. The computer-readable recording medium is any data storage device that can be read by a computer and can store data. For example, the computer-readable recording medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical disk, a 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 the computers.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, but, on the contrary, It will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the present invention.

Claims (8)

  1. 위치 정보를 포함하는 데이터 조회 요청을 수신하는 단계;Receiving a data inquiry request including location information;
    데이터 조회 요청에 포함된 위치 정보에 부합하는 위치 정보 속성이 적용된 데이터 리소스를 검색하는 단계; 및Retrieving a data resource to which a location information attribute matching the location information included in the data inquiry request is applied; And
    검색 결과를 반환하는 단계;를 포함하는 것을 특징으로 하는 데이터 조회 방법.And returning a result of the search.
  2. 청구항 1에 있어서,The method according to claim 1,
    위치 정보 속성은,The location information attribute,
    데이터 리소스에 수록되는 것을 특징으로 하는 데이터 조회 방법.And the data is stored in a data resource.
  3. 청구항 1에 있어서,The method according to claim 1,
    위치 정보 속성은,The location information attribute,
    데이터 리소스의 상위 리소스에 수록되는 것을 특징으로 하는 데이터 조회 방법.And the data is stored in a higher resource of the data resource.
  4. 청구항 2 또는 청구항 3에 있어서,The method according to claim 2 or 3,
    위치 정보 속성에는,In the location information attribute,
    디바이스의 위치 정보가 수록되거나 디바이스의 위치 정보가 수록된 리소스의 ID가 수록되어 있는 것을 특징으로 하는 데이터 조회 방법.And the ID of the resource in which the location information of the device is stored or the location information of the device is stored.
  5. 청구항 3에 있어서,The method of claim 3,
    데이터 리소스에는,In the data resource,
    위치 정보 속성의 적용 여부에 대한 정보가 수록된 속성이 포함되어 있는 것을 특징으로 하는 데이터 조회 방법.Wherein the attribute information includes information on whether or not the location information attribute is applied.
  6. 청구항 1에 있어서,The method according to claim 1,
    데이터 조회 요청에 포함되는 위치 정보는,The location information included in the data inquiry request includes,
    영역을 특정하기 위한 3개 이상의 좌표들에 대한 정보 및 영역의 내부 또는 외부를 지정하기 위한 정보를 포함하는 것을 특징으로 하는 데이터 조회 방법.Information on three or more coordinates for specifying an area, and information for designating an inside or outside of the area.
  7. 청구항 1에 있어서,The method according to claim 1,
    데이터 조회 요청은, 리소스 타입 조건을 포함하고,The data query request includes a resource type condition,
    검색 단계는,In the retrieving step,
    수신된 위치 정보에 부합하는 위치 정보 속성이 적용되고, 리소스 타입 조건에 부합하는 타입의 리소스를 검색하는 것을 특징으로 하는 데이터 조회 방법.A location information attribute matching the received location information is applied, and a resource of a type conforming to the resource type condition is retrieved.
  8. 사용자 단말에서 실행된 애플리케이으로부터 위치 정보를 포함하는 데이터 조회 요청을 수신하는 통신부; 및A communication unit for receiving a data inquiry request including location information from an application executed in a user terminal; And
    데이터 조회 요청에 포함된 위치 정보에 부합하는 위치 정보 속성이 적용된 데이터 리소스를 검색하고, 검색 결과를 애플리케이션에 반환하는 프로세서;를 포함하는 것을 특징으로 하는 M2M 시스템.And a processor for searching a data resource to which a location information attribute corresponding to the location information included in the data inquiry request is applied, and for returning the search result to the application.
PCT/KR2018/008599 2017-07-28 2018-07-30 Data query method of specific type device, based on location information WO2019022583A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2017-0096176 2017-07-28
KR20170096176 2017-07-28

Publications (1)

Publication Number Publication Date
WO2019022583A1 true WO2019022583A1 (en) 2019-01-31

Family

ID=65040563

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/KR2018/006223 WO2019022360A1 (en) 2017-07-28 2018-05-31 Method for inquiring location information-based specific type device data
PCT/KR2018/008599 WO2019022583A1 (en) 2017-07-28 2018-07-30 Data query method of specific type device, based on location information

Family Applications Before (1)

Application Number Title Priority Date Filing Date
PCT/KR2018/006223 WO2019022360A1 (en) 2017-07-28 2018-05-31 Method for inquiring location information-based specific type device data

Country Status (1)

Country Link
WO (2) WO2019022360A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030167329A1 (en) * 2002-03-01 2003-09-04 Docomo Communications Laboratories Usa, Inc. Communication system and method for locating and utilizing distributed resources
US20090022091A1 (en) * 2007-07-20 2009-01-22 Mark Buer Method and system for utilizing standardized interface in a wireless device to discover and use local and remote resources
KR20120104341A (en) * 2009-12-17 2012-09-20 알까뗄 루슨트 Method and apparatus for locating services within peer-to-peer networks
KR20130126444A (en) * 2012-05-10 2013-11-20 주식회사 케이티 A method for forming container resource discriminated with user awareness information and recording medium and apparatus thereof
KR20150063906A (en) * 2013-11-29 2015-06-10 주식회사 케이티 Methods and apparatuses for searching available device on M2M environment
KR20150120593A (en) * 2014-04-17 2015-10-28 전자부품연구원 IoT Resource Discovery Method and Server

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3282089B2 (en) * 1996-01-26 2002-05-13 日本電信電話株式会社 Information space search method and apparatus
JP2002222192A (en) * 2001-01-25 2002-08-09 Hiroyuki Tarumi Information retrieval device, method therefor, and recording medium
KR100510796B1 (en) * 2002-11-15 2005-08-31 산요덴키가부시키가이샤 Equipment sensing system and equipment control device
KR100671423B1 (en) * 2004-12-22 2007-01-19 재단법인 포항산업과학연구원 Network Sensor for Wire/Wireless Communication
KR101274966B1 (en) * 2011-12-07 2013-07-30 모다정보통신 주식회사 Method for sharing data of device in the machine-to-machine communication and the system thereof
JP5973971B2 (en) * 2013-08-15 2016-08-23 日本電信電話株式会社 Machine-to-machine control system and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030167329A1 (en) * 2002-03-01 2003-09-04 Docomo Communications Laboratories Usa, Inc. Communication system and method for locating and utilizing distributed resources
US20090022091A1 (en) * 2007-07-20 2009-01-22 Mark Buer Method and system for utilizing standardized interface in a wireless device to discover and use local and remote resources
KR20120104341A (en) * 2009-12-17 2012-09-20 알까뗄 루슨트 Method and apparatus for locating services within peer-to-peer networks
KR20130126444A (en) * 2012-05-10 2013-11-20 주식회사 케이티 A method for forming container resource discriminated with user awareness information and recording medium and apparatus thereof
KR20150063906A (en) * 2013-11-29 2015-06-10 주식회사 케이티 Methods and apparatuses for searching available device on M2M environment
KR20150120593A (en) * 2014-04-17 2015-10-28 전자부품연구원 IoT Resource Discovery Method and Server

Also Published As

Publication number Publication date
WO2019022360A1 (en) 2019-01-31

Similar Documents

Publication Publication Date Title
US9832076B2 (en) Resource change management in machine to machine network
WO2011099690A2 (en) Method and apparatus for using service of home network device based on remote access
US20090287800A1 (en) Method, device and system for managing network devices
WO2013152729A1 (en) Method and apparatus for providing software for terminal device
WO2019168219A1 (en) Method for semantic resource search in m2m system
WO2012108617A1 (en) Method and apparatus for managing content in a processing device
WO2014098308A1 (en) Method for displaying unified app information based on open app store, and computer readable recording medium therefor
WO2013027922A1 (en) Compressed image file management device and method, for cloud computing system
WO2018182065A1 (en) Multi-resource subscription association method in m2m system
WO2013018963A1 (en) Method and apparatus for providing information
WO2019022583A1 (en) Data query method of specific type device, based on location information
WO2018212610A1 (en) Malicious code diagnosis server, system, and method
WO2012060526A1 (en) Device and method for providing related information according to query
WO2017191977A1 (en) Method for managing semantic information on m2m/iot platform
WO2013100484A1 (en) User terminal and method for sharing data between applications thereof
WO2020122313A1 (en) Geo-query-based resource search method using geo-location attributes
WO2023068394A1 (en) Method for data linkage between onem2m system and ngsi-ld system
WO2024122662A1 (en) Method for providing onem2m data via ngsi-ld api
WO2018101547A1 (en) Resource retrieval method
WO2015068897A9 (en) Method for relaying cloud server
WO2019107596A1 (en) Method for configuring onem2m-based data control api
WO2023080261A1 (en) Method for linkage between onem2m and ngsi-ld standard platforms using semantic ontology
WO2016159484A1 (en) Method and apparatus for sharing personalized content using user information of mobile terminal
WO2020085787A2 (en) Usb-type cloud drive and data management system using same
WO2015005578A1 (en) Method for preventing hacking of communication terminal and communication terminal in which same is executed

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18837366

Country of ref document: EP

Kind code of ref document: A1