KR20190062795A - Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same - Google Patents

Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same Download PDF

Info

Publication number
KR20190062795A
KR20190062795A KR1020170161346A KR20170161346A KR20190062795A KR 20190062795 A KR20190062795 A KR 20190062795A KR 1020170161346 A KR1020170161346 A KR 1020170161346A KR 20170161346 A KR20170161346 A KR 20170161346A KR 20190062795 A KR20190062795 A KR 20190062795A
Authority
KR
South Korea
Prior art keywords
mapping table
data
gateway
server
resource
Prior art date
Application number
KR1020170161346A
Other languages
Korean (ko)
Other versions
KR102035905B1 (en
Inventor
송민환
원광호
이상신
Original Assignee
전자부품연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 전자부품연구원 filed Critical 전자부품연구원
Priority to PCT/KR2017/013804 priority Critical patent/WO2019107594A1/en
Priority to KR1020170161346A priority patent/KR102035905B1/en
Publication of KR20190062795A publication Critical patent/KR20190062795A/en
Application granted granted Critical
Publication of KR102035905B1 publication Critical patent/KR102035905B1/en

Links

Images

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/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Provided are a method for mapping device data and server resources in an Internet of things (IoT) environment and a gateway applying the same. According to an embodiment of the present invention, a method for mapping IoT resources comprises the steps of: receiving data from a device, by the gateway; converting the received device data into resource data with reference to a held mapping table; and transmitting the converted resource data to a server. Accordingly, even when there is an addition or change of a device constituting an IoT system, it is possible to secure resources by adding or changing only a mapping table in an IoT server without changing a gateway software (SW), thereby making it quick and easy.

Description

IoT 환경에서 디바이스 데이터 및 서버 리소스 매핑 방법 및 이를 적용한 게이트웨이{Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same}[0001] The present invention relates to a method and apparatus for mapping device data and server resources in an IoT environment,

본 발명은 IoT(Internet of Things) 관련 기술에 관한 것으로, 더욱 상세하게는 디바이스들로부터 수집한 데이터들을 서버에 리소스로 저장하기 위한 방법 및 시스템에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an Internet of Things (IoT) related technology, and more particularly, to a method and system for storing data collected from devices into a server as a resource.

도 1은 IoT 시스템의 구성을 개략적으로 나타낸 도면이다. 도 1에 도시된 바와 같이, IoT 시스템은 상위 계층에 IoT 서버가 위치하고, 하위 계층에 디바이스들이 위치하며, 중간 계층에 게이트웨이들이 디바이스들과 IoT 서버를 중계하는 구조이다.1 is a view schematically showing a configuration of an IoT system. As shown in FIG. 1, the IoT system has a structure in which an IoT server is located in an upper layer, devices are located in a lower layer, and gateways relay devices and IoT servers in an intermediate layer.

구체적으로, 게이트웨이는 하위 디바이스들로부터 수신한 데이터를 분석하여 IoT 서버에 저장/활용 가능한 리소스 데이터로 변환하고, 변환한 리소스 데이터를 IoT 서버에 전송한다.Specifically, the gateway analyzes the data received from the lower devices, converts the data into resource data that can be stored / utilized in the IoT server, and transmits the converted resource data to the IoT server.

한편, IoT 시스템의 구성, 특히, 하위 계층에 위치하는 디바이스들은 필요와 선택에 따라 추가, 변경, 제거가 발생하기 마련이다. 추가나 변경된 디바이스에 대해 게이트웨이는 데이터 분석에 의한 리소스 데이터 변환이 불가능하다.On the other hand, the configuration of the IoT system, especially the devices located in the lower layer, may be added, changed or removed depending on needs and choices. The gateway can not convert resource data by data analysis for added or changed devices.

이에, 게이트웨이의 SW를 변경하는 작업이 필요한데, 이는 매우 번거로운 작업이며, 디바이스의 추가, 변경이 빈번하게 발생하는 경우에는 더욱 그러하다. 나아가, 현장에 설치된 게이트웨이에 대한 SW 변경 작업은 보다 더한 어려움을 수반한다.Therefore, it is necessary to change the SW of the gateway, which is a very cumbersome task, especially when the addition or change of the device frequently occurs. Furthermore, SW changes to on-site gateways are even more challenging.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, IoT 시스템을 구성하는 디바이스의 추가나 변경이 있는 경우에도, 게이트웨이 SW 변경 작업 없이 리소스 확보가 가능하도록 하기 위한 방안으로, 디바이스 데이터 - 서버 리소스 매핑 테이블 기반으로 게이트웨이에서 데이터를 리소스 데이터로 변환하는 방법을 제공함에 있다.SUMMARY OF THE INVENTION It is an object of the present invention to provide a method for securing a resource without changing a gateway SW even when a device constituting the IoT system is added or changed. And a method for converting data from a gateway into resource data based on a device data-server resource mapping table.

상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, IoT 리소스 매핑 방법은, 게이트웨이가, 디바이스로부터 데이터를 수신하는 단계; 게이트웨이가, 보유하고 있는 매핑 테이블을 참조하여, 수신한 디바이스 데이터를 리소스 데이터로 변환하는 단계; 및 게이트웨이가, 변환한 리소스 데이터를 서버로 전송하는 단계;를 포함한다.According to an aspect of the present invention, there is provided an IoT resource mapping method including: receiving data from a device; Converting the received device data into resource data by referring to the mapping table held by the gateway; And transmitting, by the gateway, the converted resource data to the server.

그리고, 매핑 테이블은, 애플리케이션 ID 마다 구분되어 있을 수 있다.The mapping table may be divided for each application ID.

또한, 변환 단계는, 수신한 디바이스 데이터에 수록되어 있는 애플리케이션 ID를 기초로, 참조할 매핑 테이블을 결정할 수 있다.In the conversion step, the mapping table to be referred to can be determined based on the application ID contained in the received device data.

그리고, 매핑 테이블에는, 리소스 데이터가 저장될 서버의 애플리케이션 리소스 네임이 지정되어 있을 수 있다.In the mapping table, the application resource name of the server in which the resource data is to be stored may be specified.

또한, 매핑 테이블에는, 리소스 데이터가 저장될 컨테이너가 지정되어 있을 수 있다.In the mapping table, a container in which resource data is to be stored may be specified.

그리고, 디바이스 데이터에는, 다수의 컨텐트들이 순차적으로 수록되어 있고, 매핑 테이블에는, 다수의 컨텐트들이 저장될 컨테이너들이 컨텐트 순서에 따라 지정되어 있을 수 있다.In the device data, a plurality of contents are sequentially recorded. In the mapping table, containers in which a plurality of contents are to be stored may be specified according to the content order.

또한, 본 발명의 실시예에 따른 IoT 리소스 매핑 방법은, 게이트웨이가, 서버에 매핑 테이블을 요청하는 단계; 및 게이트웨이가, 서버로부터 매핑 테이블을 수신하여 보유하는 단계;를 더 포함할 수 있다.Also, the IoT resource mapping method according to an embodiment of the present invention includes: a step in which a gateway requests a mapping table to a server; And the gateway receiving and holding the mapping table from the server.

그리고, 본 발명의 실시예에 따른 IoT 리소스 매핑 방법은, 게이트웨이가, 추가된 디바이스 또는 데이터 구조나 리소스 구조가 변경된 디바이스에 대한 매핑 테이블을 요청하는 단계;를 더 포함할 수 있다.Further, the IoT resource mapping method according to the embodiment of the present invention may further include a step of the gateway requesting a mapping table for the added device or the device whose data structure or resource structure is changed.

또한, 본 발명의 실시예에 따른 IoT 리소스 매핑 방법은, 게이트웨이가, 서버로부터 수신한 매핑 테이블을 추가하거나, 수신한 매핑 테이블로 기보유하던 매핑 테이블을 대체하는 매핑 테이블 관리단계;를 더 포함할 수 있다.The IoT resource mapping method according to an embodiment of the present invention may further include a mapping table management step of adding a mapping table received from the server to the gateway or replacing the mapping table stored in the received mapping table .

한편, 본 발명의 다른 실시예에 따른, 게이트웨이는, 디바이스로부터 데이터를 수신하는 제1 통신부; 보유하고 있는 매핑 테이블을 참조하여, 수신한 디바이스 데이터를 리소스 데이터로 변환하는 프로세서; 및 변환한 리소스 데이터를 서버로 전송하는 제2 통신부;를 포함한다.According to another embodiment of the present invention, a gateway includes: a first communication unit for receiving data from a device; A processor for referring to a mapping table and converting the received device data into resource data; And a second communication unit for transmitting the converted resource data to the server.

한편, 본 발명의 또 다른 실시예에 따른, IoT 리소스 매핑 방법은, 게이트웨이가, 보유하고 있는 매핑 테이블을 참조하여, 디바이스 데이터를 리소스 데이터로 변환하는 단계; 및 게이트웨이가, 변환한 리소스 데이터를 서버로 전송하는 단계;를 포함한다.According to another aspect of the present invention, there is provided an IoT resource mapping method including: converting a device data into resource data by referring to a mapping table held by a gateway; And transmitting, by the gateway, the converted resource data to the server.

한편, 본 발명의 또 다른 실시예에 따른, 게이트웨이는, 보유하고 있는 매핑 테이블을 참조하여, 디바이스 데이터를 리소스 데이터로 변환하는 프로세서; 및 변환한 리소스 데이터를 서버로 전송하는 통신부;를 포함한다.According to another aspect of the present invention, a gateway includes a processor for converting device data into resource data with reference to a mapping table held by the gateway; And a communication unit for transmitting the converted resource data to the server.

이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, IoT 시스템을 구성하는 디바이스의 추가나 변경이 있는 경우에도, 게이트웨이 SW 변경 작업 없이 IoT 서버에서 매핑 테이블만을 추가하거나 변경하여 리소스 확보가 가능하여, 신속하고 간편하다.As described above, according to the embodiments of the present invention, even when there is addition or change of devices constituting the IoT system, resources can be secured by adding or changing only the mapping table in the IoT server without changing the gateway SW, And easy.

또한, 본 발명의 실시예들에 따르면, IoT 시스템을 구성하는 디바이스에 대한 유연한 확장과 변경을 용이하게 하여, IoT 시스템의 성능과 응용 개선에 기여할 수 있다.In addition, according to embodiments of the present invention, flexible expansion and modification of devices constituting the IoT system can be facilitated, contributing to improvement of the performance and application of the IoT system.

도 1은 IoT 시스템의 구성을 개략적으로 나타낸 도면,
도 2는 본 발명의 일 실시예에 따른 IoT 데이터-리소스 매핑 방법의 설명에 제공되는 도면,
도 3은 매핑 테이블을 예시한 도면,
도 4는 데이터-리소스 변환의 부연 설명에 제공되는 도면, 그리고,
도 5는 본 발명의 다른 실시예에 따른 게이트웨이의 블럭도이다.
Fig. 1 is a schematic view showing the configuration of the IoT system,
FIG. 2 is a diagram illustrating an IoT data-resource mapping method according to an exemplary embodiment of the present invention.
3 is a diagram illustrating a mapping table,
4 is a diagram provided in a further description of data-resource transformation,
5 is a block diagram of a gateway according to another embodiment of the present invention.

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

도 2는 본 발명의 일 실시예에 따른 IoT 데이터-리소스 매핑 방법의 설명에 제공되는 도면이다. 도 2에는 IoT 환경에서, 게이트웨이(120)가 하부 디바이스(110)로부터 데이터를 수집하여, 리소스 데이터로 변환한 후에, IoT 서버(130)로 전달하는 과정이 나타나 있다.FIG. 2 is a diagram illustrating an IoT data-resource mapping method according to an exemplary embodiment of the present invention. Referring to FIG. 2 shows a process in which the gateway 120 collects data from the lower device 110, converts the data into resource data, and transmits the data to the IoT server 130 in the IoT environment.

IoT 환경은, 도 1에 도시된 바와 같이, 하나의 게이트웨이에 다수의 디바이스들이 하위하고, 하나의 IoT 서버에 다수의 게이트웨이들이 하위하는 것이 일반적이며, 본 발명의 실시예가 적용되는 IoT 환경도 그러하지만, 도 2에서는 이해와 설명의 편의를 위해, 게이트웨이(120)와 디바이스(110)를 각각 하나 씩만 도시하였음에 유념하여야 한다.As shown in FIG. 1, in the IoT environment, it is general that a plurality of devices are subordinate to one gateway, a plurality of gateways are subordinate to one IoT server, and so is the IoT environment to which the embodiment of the present invention is applied , It should be noted that only one gateway 120 and one device 110 are shown in FIG. 2 for convenience of explanation and explanation.

데이터-서버 매핑을 위해, 먼저, 게이트웨이(120)가 도 2에 도시된 바와 같이, IoT 서버(130)에 '디바이스 데이터 - IoT 서버 리소스 매핑 테이블'을 요청하고(①), IoT 서버(130)로부터 이를 수신하여 보유한다(②).2, the gateway 120 requests a 'device data-IoT server resource mapping table' to the IoT server 130 (i), and the IoT server 130 requests' (2).

'디바이스 데이터 - IoT 서버 리소스 매핑 테이블'(이하, '매핑 테이블'로 약칭)은, 디바이스(110)로부터 수신한 데이터를 IoT 서버(130)에 저장되어 활용되는 리소스 타입으로 변환함에 있어 참조하는 테이블이다.The 'device data-IoT server resource mapping table' (abbreviated as 'mapping table' hereinafter) refers to a table that is referred to in converting the data received from the device 110 into the resource type stored and utilized in the IOT server 130 to be.

도 3에 매핑 테이블을 예시하였다. 도시된 바와 같이, 매핑 테이블에는, 애플리케이션 리소스에 대한 정보로 애플리케이션 리소스 네임(aeName)과 애플리케이션 ID(id)가 수록되거 있고, 애플리케이션 리소스의 컨테이너 리소스들에 대한 정보로 컨테이너 네임들("temperature", "humidity", "CO2")이 수록되어 있다.A mapping table is illustrated in Fig. As shown in the figure, the mapping table stores application resource names (aeName) and application IDs (id) as information on application resources, container names ("temperature", " "humidity", "CO2").

애플리케이션 리소스 네임(aeName)과 애플리케이션 ID(id)는 애플리케이션 리소스를 지정하기 위한 정보이다. 즉, 리소스가 저장될 IoT 서버(130)의 애플리케이션 리소스를 지정하기 위한 정보이다. 매핑 테이블은 애플리케이션 ID 마다 구분되어 작성된다.The application resource name (aeName) and the application ID (id) are information for specifying application resources. That is, it is information for specifying an application resource of the IOT server 130 in which the resource is to be stored. The mapping table is created separately for each application ID.

컨테이너 네임들("temperature", "humidity", "CO2")은 리소스 데이터를 구성하는 컨텐트들이 각각 저장될 컨테이너들을 지정하기 위한 정보이다. 컨테이너 네임의 개수는, 애플리케이션 리소스의 컨테이너 개수는 물론 리소스를 구성하는 컨텐트의 개수와도 일치한다. 도 3에 도시된 매핑 테이블의 경우 컨테이너 네임이 3개이므로, 리소스를 구성하는 컨텐트의 개수도 3개이다.The container names ("temperature "," humidity ", "CO2") are information for designating the containers in which the contents constituting the resource data are stored. The number of container names matches the number of containers constituting the resource as well as the number of containers of application resources. In the case of the mapping table shown in Fig. 3, the number of the contents constituting the resource is three because there are three container names.

IoT 서버(130)로부터 매핑 테이블을 수신하여 보유하게 된 게이트웨이(120)는 디바이스(110)의 데이터를 IoT 서버(130)의 리소스 데이터로 변환할 준비를 마치게 되는데, 이후 변환 과정에 대해, 다시 도 2를 참조하여 설명한다.The gateway 120 receiving and holding the mapping table from the IOT server 130 is ready to convert the data of the device 110 into the resource data of the IoT server 130. After that, 2 will be described.

데이터-리소스 변환을 위해, 도 2에 도시된 바와 같이, 게이트웨이(120)는 먼저 디바이스(110)로부터 데이터를 수신한다(③).For data-resource conversion, as shown in FIG. 2, the gateway 120 first receives data from the device 110 (3).

도 4의 좌측에 디바이스(110)의 데이터를 예시하였다. 도시된 디바이스 데이터 "1122 36.5 56 750"는 애플리케이션 ID와 컨텐트들이 순차적으로 나열된 스트링이다. 구체적으로, 1) "1122"는 디바이스의 애플리케이션 ID 이고, 2) "36.5"는 첫 번째 컨텐트인 온도 값이며, 3) "56"은 두 번째 컨텐트인 습도 값이고, 4) "750"는 세 번째 컨텐트인 CO2 값이다.The data of the device 110 is illustrated on the left side of FIG. The illustrated device data "1122 36.5 56 750" is a string in which the application ID and the contents are sequentially listed. 2) "36.5" is the temperature value which is the first content, 3) "56" is the humidity value which is the second content, and 4) "750" Which is CO2 content.

디바이스(110)로부터 데이터를 수신한 게이트웨이(120)는 데이터에 수록되어 있는 애플리케이션 ID("1122")를 기초로, 참조할 매핑 테이블을 결정하여 읽어들인다. 도 4의 하부에는 디바이스(110)가 참조할 매핑 테이블을 예시하였다.Upon receiving the data from the device 110, the gateway 120 determines and reads the mapping table to be referred to based on the application ID ("1122") stored in the data. In the lower part of FIG. 4, a mapping table to be referred to by the device 110 is illustrated.

게이트웨이(120)는 매핑 테이블을 참조하여, 애플리케이션 ID인 "1122" 다음에 수록되어 있는 컨텐트들인 "36.5", "56", "750"이 각각 "temperature" 컨테이너에 저장될 온도 컨텐트, "humidity" 컨테이너에 저장될 습도 컨텐트, "CO2" 컨테이너에 저장될 CO2 컨텐트임을 인식한다.The gateway 120 refers to the mapping table to determine whether the content items "36.5", "56", and "750" stored after the application ID "1122" The humidity content to be stored in the container, and the CO2 content to be stored in the "CO2" container.

이에, 게이트웨이(120)는 "36.5", "56", "750"을 "temperature" 컨테이너에 저장될 온도 컨텐트, "humidity" 컨테이너에 저장될 습도 컨텐트, "CO2" 컨테이너에 저장될 습도 컨텐트로 각각 변환한다.Accordingly, the gateway 120 stores 36.5, 56, and 750 as the temperature content to be stored in the "temperature" container, the humidity content to be stored in the "humidity" container, and the humidity content to be stored in the " Conversion.

IoT 서버(130)가 저장할 애플리케이션 리소스를 특정할 수 있도록 리소스 데이터에는 애플리케이션 ID가 수록된다. 애플리케이션 ID가 아닌 애플리케이션 리소스 네임(aeName)을 수록하여 리소스 데이터를 저장할 애플리케이션 리소스를 특정할 수도 있다.The application ID is stored in the resource data so that the IOT server 130 can specify an application resource to be stored. An application resource name (aeName) other than the application ID may be stored to specify an application resource in which to store the resource data.

도 4의 상부에는 게이트웨이(120)에 의해 생성된 리소스 데이터를 예시하였다. 도 4의 우측에 도시된 바와 같이, 이 리소스 데이터는 IoT 서버(130)에 전송되어 해당 리소스의 컨테이너들에 컨텐트 인스턴스들로 각각 저장된다.In the upper portion of FIG. 4, resource data generated by the gateway 120 is illustrated. As shown in the right side of FIG. 4, the resource data is transmitted to the IOT server 130 and is stored as content instances in the containers of the resource.

한편, IoT 시스템에서는 새로운 디바이스가 추가될 수 있고, 기존 디바이스가 제거될 수도 있으며, 디바이스 데이터 구조나 IoT 서버의 리소스 구조에 변경이 있을 수 있다.On the other hand, in the IoT system, new devices may be added, existing devices may be removed, and the device data structure or the resource structure of the IOT server may be changed.

새로운 디바이스가 추가된 경우에는 IoT 서버(130)에 매핑 테이블의 추가가 요구되고, 기존 디바이스가 제거된 경우에는 IoT 서버(130)에 매핑 테이블의 삭제가 요구되며, 데이터나 리소스 구조가 변경된 경우에는 IoT 서버(130)에서 매핑 테이블의 변경이 요구된다.When a new device is added, a mapping table is required to be added to the IOT server 130. When the existing device is removed, deletion of the mapping table is requested to the IOT server 130. If the data or the resource structure is changed The IoT server 130 is required to change the mapping table.

매핑 테이블의 추가/변경/제거가 있는 경우, 도 2에 도시된 바와 같이, IoT 서버(130)는 매핑 테이블에 대한 업데이트가 있음을 게이트웨이(120)에 안내한다(⑤).When there is addition / modification / removal of the mapping table, as shown in FIG. 2, the IOT server 130 informs the gateway 120 that there is an update to the mapping table (5).

매핑 테이블이 추가나 변경된 경우이면, 게이트웨이(120)는 IoT 서버(130)에 매핑 테이블을 요청/수신하여, 추가하거나 기보유하고 있던 매핑 테이블을 새로운 매핑 테이블로 대체한다(①②).If the mapping table is added or changed, the gateway 120 requests / receives the mapping table to the IOT server 130, and replaces the added or existing mapping table with the new mapping table (1 & cir &

이하에서는, 도 2에 도시된 게이트웨이(120)의 하드웨어 구성에 대해, 도 5를 참조하여 상세히 설명한다. 도 5는 본 발명의 다른 실시예에 따른 게이트웨이의 블럭도이다.Hereinafter, the hardware configuration of the gateway 120 shown in Fig. 2 will be described in detail with reference to Fig. 5 is a block diagram of a gateway according to another embodiment of the present invention.

본 발명의 실시예에 따른 게이트웨이(120)는, 도 5에 도시된 바와 같이, 무선 통신부(121), 인터넷 인터페이스(122), 프로세서(123) 및 저장부(124)를 포함한다.The gateway 120 according to the embodiment of the present invention includes a wireless communication unit 121, an Internet interface 122, a processor 123 and a storage unit 124, as shown in FIG.

무선 통신부(121)는 디바이스(110)와 무선으로 통신 연결하여 데이터를 수신하는 통신 수단이고, 인터넷 인터페이스(122)는 인터넷에 액세스하여 IoT 서버(130)에 리소스 데이터를 전송하기 위한 통신 수단이다.The wireless communication unit 121 is a communication means for wirelessly communicating with the device 110 to receive data and the Internet interface 122 is communication means for accessing the Internet and transmitting resource data to the IOT server 130. [

프로세서(123)는 전술한 도 2에 도시된 방법에 따라 매핑 테이블을 확보/업데이트하고, 확보한 매핑 테이블을 이용하여 디바이스 데이터를 리소스 데이터로 변환한다.The processor 123 acquires / updates the mapping table according to the method shown in FIG. 2 described above, and converts the device data into resource data using the acquired mapping table.

저장부(124)는 매핑 테이블이 저장되고, 프로세서(123)가 동작함에 있어 필요한 저장 공간을 제공하는 저장매체이다.The storage unit 124 is a storage medium that stores a mapping table and provides necessary storage space for the processor 123 to operate.

지금까지, IoT 환경에서 게이트웨이 하부 네트워크 디바이스의 데이터와 IoT 서버의 리소스를 매핑하는 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.Up to now, a method of mapping the data of the gateway subnetwork device and the resources of the IOT server in the IoT environment has been described in detail with a preferred embodiment.

위 실시예가 적용가능한 IoT 환경에 대한 제한은 없다. 조선해양 산업을 위한 IoT 환경에서 빅데이터 분석을 위한 플랫폼은 물론, 그 밖의 다른 환경/플랫폼에 대해, 본 발명의 기술적 사상이 적용될 수 있다.There is no restriction on the IoT environment in which the above embodiment is applicable. The technical idea of the present invention can be applied not only to a platform for analysis of big data in an IoT environment for shipbuilding marine industry, but also to other environments / platforms.

한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 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.

110 : 디바이스
120 : 게이트웨이
130 : IoT 서버
110: Device
120: Gateway
130: IoT server

Claims (12)

게이트웨이가, 디바이스로부터 데이터를 수신하는 단계;
게이트웨이가, 보유하고 있는 매핑 테이블을 참조하여, 수신한 디바이스 데이터를 리소스 데이터로 변환하는 단계; 및
게이트웨이가, 변환한 리소스 데이터를 서버로 전송하는 단계;를 포함하는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The gateway receiving data from the device;
Converting the received device data into resource data by referring to the mapping table held by the gateway; And
And transferring the converted resource data to the server by the gateway.
청구항 1에 있어서,
매핑 테이블은,
애플리케이션 ID 마다 구분되어 있는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method according to claim 1,
In the mapping table,
And the application ID is divided for each application ID.
청구항 2에 있어서,
변환 단계는,
수신한 디바이스 데이터에 수록되어 있는 애플리케이션 ID를 기초로, 참조할 매핑 테이블을 결정하는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method of claim 2,
In the conversion step,
And a mapping table to be referred to is determined based on an application ID contained in the received device data.
청구항 1에 있어서,
매핑 테이블에는,
리소스 데이터가 저장될 서버의 애플리케이션 리소스 네임이 지정되어 있는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method according to claim 1,
In the mapping table,
Wherein an application resource name of a server to which resource data is to be stored is specified.
청구항 1에 있어서,
매핑 테이블에는,
리소스 데이터가 저장될 컨테이너가 지정되어 있는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method according to claim 1,
In the mapping table,
Wherein a container in which resource data is to be stored is specified.
청구항 5에 있어서,
디바이스 데이터에는,
다수의 컨텐트들이 순차적으로 수록되어 있고,
매핑 테이블에는,
다수의 컨텐트들이 저장될 컨테이너들이 컨텐트 순서에 따라 지정되어 있는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method of claim 5,
In the device data,
A plurality of contents are sequentially recorded,
In the mapping table,
Wherein containers in which a plurality of contents are to be stored are specified according to a content order.
청구항 1에 있어서,
게이트웨이가, 서버에 매핑 테이블을 요청하는 단계;
게이트웨이가, 서버로부터 매핑 테이블을 수신하여 보유하는 단계;를 더 포함하는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method according to claim 1,
The gateway requesting a mapping table to the server;
Further comprising the step of the gateway receiving and holding the mapping table from the server.
청구항 7에 있어서,
게이트웨이가, 추가된 디바이스 또는 데이터 구조나 리소스 구조가 변경된 디바이스에 대한 매핑 테이블을 요청하는 단계;를 더 포함하는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method of claim 7,
Further comprising the step of the gateway requesting a mapping table for the added device or the data structure or the device whose resource structure is changed.
청구항 8에 있어서,
게이트웨이가, 서버로부터 수신한 매핑 테이블을 추가하거나, 수신한 매핑 테이블로 기보유하던 매핑 테이블을 대체하는 매핑 테이블 관리단계;를 더 포함하는 것을 특징으로 하는 IoT 리소스 매핑 방법.
The method of claim 8,
Further comprising a mapping table management step in which the gateway adds the mapping table received from the server or replaces the mapping table stored in the received mapping table.
디바이스로부터 데이터를 수신하는 제1 통신부;
보유하고 있는 매핑 테이블을 참조하여, 수신한 디바이스 데이터를 리소스 데이터로 변환하는 프로세서; 및
변환한 리소스 데이터를 서버로 전송하는 제2 통신부;를 포함하는 것을 특징으로 하는 게이트웨이.
A first communication unit for receiving data from a device;
A processor for referring to a mapping table and converting the received device data into resource data; And
And a second communication unit for transmitting the converted resource data to the server.
게이트웨이가, 보유하고 있는 매핑 테이블을 참조하여, 디바이스 데이터를 리소스 데이터로 변환하는 단계; 및
게이트웨이가, 변환한 리소스 데이터를 서버로 전송하는 단계;를 포함하는 것을 특징으로 하는 IoT 리소스 매핑 방법.
Converting the device data into resource data by referring to the mapping table held by the gateway; And
And transferring the converted resource data to the server by the gateway.
보유하고 있는 매핑 테이블을 참조하여, 디바이스 데이터를 리소스 데이터로 변환하는 프로세서; 및
변환한 리소스 데이터를 서버로 전송하는 통신부;를 포함하는 것을 특징으로 하는 게이트웨이.
A processor for referring to the held mapping table and converting the device data into resource data; And
And a communication unit for transmitting the converted resource data to the server.
KR1020170161346A 2017-11-29 2017-11-29 Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same KR102035905B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/KR2017/013804 WO2019107594A1 (en) 2017-11-29 2017-11-29 Method for mapping device data and server resources in iot environment, and gateway applying same
KR1020170161346A KR102035905B1 (en) 2017-11-29 2017-11-29 Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170161346A KR102035905B1 (en) 2017-11-29 2017-11-29 Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same

Publications (2)

Publication Number Publication Date
KR20190062795A true KR20190062795A (en) 2019-06-07
KR102035905B1 KR102035905B1 (en) 2019-10-24

Family

ID=66664959

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170161346A KR102035905B1 (en) 2017-11-29 2017-11-29 Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same

Country Status (2)

Country Link
KR (1) KR102035905B1 (en)
WO (1) WO2019107594A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210088999A (en) * 2020-01-07 2021-07-15 씨스존 주식회사 Gateway device for managing message data based on learning and method for managing message data based on learning of the same
KR102305051B1 (en) * 2020-12-04 2021-09-27 한국전자기술연구원 Device ID management method in disposable Internet of Things environment
KR20220077496A (en) * 2020-12-02 2022-06-09 씨스존 주식회사 Message data management method of IoT gateway for improving the efficiency of processing large-capacity traffic of various devices applied to smart port configuration
KR20230077057A (en) 2021-11-25 2023-06-01 (주)아이겐코리아 Fault and parts remaining life prediction system for iot home appliances with big data

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112671934B (en) * 2021-03-15 2021-06-22 国网江苏省电力有限公司信息通信分公司 Electric power internet of things system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016163817A1 (en) * 2015-04-09 2016-10-13 삼성전자 주식회사 Method and device for inter-device communication
US20170085481A1 (en) * 2015-09-17 2017-03-23 Samsung Electronics Co., Ltd. Method and apparatus for transmitting and receiving data in communication system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015013685A1 (en) * 2013-07-25 2015-01-29 Convida Wireless, Llc End-to-end m2m service layer sessions
WO2015138596A1 (en) * 2014-03-11 2015-09-17 Convida Wireless, Llc Enhanced distributed resource directory
US9762563B2 (en) * 2015-10-14 2017-09-12 FullArmor Corporation Resource access system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016163817A1 (en) * 2015-04-09 2016-10-13 삼성전자 주식회사 Method and device for inter-device communication
US20170085481A1 (en) * 2015-09-17 2017-03-23 Samsung Electronics Co., Ltd. Method and apparatus for transmitting and receiving data in communication system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210088999A (en) * 2020-01-07 2021-07-15 씨스존 주식회사 Gateway device for managing message data based on learning and method for managing message data based on learning of the same
KR20220077496A (en) * 2020-12-02 2022-06-09 씨스존 주식회사 Message data management method of IoT gateway for improving the efficiency of processing large-capacity traffic of various devices applied to smart port configuration
KR102305051B1 (en) * 2020-12-04 2021-09-27 한국전자기술연구원 Device ID management method in disposable Internet of Things environment
WO2022119015A1 (en) * 2020-12-04 2022-06-09 한국전자기술연구원 Device id management method in disposable iot environment
KR20230077057A (en) 2021-11-25 2023-06-01 (주)아이겐코리아 Fault and parts remaining life prediction system for iot home appliances with big data

Also Published As

Publication number Publication date
KR102035905B1 (en) 2019-10-24
WO2019107594A1 (en) 2019-06-06

Similar Documents

Publication Publication Date Title
KR20190062795A (en) Method for Mapping Device Data to Server Resource in IoT Environment and Gateway applying the same
US7469260B2 (en) File storage service system, file management device, file management method, ID denotative NAS server and file reading method
JP5203733B2 (en) Coordinator server, data allocation method and program
JP2005174201A6 (en) Resource allocation system, method and program
RU2632125C1 (en) Method and system for tasks processing in cloud service
JP2005174201A (en) Resource assigning system, method, and program
US10924546B2 (en) State container synchronization system and method
CN108964968A (en) Service access management method and system under a kind of container cloud environment
US20080294748A1 (en) Proxy between network file system version three and network file system version four protocol
US9645759B2 (en) Apparatus and method for monitoring communication
US8994990B2 (en) System management server, and management method and program
CN109656889B (en) File system implementation method, device, equipment and storage medium based on block chain
WO2020116612A1 (en) Storage management device, method, and program
CN110113188A (en) Across subdomain communication O&M method, total O&M server and medium
CN108228770A (en) A kind of method and device of application file source inquiry
CN105812321A (en) Network file system based on user information management file resource and processing method
CN111131487B (en) Deep learning platform container mirror image obtaining and sharing method and system
JP4835661B2 (en) User information management program, user information management device, and information management system
US20180241700A1 (en) Transfer device, transfer system, and transfer method
US20190197186A1 (en) Computer-implemented methods, systems comprising computer-readable media, and electronic devices for automated transcode lifecycle buffering
JP6886874B2 (en) Edge devices, data processing systems, data transmission methods, and programs
JP4327869B2 (en) Distributed file system, distributed file system server, and access method to distributed file system
US9600271B2 (en) System, method, and computer-readable medium
US9654336B2 (en) Information processing apparatus having a function of supporting access to managing apparatuses, information processing system, and method of processing information
KR102157591B1 (en) Apparatus for Spatial Query in Big Data Environment and Computer-Readable Recording Medium with Program therefor

Legal Events

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