• Title/Summary/Keyword: Realtime Linux

Search Result 20, Processing Time 0.027 seconds

Residential Gateway Design under Realtime Linux Environment (실시간 Linux 환경에서 상주형 게이트웨이의 설계)

  • Shim, Jang-Sup;Kim, Jong-Kyum;Jung, Soon-Key
    • The KIPS Transactions:PartA
    • /
    • v.11A no.1
    • /
    • pp.21-28
    • /
    • 2004
  • In this paper, we describe the study of residential gateway design and the implementation of its core functional features under the realtime linux environment. This Paper has also suggested the developing example of device driver that can execute the realtime linux with stability based on the recent research findings of which is related to the functions of existing realtime operating system for residential gateway, and explained methods that can further improve performance by analyzing the performance characteristics of the system. And as a result, it was able to suggest the possibility of effective implementation of residential gateway under the realtime linux environment in this paper.

Implementation of an Image Board Remote Control System using PDA based on Embedded Linux in Wireless Internet (무선 인터넷 망에서 임베디드 리눅스 기반 PDA를 이용한 영상보드 원격 제어 시스템 구현)

  • Kim, Sung-Yong;Lee, Sang-Min
    • The Journal of Information Systems
    • /
    • v.17 no.1
    • /
    • pp.155-171
    • /
    • 2008
  • This thesis proposed a method that connecting step motor to image send board which can acquire image to move and remote controlling via streaming image board of PDA(personal digital assistant) based on embedded Linux which is using wireless network There are three embedded Linux system to embody movable image send board. First, though the wireless network a signal of PDA is transmitted to the board which has embedded Linux and a system which is controlled by the expansion I/O port of the board. Second, it's a system streaming realtime image at a PDA which has embedded Linux. The last is a system which controls a process of image board using TCP/IP communication and image send board at PC. These are the system which can use industrial settings and homes. It can also make use of an embodiment method about travelling image robot.

Realtime Tide and Storm-Surge Computations for the Yellow Sea Using the Parallel Finite Element Model (병렬 유한요소 모형을 이용한 황해의 실시간 조석 및 태풍해일 산정)

  • Byun, Sang-Shin;Choi, Byung-Ho;Kim, Kyeong-Ok
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • v.12 no.1
    • /
    • pp.29-36
    • /
    • 2009
  • Realtime tide and storm-surge computations for the Yellow Sea were conducted using the Parallel Finite Element Model. For these computations a high resolution grid system was constructed with a minimum node interval of loom in Gyeonggi Bay. In the modeling, eight main tidal constituents were analyzed and their results agreed well with the observed data. The realtime tide computation with the eight main tidal constituents and the storm-surge simulation for Typhoon Sarah(1959) were also conducted using parallel computing system of MPI-based LINUX clusters. The result showed a good performance in simulating Typhoon Sarah and reducing the computation time.

Design and Implementation of RMO for Linux-based Embedded System (임베디드 시스템을 위한 리눅스내의 RMO설계 및 구현)

  • Oh Ji-seong;Park Hyun-hee;Yang S.M
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.940-942
    • /
    • 2005
  • 내장 실시간 시스템은 고 신뢰성 및 고 가용성이 요구된다. 이를 위해서 반드시 필요한 요소들은 결함을 감지 할 수 있는 온라인 모니터링과 감지된 결함에 대한 결함허용(Fault Tolerance) 기법으로 온라인 모니터링에 관련된 연구로는 dRTO 모델[1]의 RMO(Region Monitoring Object)[2]가 있다. 본 논문에서는 효율적인 온라인 모니터링 프레임워크를 내장 시스템에서 널리 사용되는 운영교제인 리눅스에 제공하기 위하여 리눅스상에서 동작하는 RMO 프레임워크를 적용한 LinuxRMO를 설계하고 구현한다. LinuxRMO 가 감시하는 대상은 dRTO모델에서 정의된 RMO의 감시대상인 RTO(Realtime Object)[3] [4]가 아닌 리눅스 프로세스들이다. LinuxRMO는 리눅스 프로세스의 변수 데이터들에 대한 실시간 추적, 프로세스들에 대한 주기적인 감시 및 사용자가 정의한 허용시간을 초과한 프로세스들을 감지하는 역할을 한다.

  • PDF

A Design and Implementation of LBS-based Tour Guide System using Embedded Linux (임베디드 리눅스를 이용한 위치기반 관광안내 단말기의 설계 및 구현)

  • Kim Jeong-Won;Jun Bong-Gi
    • Journal of the Korea Society of Computer and Information
    • /
    • v.11 no.4 s.42
    • /
    • pp.261-269
    • /
    • 2006
  • In this paper we has implemented a tour guide terminal using the embedded linux. The implemented terminal can locate its position using GPS interface and display the sightseeing information of the current location. With view of this implementation results, we confirmed the possibility of embedded linux terminal as a tour guide PDA. The realtime update of sightseeing information using a mobile communication functionality will be included in our future works.

  • PDF

Design and Implementation of a Linux-based Message Processor to Minimize the Response-time Delay of Non-real-time Messages in Multi-core Environments (멀티코어 환경에서 비실시간 메시지의 응답시간 지연을 최소화하는 리눅스 기반 메시지 처리기의 설계 및 구현)

  • Wang, Sangho;Park, Younghun;Park, Sungyong;Kim, Seungchun;Kim, Cheolhoe;Kim, Sangjun;Jin, Cheol
    • Journal of KIISE
    • /
    • v.44 no.2
    • /
    • pp.115-123
    • /
    • 2017
  • A message processor is server software that receives non-realtime messages as well as realtime messages from clients that need to be processed within a deadline. With the recent advances of micro-processor technologies and Linux, the message processor is often implemented in Linux-based multi-core servers and it is important to use cores efficiently to maximize the performance of system in multi-core environments. Numerous research efforts on a real-time scheduler for the efficient utilization of the multi-core environments have been conducted. Typically, though, they have been conducted theoretically or via simulation, making a subsequent real-system application difficult. Moreover, many Linux-based real-time schedulers can only be used in a specific Linux version, or the Linux source code needs to be modified. This paper presents the design of a Linux-based message processor for multi-core environments that maps the threads to the cores at user level. The message processor is implemented through a modification of the traditional RM algorithm that consolidates the real-time messages into certain cores using a first-fit-based bin-packing algorithm; this minimizes the response-time delay of the non-real-time messages, while guaranteeing the violation rate of the real-time messages. To compare the performances, the message processor was implemented using the two multi-core-scheduling algorithms GSN-EDF and P-FP, which are provided by the LITMUS framework. The benchmarking results show that the response-time delay of non-real-time messages in the proposed system was improved up to a maximum of 17% to 18%.

The Study on the Development of the Realtime HD(High Definition) Level Video Streaming Transmitter Supporting the Multi-platform (다중 플랫폼 지원 실시간 HD급 영상 전송기 개발에 관한 연구)

  • Lee, JaeHee;Seo, ChangJin
    • The Transactions of the Korean Institute of Electrical Engineers P
    • /
    • v.65 no.4
    • /
    • pp.326-334
    • /
    • 2016
  • In this paper for developing and implementing the realtime HD level video streaming transmitter which is operated on the multi-platform in all network and client environment compared to the exist video live streaming transmitter. We design the realtime HD level video streaming transmitter supporting the multi-platform using the TMS320DM386 video processor of T.I company and then porting the Linux kernel 2.6.29 and implementing the RTSP(Real Time Streaming Protocol)/RTP(Real Time Transport Protocol), HLS(Http Live Streaming), RTMP(Real Time Messaging Protocol) that can support the multi-platform of video stream protocol of the received equipments (smart phone, tablet PC, notebook etc.). For proving the performance of developed video streaming transmitter, we make the testing environment for testing the performance of streaming transmitter using the notebook, iPad, android Phone, and then analysis the received video in the client displayer. In this paper, we suggest the developed the Realtime HD(High Definition) level Video Streaming transmitter performance data values higher than the exist products.

Implementation of Low-Power Ubiquitous Health System based on Real-Time Embedded Linux using ZigBee wireless communication (ZigBee를 이용한 실시간 임베디드 리눅스 기반의 저전력형 U-Health 시스템 구현)

  • Kwon, Jong-Won;Ayurzana, Odgerel;Park, Yong-Man;Koo, Sang-Jun;Kim, Hie-Sik
    • Proceedings of the KIEE Conference
    • /
    • 2007.04a
    • /
    • pp.436-438
    • /
    • 2007
  • As the sensors and communication technology get advance, the remote health diagnosis for patients and senior persons at home are possible now without visiting doctors in hospitals. A low-power ubiquitous health check device was developed adapting Real-Time Embedded Linux is developed. This ubiquitous device is consisted of three sensors. The wrist type health checking terminal acquires periodically the health data by using a blood pressure sensor, a pulse sensor and a body temperature sensor. It transmits the health data to the access point located at the home center through the ZigBee wireless communication modem. This health data collector or access point device sends the data again to the main server operated in a hospital or health care organization. The health server control continuously the input data and sends an alarm signal to the assigned. doctor and responsible persons using cellular SMS when any dangerous events occur. This wrist type health check device has an embedded linux OS using Intel PAX255 MPU. The developed U-Health system is applicable for checking patients health in remote at home. And their family or related persons in remote site can check the patients health status at any time. They can be assured by receiving SMS record and alarm of emergency case which is transmitted from the health server.

  • PDF

Design and Implementation of LBS-based Tour Guide System using Embedded Linux (임베디드 리눅스를 이용한 위치기반 관광안내 단말기의 설계 및 구현)

  • Kim Jeong-Won;Lim Byung-Jin
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2006.05a
    • /
    • pp.773-776
    • /
    • 2006
  • This paper has implemented a tour guide terminal using the embedded linux. The implemented terminal can locate its position using GPS interface and display the sightseeing information of the current location. With view of this implementation results, we confirmed the possibility of embedded linux terminal as a tour guide PDA. The realtime update of sightseeing information using a mobile communication functionality will be included in our future works.

  • PDF

Support of Automatic Calibration for Computerized Puretone Audiometer Using Linux Real-time Spectrum Analyzer (리눅스 실시간 스펙트럼 분석기를 이용한 컴퓨터 기반 순음청력검사 시스템의 자동 보정 지원)

  • Lee, Seung-Hee;Shin, Bum-Joo;Song, Bok-Deuk;Kim, Jin-Dong;Jeon, Gye-Rok;Wang, Soo-Geon
    • Journal of the Korean Institute of Electrical and Electronic Material Engineers
    • /
    • v.25 no.10
    • /
    • pp.837-843
    • /
    • 2012
  • Compared to conventional pure-tone audiometer(PTA), the computerized one has several advantages such as relatively lower price, better flexibility, and easy operation. In addition, the computerized PTA can be easily extended to support automatic calibration. In this study, the support of automatic calibration in the computerized PTA has been addressed using the Linux realtime spectrum analyzer and network. In terms of accuracy, the new automatic calibration machine was compared to the existing manually operated one. According to the comparison, normal operation and high accuracy were observed within the scope of the international standard.