• Title/Summary/Keyword: IoT Web

Search Result 208, Processing Time 0.025 seconds

A Study on the IoT Platform based on Web using Embedded Device (임베디드 디바이스를 이용한 웹 기반 사물인터넷 플랫폼에 관한 연구)

  • Jeon, Jin Hwan;Song, Jeo;Lee, Sang Moon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2015.07a
    • /
    • pp.185-186
    • /
    • 2015
  • 생활 속 사물들을 유 무선 네트워크를 이용하여 상호 연결하고 정보를 공유하는 환경을 사물인터넷이라고 한다. 즉, 인터넷을 기반으로 모든 사물을 연결하여 사람과 사물, 사물과 사물 간의 정보를 상호 소통하는 지능형 기술 및 서비스로서 기존의 유선 통신 기반 인터넷 및 모바일 인터넷보다 진화된 다음 단계의 인터넷을 의미한다고 볼 수 있다. 이러한 사물인터넷은 가전제품을 비롯한 전자기기뿐만 아니라 원격검침, 헬스케어, 스마트홈, 스마트카, 스마트팩토리 등의 다양한 분야에서 가정 및 산업용으로 응용되고 있다. 본 논문에서는 임베디드 디바이스를 사용하여 가정의 전자기기를 사용환경을 구성하고 이러한 장치들과 소통하고 제어할 수 있는 웹 기반의 플랫폼 환경에 대하여 제안한다.

  • PDF

An Extensible Smart Home IoT System Based on Open Hardware Platforms (개방형 하드웨어 플랫폼 기반의 확장 용이한 스마트 홈 IoT 시스템)

  • Lee, Jin-hae;Park, Gwang-il;Shin, Jong-ha;Yoo, Seong-eun
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.11 no.6
    • /
    • pp.369-377
    • /
    • 2016
  • Recently, many changes have been made to people's life patterns as the technological advances in the ICT industry. The fusion of smart phones and various IT technologies has brought people convenience and welfare. A typical example of such fusion is the smart home. However, the existing smart home systems are difficult to be changed or extended. So we design a new smart home system with extensibility that can easily adopt legacy appliances and be scaled up. Among a variety of smart home features, this paper deals with IoT Devices that are responsible for controlling power or transmitting and receiving sensing values, IoT Gateway that connects users and consumer electronics via Internet, and Smart Home Manager that monitors and controls these components in the proposed smart home system.

Design of Lightweight JavaScript Software Platform for the Internet of Things

  • Lee, Wonjun;Na, Yeoul;Kim, Seon Wook
    • IEIE Transactions on Smart Processing and Computing
    • /
    • v.3 no.6
    • /
    • pp.393-396
    • /
    • 2014
  • Recently, the internet of things (IoT) has become increasingly attractive in many areas to realize smart worlds. JavaScript has become prevalent for IoT programming because of its familiarity with web programmers. On the other hand, JavaScript does not allow the direct control of IoT hardware due to its language limitation. This paper proposes the IoT software platform for JavaScript programming to resolve the limitation. For proof of concept, the platform based on SpiderMonkey and Raspberry Pi was implemented.

Implementation of IoT-based Automatic Inventory Management System

  • Choi, Eun-Soo;Kang, Min-Soo;Jung, Yong Gyu;Paik, Jean Kyung
    • International Journal of Advanced Culture Technology
    • /
    • v.5 no.1
    • /
    • pp.70-75
    • /
    • 2017
  • Recent development of IT industry including smart phones and communication technologies has resulted in rapid growth of Internet of Things (IoT) technology and relevant markets. The access to IoT is becoming easier thanks to the boards and IoT products, such as Arduino and Raspberry Pi. Large-scale business sites use IoT technology to manage inventories, but small-scale business sites do not. In the present study, We ported Linux-based Raspbian to Raspberry Pi, It utilizes web server communication to control the Arduino through the application We used a color sensor to figure out the kind of inventory. We also built a database using MySQL to store the data. We used raspberry pi to check whether the proposed system works and apply it to small-scale business.

Message Security Level Integration with IoTES: A Design Dependent Encryption Selection Model for IoT Devices

  • Saleh, Matasem;Jhanjhi, NZ;Abdullah, Azween;Saher, Raazia
    • International Journal of Computer Science & Network Security
    • /
    • v.22 no.8
    • /
    • pp.328-342
    • /
    • 2022
  • The Internet of Things (IoT) is a technology that offers lucrative services in various industries to facilitate human communities. Important information on people and their surroundings has been gathered to ensure the availability of these services. This data is vulnerable to cybersecurity since it is sent over the internet and kept in third-party databases. Implementation of data encryption is an integral approach for IoT device designers to protect IoT data. For a variety of reasons, IoT device designers have been unable to discover appropriate encryption to use. The static support provided by research and concerned organizations to assist designers in picking appropriate encryption costs a significant amount of time and effort. IoTES is a web app that uses machine language to address a lack of support from researchers and organizations, as ML has been shown to improve data-driven human decision-making. IoTES still has some weaknesses, which are highlighted in this research. To improve the support, these shortcomings must be addressed. This study proposes the "IoTES with Security" model by adding support for the security level provided by the encryption algorithm to the traditional IoTES model. We evaluated our technique for encryption algorithms with available security levels and compared the accuracy of our model with traditional IoTES. Our model improves IoTES by helping users make security-oriented decisions while choosing the appropriate algorithm for their IoT data.

An Unified Spatial Index and Visualization Method for the Trajectory and Grid Queries in Internet of Things

  • Han, Jinju;Na, Chul-Won;Lee, Dahee;Lee, Do-Hoon;On, Byung-Won;Lee, Ryong;Park, Min-Woo;Lee, Sang-Hwan
    • Journal of the Korea Society of Computer and Information
    • /
    • v.24 no.9
    • /
    • pp.83-95
    • /
    • 2019
  • Recently, a variety of IoT data is collected by attaching geosensors to many vehicles that are on the road. IoT data basically has time and space information and is composed of various data such as temperature, humidity, fine dust, Co2, etc. Although a certain sensor data can be retrieved using time, latitude and longitude, which are keys to the IoT data, advanced search engines for IoT data to handle high-level user queries are still limited. There is also a problem with searching large amounts of IoT data without generating indexes, which wastes a great deal of time through sequential scans. In this paper, we propose a unified spatial index model that handles both grid and trajectory queries using a cell-based space-filling curve method. also it presents a visualization method that helps user grasp intuitively. The Trajectory query is to aggregate the traffic of the trajectory cells passed by taxi on the road searched by the user. The grid query is to find the cells on the road searched by the user and to aggregate the fine dust. Based on the generated spatial index, the user interface quickly summarizes the trajectory and grid queries for specific road and all roads, and proposes a Web-based prototype system that can be analyzed intuitively through road and heat map visualization.

IoT Collaboration System Based on Edge Computing for Smart Livestock System (스마트 축사를 위한 에지 컴퓨팅 기반 IoT 협업 시스템)

  • Ahn, Chi-Hyun;Lee, Hyungtak;Chung, Kwangsue
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.26 no.2
    • /
    • pp.258-264
    • /
    • 2022
  • The smart farm for livestock, in which information and communication technology (ICT) is combined with livestock farm, is mostly based on the cloud computing paradigm. A cloud-based smart livestock farm has disadvantages such as increased response time, burden on cloud resource caused by the increased number of IoT sensors, traffic burden on the network, and lack of failure resilience mechanisms through collaboration with adjacent IoT devices. In this paper, with these problems in mind, we propose an IoT collaboration system based on edge computing. By using the relatively limited computing resources of the edge device to share the cloud's web server function, we aim to reduce the cloud's resources needed and improve response time to user requests. In addition, through the heartbeat-based failure recovery mechanism, IoT device failures were detected and appropriate measures were taken.

Implementation of Actuator Control System based on Web (웹 기반 원격 액츄에이터 제어 시스템 구현)

  • Bae, Byeong Chae;Jeong, Dong Min;Lee, Young-Dong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2016.05a
    • /
    • pp.570-572
    • /
    • 2016
  • Recent people start to attention about IoT(Internet of Things) and applying IoT on many fields is rising. In this paper we have implemented to control things via web so we used SimpleHTTPServer with Python. Client was used POST, one of web request method which passes through web server and developed a remote control system.

  • PDF

Process-Aware Internet of Things: A Conceptual Extension of the Internet of Things Framework and Architecture

  • Kim, Meesun;Ahn, Hyun;Kim, Kwanghoon Pio
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.8
    • /
    • pp.4008-4022
    • /
    • 2016
  • This paper tries to extend the conventional conceptual framework of the Internet of Things (IoT) so as to reify an advanced pervasive IoT-community collaboration concept, which is called the process-aware Internet of Things. The extended conceptual framework is embodied as a referential architecture that can be a standardized reference model supporting the conceptual integration of the Internet of Things and the process awareness. The extended referential architecture covers the full range of the architectural details from abstracting the process-aware behavioral semantics to reifying the IoT-process enactments. These extended framework and architecture ought to be the theoretical basis for implementing a process-aware IoT-community computing system supporting process-aware collaborations of Things in pervasive computing environments. In particular, we do point up that the proposed framework of the process-aware Internet of Things is revised from the Internet of Things framework announced in ITU-T SG133 Y.2060 [26] by integrating the novel concept of process awareness. We strongly believe that the extended conceptual framework and its referential architecture are able to deliver the novel and meaningful insight as a standardized platform for describing and achieving the goals of IoT-communities and societies.

A study to detect and leaked personal information on the smartphone. (Web을 이용한 안드로이드 기기 제어 시스템 설계)

  • Kim, Wung-Jun;He, Yi-Lun;Park, Sung-Hyun;Ban, Tae-Hak;Kim, Yong-Un;Jung, Hoe-Kyung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.845-847
    • /
    • 2014
  • In recent years, the mobile OS market, enlargement and, at the same time, Android has mounted various smart phones and feature air conditioning, smart TV, cleaning robot, camera, etc. that the number is being spread at a rapid pace. But a lot of devices to control the modules and applications at once, this is not a device for controlling the dissemination of applications all in one place, and in charge of the devices that allow you to manage applications are lacking. Accordingly, in this paper, use the Web Server registered in the appliance can be controlled by management, Web access, is proposing and designing the system. This is the current research is actively in progress in the field of IoT (Internet of Things) would be utilized.

  • PDF