• Title/Summary/Keyword: open data platform

Search Result 400, Processing Time 0.029 seconds

A Virtual File System for IoT Service Platform Based on Linux FUSE (IoT 서비스 플랫폼을 위한 리눅스 FUSE 기반 가상 파일 시스템)

  • Lee, Hyung-Bong;Chung, Tae-Yun
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.10 no.3
    • /
    • pp.139-150
    • /
    • 2015
  • The major components of IoT(Internet of Things) environment are IoT devices rather than the conventional desktop computers. One of the intrinsic characteristics of IoT devices is diversity in view of data type and data access method. In addition, IoT devices usually deal with real-time data. In order to use such IoT data for internal business or cloud services, an IoT platform capable of easy domain management and consistent data access interface is required. This paper proposes a Linux FUSE-based virtual file system connecting IoT devices on POSIX file system view. It is possible to manage IoT domain with the native Linux utilities such as mkdir, mknod, ls and find in the file system. Also, the file system makes it possible to access or control IoT devices through POSIX interface such as open(), read(), write() or close() without any separate APIs or utilities. A test result shows that the management performance of the file system is lower than that of linux file system negligibly.

A Benchmark of Open Source Data Mining Package for Thermal Environment Modeling in Smart Farm(R, OpenCV, OpenNN and Orange) (스마트팜 열환경 모델링을 위한 Open source 기반 Data mining 기법 분석)

  • Lee, Jun-Yeob;Oh, Jong-wo;Lee, DongHoon
    • Proceedings of the Korean Society for Agricultural Machinery Conference
    • /
    • 2017.04a
    • /
    • pp.168-168
    • /
    • 2017
  • ICT 융합 스마트팜 내의 환경계측 센서, 영상 및 사양관리 시스템의 증가에도 불구하고 이들 장비에서 확보되는 데이터를 적절히 유효하게 활용하는 기술이 미흡한 실정이다. 돈사의 경우 가축의 복지수준, 성장 변화를 실시간으로 모니터링 및 예측할 수 있는 데이터 분석 및 모델링 기술 확보가 필요하다. 이를 위해선 가축의 생리적 변화 및 행동적 변화를 조기에 감지하고 가축의 복지수준을 실시간으로 감시하고 분석 및 예측 기술이 필요한데 이를 위한 대표적인 정보 통신 공학적 접근법 중에 하나가 Data mining 이다. Data mining에 대한 연구 수행에 필요한 다양한 소프트웨어 중에서 Open source로 제공이 되는 4가지 도구를 비교 분석하였다. 스마트 돈사 내에서 열환경 모델링을 목표로 한 데이터 분석에서 고려해야할 요인으로 데이터 분석 알고리즘 도출 시간, 시각화 기능, 타 라이브러리와 연계 기능 등을 중점 적으로 분석하였다. 선정된 4가지 분석 도구는 1) R(https://cran.r-project.org), 2) OpenCV(http://opencv.org), 3) OpenNN (http://www.opennn.net), 4) Orange(http://orange.biolab.si) 이다. 비교 분석을 수행한 운영체제는 Linux-Ubuntu 16.04.4 LTS(X64)이며, CPU의 클럭속도는 3.6 Ghz, 메모리는 64 Gb를 설치하였다. 개발언어 측면에서 살펴보면 1) R 스크립트, 2) C/C++, Python, Java, 3) C++, 4) C/C++, Python, Cython을 지원하여 C/C++ 언어와 Python 개발 언어가 상대적으로 유리하였다. 데이터 분석 알고리즘의 경우 소스코드 범위에서 라이브러리를 제공하는 경우 Cross-Platform 개발이 가능하여 여러 운영체제에서 개발한 결과를 별도의 Porting 과정을 거치지 않고 사용할 수 있었다. 빌트인 라이브러리 경우 순서대로 R 의 경우 가장 많은 수의 Data mining 알고리즘을 제공하고 있다. 이는 R 운영 환경 자체가 개방형으로 되어 있어 온라인에서 추가되는 새로운 라이브러리를 클라우드를 통하여 공유하기 때문인 것으로 판단되었다. OpenCV의 경우 영상 처리에 강점이 있었으며, OpenNN은 신경망학습과 관련된 라이브러리를 소스코드 레벨에서 공개한 것이 강점이라 할 수 있다. Orage의 경우 라이브러리 집합을 제공하는 것에 중점을 둔 다른 패키지와 달리 시각화 기능 및 망 구성 등 사용자 인터페이스를 통합하여 운영한 것이 강점이라 할 수 있다. 열환경 모델링에 요구되는 시간 복잡도에 대응하기 위한 부가 정보 처리 기술에 대한 연구를 수행하여 스마트팜 열환경 모델링을 실시간으로 구현할 수 있는 방안 연구를 수행할 것이다.

  • PDF

Efficient Task Distribution for Pig Monitoring Applications Using OpenCL (OpenCL을 이용한 돈사 감시 응용의 효율적인 태스크 분배)

  • Kim, Jinseong;Choi, Younchang;Kim, Jaehak;Chung, Yeonwoo;Chung, Yongwha;Park, Daihee;Kim, Hakjae
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.6 no.10
    • /
    • pp.407-414
    • /
    • 2017
  • Pig monitoring applications consisting of many tasks can take advantage of inherent data parallelism and enable parallel processing using performance accelerators. In this paper, we propose a task distribution method for pig monitoring applications into a heterogenous computing platform consisting of a multicore-CPU and a manycore-GPU. That is, a parallel program written in OpenCL is developed, and then the most suitable processor is determined based on the measured execution time of each task. The proposed method is simple but very effective, and can be applied to parallelize other applications consisting of many tasks on a heterogeneous computing platform consisting of a CPU and a GPU. Experimental results show that the performance of the proposed task distribution method on three different heterogeneous computing platforms can improve the performance of the typical GPU-only method where every tasks are executed on a deviceGPU by a factor of 1.5, 8.7 and 2.7, respectively.

Clustering of Smart Meter Big Data Based on KNIME Analytic Platform (KNIME 분석 플랫폼 기반 스마트 미터 빅 데이터 클러스터링)

  • Kim, Yong-Gil;Moon, Kyung-Il
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.2
    • /
    • pp.13-20
    • /
    • 2020
  • One of the major issues surrounding big data is the availability of massive time-based or telemetry data. Now, the appearance of low cost capture and storage devices has become possible to get very detailed time data to be used for further analysis. Thus, we can use these time data to get more knowledge about the underlying system or to predict future events with higher accuracy. In particular, it is very important to define custom tailored contract offers for many households and businesses having smart meter records and predict the future electricity usage to protect the electricity companies from power shortage or power surplus. It is required to identify a few groups with common electricity behavior to make it worth the creation of customized contract offers. This study suggests big data transformation as a side effect and clustering technique to understand the electricity usage pattern by using the open data related to smart meter and KNIME which is an open source platform for data analytics, providing a user-friendly graphical workbench for the entire analysis process. While the big data components are not open source, they are also available for a trial if required. After importing, cleaning and transforming the smart meter big data, it is possible to interpret each meter data in terms of electricity usage behavior through a dynamic time warping method.

A Study on Geo-Data Appliance for Using Geospatial Information of Public Open Data (개방형 공공데이터의 공간정보 활용을 위한 Geo-Data Appliance 구현방안)

  • Yeon, Sung-Hyun;Kim, Hyeon-Deok;Lee, In-Su
    • Journal of Cadastre & Land InformatiX
    • /
    • v.45 no.2
    • /
    • pp.71-85
    • /
    • 2015
  • Recently, the South Korean government actively opens the public data to encourage people to use it in private sector. It is based on 'Government 3.0' that is the paradigm for government operation. According to this trend, a data platform is required for establishing and commercializing business models that utilizing geospatial data. However, it is currently insufficient to establish the geospatial data system using the text-based public open data. This study constructs a geospatial data supply system using the public data for the purpose of providing and using the public data of spatial reference type efficiently. It improves the accessibility of user and the usability to the public data having location information. Besides, this study suggests that the components of the appliance system that connects the public data from different public institutions for different purposes with producing the geospatial data in the type of a finished product.

Embedded System Design with COS LoRa technology (COS LoRa 기반의 임베디드 시스템 설계)

  • Hong, Seonhack;Cho, Kyungsoon;Yoon, Jinseob
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.14 no.3
    • /
    • pp.29-38
    • /
    • 2018
  • It is the approach of embedded system design that analyzes COS(Cut Out Switch) failure in the power distribution and an instantaneous breakdown of power distribution supply could cause the weakness of industrial competence and therefore we need to feed the stable power distribution with developing the technology of open-source embedded system. In this paper, we apply the LoRa technology which is the Internet of Things(IoT) protocol for low data rate, low power, low cost and long range sensor applications. We designed the hardware and software architecture setup and experimented the embedded system with network architecture and COS monitoring system including accelerometer for detecting the failure of distribution line and sensing the failure of its fuse holder by recognizing the variation and collision and afterwards sending the information to a gateway. With experimenting we designed the embedded platform for sensing the variation and collision according to the COS failure, monitoring its fuse holder status and transferring the information of states with LoRa technology.

A Case Study for SMRT Train Open Doors Control System (도시철도의 열차출입문제어에 관한 연구)

  • Won, Yu-Duck;Shim, Won-Sub
    • Proceedings of the KSR Conference
    • /
    • 2006.11b
    • /
    • pp.941-946
    • /
    • 2006
  • It followed in system development and SMRT(Seoul Metropolitan Rapid Transit Co)System reached to an automatic train operation(ATO) and driverless operation(DLM) from the manual operation due to the train driver. The train like the general bus or the car vehicle was not serial riding in a car and the Parallel concept which the numerous passenger rides in a car simultaneously occur frequently the charge of the train driver unmanned bitterly from existing manual handling was a possibility of doing, train open door control(ODM) which bites also ATO, it handles it minimized. Like this ATO/DLM, the control system which bites being a Wayside to Train communication for immediacy, it is a system of the Vital concept the immediacy of the citizen Data evil the radio information transmission and the train of the interface which is accurate from unmanned operation and, will decipher, will accomplish it will guarantee. It respects the passenger accident prevention and an air question environment improvement from subway platform and phul leys the screen door of Platform(PSD) with the fire tube frost it refers and part it treats and to sleep it does, ODM which bites is accuracy and immediacy of altitude and when seeing from the viewpoint which demands the trust of altitude, ODM system the trust of car incest interface in the equipment construction which is safe and the comparative analysis back of the system analysis against the control which bites and case study and other subway system it leads from the research which it sees and signal - train in base grudge to sleep it contributes it does.

  • PDF

Heterogeneous Computation on Mobile Processor for Real-time Signal Processing and Visualization of Optical Coherence Tomography Images

  • Aum, Jaehong;Kim, Ji-hyun;Dong, Sunghee;Jeong, Jichai
    • Current Optics and Photonics
    • /
    • v.2 no.5
    • /
    • pp.453-459
    • /
    • 2018
  • We have developed a high-performance signal-processing and image-rendering heterogeneous computation system for optical coherence tomography (OCT) on mobile processor. In this paper, we reveal it by demonstrating real-time OCT image processing using a Snapdragon 800 mobile processor, with the introduction of a heterogeneous image visualization architecture (HIVA) to accelerate the signal-processing and image-visualization procedures. HIVA has been designed to maximize the computational performances of a mobile processor by using a native language compiler, which targets mobile processor, to directly access mobile-processor computing resources and the open computing language (OpenCL) for heterogeneous computation. The developed mobile image processing platform requires only 25 ms to produce an OCT image from $512{\times}1024$ OCT data. This is 617 times faster than the naïve approach without HIVA, which requires more than 15 s. The developed platform can produce 40 OCT images per second, to facilitate real-time mobile OCT image visualization. We believe this study would facilitate the development of portable diagnostic image visualization with medical imaging modality, which requires computationally expensive procedures, using a mobile processor.

Developing a World Geography Gamification Lesson Plan with Digital Tools

  • Suji JO;Jiwon BYUN
    • Fourth Industrial Review
    • /
    • v.4 no.1
    • /
    • pp.11-18
    • /
    • 2024
  • Purpose: The purpose of this study is to develop a geography class teaching and learning guide that enables learners to realistically explore the characteristics of the world's climate and geographical environment using digital tools. Research design, data and methodology: We review previous research on classes using goal-based scenario learning models, gamification, and digital tools, and explore tools that can be applied to world geography classes. Based on the exploration results, a goal-based scenario learning module is designed and a strategy for promoting educational gamification is established based on the ADDIE instructional design model. Results: The study comprises four sessions. Sessions 1-3 involve performance evaluations using a goal-based scenario learning module. Learners create game characters reflecting geographical characteristics, present results, and proceed with 3D modeling. In Session 4, a gamification class using Google Sites on the CoSpaces metaverse platform will be conducted. Conclusions: The study introduces a goal-based scenario learning model and a gamification class using digital tools to empower learners in exploring geographical diversity and its impact on lifestyles. Utilizing an accessible online platform, the study provides practical measures for integrating digital tools into geography education, addressing the current importance of digital technology in teaching.

Analysis of IoT Open-Platform Cryptographic Technology and Security Requirements (IoT 오픈 플랫폼 암호기술 현황 및 보안 요구사항 분석)

  • Choi, Jung-In;Oh, Yoon-Seok;Kim, Do-won;Choi, Eun Young;Seo, Seung-Hyun
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.7 no.7
    • /
    • pp.183-194
    • /
    • 2018
  • With the rapid development of IoT(Internet of Things) technology, various convenient services such as smart home and smart city have been realized. However, IoT devices in unmanned environments are exposed to various security threats including eavesdropping and data forgery, information leakage due to unauthorized access. To build a secure IoT environment, it is necessary to use proper cryptographic technologies to IoT devices. But, it is impossible to apply the technologies applied in the existing IT environment, due to the limited resources of the IoT devices. In this paper, we survey the classification of IoT devices according to the performance and analyze the security requirements for IoT devices. Also we survey and analyze the use of cryptographic technologies in the current status of IoT open standard platform such as AllJoyn, oneM2M, IoTivity. Based on the research of cryptographic usage, we examine whether each platform satisfies security requirements. Each IoT open platform provides cryptographic technology for supporting security services such as confidentiality, integrity, authentication an authorization. However, resource constrained IoT devices such as blood pressure monitoring sensors are difficult to apply existing cryptographic techniques. Thus, it is necessary to study cryptographic technologies for power-limited and resource constrained IoT devices in unattended environments.