Implementation of Actuator Control System based on Web

웹 기반 원격 액츄에이터 제어 시스템 구현

  • Bae, Byeong Chae (Department of Software Engineering, Changshin University) ;
  • Jeong, Dong Min (Department of Software Engineering, Changshin University) ;
  • Lee, Young-Dong (Department of Software Engineering, Changshin University)
  • 배병채 (창신대학교 소프트웨어공학과) ;
  • 정동민 (창신대학교 소프트웨어공학과) ;
  • 이영동 (창신대학교 소프트웨어공학과)
  • Published : 2016.05.25

Abstract

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.

최근 사물인터넷에 대한 관심이 높아지고 있으며, 여러 분야에서 사물인터넷을 접목한 응용 사례들이 늘어나고 있다. 본 논문에서는 웹을 통해 다양한 사물들의 제어를 위해 서버는 파이썬을 기반으로 한 SimpleHTTPServer를 활용하여 구현하였으며, 클라이언트에서는 웹페이지 메시지 전송 방식중 하나인 POST 방식을 이용하여 웹 서버를 경유하여 원격지 액츄에이터 제어 시스템을 구현하였다.

Keywords