• Title/Summary/Keyword: 임베디드 서버

Search Result 280, Processing Time 0.024 seconds

Reliability Evaluation for the Avionic Embedded System (항공용 임베디드 시스템 하드웨어 신뢰성 평가)

  • Kim, Byeong-Young;Lee, Dong-Woo;Na, Jong-Wha
    • Journal of Advanced Navigation Technology
    • /
    • v.13 no.1
    • /
    • pp.19-26
    • /
    • 2009
  • Air Traffic Management (ATM) system requires extremely high reliability for the safe and dependable operations in the airport. This paper reports a study on the reliability of the prototype ATM hardware system including the servers and local area networks. Reliability Block Diagram and Fault Tree Analysis on the prototype ATM hardware were performed.

  • PDF

Internet Monitoring System for UPS using ARM Processor (ARM Processor를 이용한 UPS의 인터넷 감시)

  • Lee DongKeun;Oh SungJin;Kim KyungHwan;Kim UkDong
    • Proceedings of the KIPE Conference
    • /
    • 2004.07b
    • /
    • pp.870-873
    • /
    • 2004
  • 본 논문에서는 여러 산업의 전원계통에서 정전 및 순간정전 등의 사고로 발생할 수 있는 피해를 예방하는데 중요한 역할을 하고 있는 무정전전원공급장치(UPS: Uninterruptible Power Supply)의 인터넷 감시시스템에 대하여 기술한다. 별도의 네트워크 인터페이스장치를 설치할 필요가 없이 UPS를 인터넷에 직접 연결할 수 있도록 개발한 임베디드 시스템(Embedded System)의 하드웨어 구성과 다양한 네트워크 통신 프로토콜을 구현할 수 있도록 설계된 소프트웨어의 구성 및 특징을 설명하고, 인터넷에 연결된 UPS의 고장을 예방하거나 신속하게 처리할 수 있도록 개발하여 사용 중인 EMS(Ehwa Management Service)의 특징을 기술한다. 또한 EMS 서버를 이용하지 않고 간단하게 웹브라우저를 통해 감시할 수 있도록 Java 기술을 이용하여 구현한 웹감시프로그램에 대해서 기술한다.

  • PDF

An Embedded Web Server for Remote Monitoring the Semiconductor Equipment (반도체 장비의 원격 모니터링을 위한 임베디드 웹 서버)

  • 윤한경;임성락
    • Journal of the Semiconductor & Display Technology
    • /
    • v.2 no.3
    • /
    • pp.13-18
    • /
    • 2003
  • A remote monitoring system of the semiconductor equipment is used to monitor or control operations of the equipment. Most of the conventional monitoring systems are based on the client-server model with the general purpose PC. Basically, it implies the difficulties in the system reliability and cost down due to its size and complexity. To overcome these difficulties, we suggest an embedded web server which is based on the low-cost microprocessor. It is designed for the monitoring or controlling a dedicated equipment only. To evaluate the feasibility of the suggested embedded web server, we have implemented a test-board with ATMega103 and programmed the basic modules using the AVR-GCC. Finally, we have tested its operations on the MS Explorer 6.0 environment.

  • PDF

A Study of Vehicle's Monitoring and Controller Using Embedded Web Server (임베디드 웹 서버를 이용한 자동차용 모니터링 및 제어기 개발에 관한 연구)

  • Yang, Seung-Hyun;Kim, Dong-Won;Lee, Suk-Won
    • Proceedings of the KIEE Conference
    • /
    • 2004.07d
    • /
    • pp.2380-2382
    • /
    • 2004
  • In this paper, Web server is built up using PXA255, 32bit RISC processor with porting Embedded Linux and GoAhead, HTTP(Hyper Text Transfer Protocol) web server, and the system with can monitor and control the environment and condition for AICC(Automatic Intelligent Cruise Control) is realized. For sending the operation condition and change of vehicle the desired data is derived by interacting ECU(Electric Control Unit) and Embedded system and the rpm of engine is controlled by step motor connected to throttle value.

  • PDF

Design and Implementation of A Dual CPU Based Embedded Web Camera Streaming Server (Dual CPU 기반 임베디드 웹 카메라 스트리밍 서버의 설계 및 구현)

  • 홍진기;문종려;백승걸;정선태
    • Proceedings of the IEEK Conference
    • /
    • 2003.11a
    • /
    • pp.417-420
    • /
    • 2003
  • Most Embedded Web Camera Server products currently deployed on the market adopt JPEG for compression of video data continuously acquired from the cameras. However, JPEG does not efficiently compress the continuous video stream, and is not appropriate for the Internet where the transmission bandwidth is not guaranteed. In our previous work, we presented the result of designing and implementing an embedded web camera streaming server using MPEG4 codec. But the server in our previous work did not show good performance since one CPU had to both compress and process the network transmission. In this paper, we present our efforts to improve our previous result by using dual CPUs, where DSP is employed for data compression and StrongARM is used for network processing. Better performance has been observed, but it is found that still more time is needed to optimize the performance.

  • PDF

Design and Implementation for the Remote sharing of the OSGi services (OSGi 서비스의 원격 공유를 위한 기술 설계 및 구현)

  • Baek, Kyoung-Yun;Yun, Ki-Hyun;Kim, Eun-Hoe;Choi, Jae-Young
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2011.01a
    • /
    • pp.15-18
    • /
    • 2011
  • 현재 컴퓨팅 환경은 분산, 이동, 유비쿼터스 컴퓨팅 환경으로 진화되고 있다. OSGi는 유비쿼터스 환경에서 디지털 이동 전화, 차량, 임베디드 가전, 가정용 게이트웨이, 데스크탑 컴퓨터, 고성능 서버에 이르기까지 그 적용범위가 확대되고 있다. 따라서 서로 다른 장비에 탑재된 OSGi 프레임워크의 서비스들을 서로 연동하여 원격 OSGi 서비스들을 공유하여 상호 운용할 수 있는 기술이 필요하게 되었다. 본 논문에서는 분산 OSGi 프레임워크에서 원격 서비스의 상호운용을 지원하기 위하여 분산 미들웨어 기술인 RMI 패러다임을 적용한 원격 OSGi 서비스 상호운영 방안을 제안한다. 제안하는 원격 OSGi 서비스 상호운용 방안은 OSGi 표준 기술을 활용 및 확장하여 OSGi 아키텍처에 부합하는 원격서비스의 등록 및 발견, 접근 방법을 제공한다. 또한 동적으로 프락시 번들 및 프락시 서비스를 생성함으로써 원격 OSGi 서비스의 위치 투명성을 지원하는 특징을 가진다.

  • PDF

Speech Recognition based Smart Home System using 5W1H Programming Model (5W1H 프로그래밍 모델을 기반으로 한 음성인식 스마트 홈 시스템)

  • Baek, Yeong-Tae;Lee, Se-Hoon;Kim, Ji-Seong;Sin, Bo-Bae
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2017.01a
    • /
    • pp.43-44
    • /
    • 2017
  • 본 논문에서는 상용화된 음성-인식 디바이스가 다른 임베디드 모듈과 통신하며 스마트홈 중앙처리 서버역할을 수행하려 할 때 제작사에 의해 개발되어지지 않거나 제한된 모듈과 서비스만을 제공한다는 문제점을 해결하기 위해 사용자가 직접 간단한 작업으로 원하는 기능의 모듈을 개발하여 자유롭게 음성인식명령을 추가할 수 있는 플랫폼을 제안한다. 본 논문에서 제안하는 플랫폼의 개념은 특정 OS에 종속되지 않으므로 다양한 시스템에서 제공될 수 있도록 설계되었으며 실험 플랫폼은 Windows기반으로 제작되었으나 다른 시스템에도 같은 개념을 적용하여 제작할 수 있다.

  • PDF

Design of Filtering Agent Interface using XML E-Mail System (XML 이메일 시스템의 필터링 에이전트 인터페이스 설계)

  • Jeong, Ok-Ran;Cho, Dong-Sub
    • Proceedings of the KIEE Conference
    • /
    • 2002.11c
    • /
    • pp.476-480
    • /
    • 2002
  • 인터넷의 발달로 인하여 웹을 통한 문서 송수신이 많아지면서 종래의 인쇄 매체 상에 기술된 문서들은 점차 전자문서화 되기 시작했다. 이러한 문서들을 서로 다른 시스템 사이에서 상호 교환하기 위해서는 사용자가 원하는 논리적 구조를 태그로 구현할 수 있는 정형화된 문서 형태가 필요하다. 또한 이메일을 통한 개인적 정보를 얻고 또한 메일의 양이 갈수록 늘어나는 상황에서 카테고리별 자동 분류를 할 수 있는 에이전트가 현안이 되고 있다. 본 논문에서는 XML 형식의 메일에 XSL 문서를 임베디드하여 보내는 XML 이메일 시스템을 설계하여, 본 시스템을 이용하여 본문 내용을 카테고리별 자동 분류해주는 필터링 에이전트 인터페이스(Filtering Agent Interface)를 제안하고자 한다. XML 메일 서버를 통하여 수신된 메일은 XML과 XSL 형식에 따라 XML 메일 데이터베이스에 따로 저장되기 때문에 분석이 매우 용이하다는 장점을 이용하였다.

  • PDF

A Study on the Media Transmodality Model for Mobile Environment (모바일 환경을 위한 미디어 형식 변환 모델 연구)

  • Han Byeong-Jun;Yoon Jeong-Hyun;Lee Han-Kyu;Hwang Een-Jun
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06a
    • /
    • pp.229-231
    • /
    • 2006
  • 임베디드 기기와 무선 네트워크 기술이 발전함에 따라 PDA나 휴대폰과 같은 모바일 기기 상에서도 멀티미디어 컨텐츠를 소비하는 것이 가능하게 되었다. 그러나 모바일 기기 특성상 무선 네트워크를 통한 컨텐츠 소비환경은 유동성이 강하다. 따라서 모바일 환경에서 멀티미디어 컨텐츠를 효과적으로 제공하기 위해서는 상황에 따른 가용적인 모델이 필요하다. 미디어 형식 변환(Media Transmoding)은 네트워크, 하드웨어, 스트리밍 서버 등의 상황에 따라 능동적으로 컨텐츠의 형식을 변환하여 전송하는 기술이다. 본 논문에서는 모바일 환경에서의 미디어 형식 변환 모델을 제안하고, 자체 개발한 미디어 형식 변환 시나리오를 사용하여 TV-AnyTime Phase 2 Part 3와 SOAP과 결합하여 설계 및 구현하였다.

  • PDF

Design and Implementation of Telematics System based on Home Networking (홈 네트워킹 기반 텔레매틱스 시스템 설계 및 구현)

  • Cho, Tae-Won;Ahn, Hong-Kyu;Lee, Seung-Jun;Lee, Dong-Myong;Kwon, Soon-Ryang
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10d
    • /
    • pp.830-835
    • /
    • 2006
  • 최근 주5일제 근무로 인한 외출기회 증가와 생활수준 향상에 따른 고급형 자동차 선호로 인해 자동차에서 가정을 모니터링하거나 가정 내 가전기기를 제어하는 서비스에 대한 관심이 높아져 가고 있다. 본 논문에서는 텔레매틱스 기술과 홈 네트워킹 기술을 융합한 홈 네트워킹 기반의 텔레매틱스 시스템을 설계 및 구현한다. 이동 중인 차량에서 CDMA 모듈을 장착한 텔레매틱스 단말기로 이동통신망을 통해 가정의 홈 서버에 접속한 후 AVR 임베디드 보드를 통해 가전기기를 제어하거나 웹 카메라를 통해 가정 내를 모니터링할 수 있는 텔레매틱스 시스템을 구축하였다. 실험을 통해 이동 중에도 텔레매틱스 단말기를 통해 각종 가전기기를 제어하고 가정을 모니터링 하는 홈네트워킹 기반의 텔레매틱스 기능이 안정적으로 동작함을 확인하였다.

  • PDF