• Title/Summary/Keyword: Middleware approach

Search Result 56, Processing Time 0.026 seconds

Efficient Native Processing Modules for Interactive DTV Middleware Based on the Small Footprint Set-Top Box

  • Shin, Sang-Myeong;Im, Dong-Gi;Jung, Min-Soo
    • Journal of Korea Multimedia Society
    • /
    • v.9 no.12
    • /
    • pp.1617-1627
    • /
    • 2006
  • The concept of middleware for digital TV receivers is not new one. Using middleware for digital TV development has a number of advantages. It makes it easier for manufacturers to hide differences in the underlying hardware. It also offers a standard platform for application developers. Digital TV middleware enables set-top boxes(STBs) to run video, audio, and applications. The main concern of digital TV middleware is now to reduce its memory usage because most STBs in the market are small footprint. In this paper, we propose several ideas about how to reduce the required memory size on the runtime area of DTV middleware using a new native process technology. Our proposed system has two components; the Efficient Native Process Module, and Enhanced Native Interface APIs for concurrent native modules. With our approach, the required memory reduced from 50% up to 75% compared with the traditional approach. It can be suitable for low end STBs of very low hardware limitation.

  • PDF

A Study on Modeling Tool for Convergence of Smart Appliances (스마트 기기의 컨버전스를 위한 모델링 도구에 관한 연구)

  • Son, Hyun Seung;Kim, Woo Yeol;Kim, R. Young Chul
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.8 no.4
    • /
    • pp.119-125
    • /
    • 2008
  • The traditional way for convergence of smart appliances was software integrations on middleware. It is possible advantage to integrate easily and quickly with this way. But basically the middleware approach is slowly executed as it is huge the size of software. To solve this problem, we suggest a modeling tool for convergence. As we can execute and generate the automatic source code at the design phase with our modeling tool, it is possible to do software integration without the middleware. We use one example of U-Home environment to show the convergence for TV and the door lock system. With our approach, we will be able quickly to develop the convergent products what the customers desire with inexpensiveness, that is, the convergence of smart appliances without the middleware.

  • PDF

A study of KKR code translation methods for ALE middleware (ALE 미들웨어를 위한 KKR 코드 변환 방법에 관한 연구)

  • Byun, Ji-Woong;No, Young-Sik;Yang, Moon-Seok;Byun, Yung-Cheol
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2007.11a
    • /
    • pp.842-845
    • /
    • 2007
  • The field of automatic identification using RF is the one of the emerging ubiquitous computing areas. Early RFID techniques was focused on hardware areas, but RFID middleware has recently gained a lot of attention, which collects and filters tag data, and provides it to enterprise applications. The RFID middleware proposed by EPCglobal only can process EPC tag data, and cannot handle the KKR code which is defined by korean organization. So in this paper, we propose a method which can process the KKR code in RFID middleware systems. Using our approach, the RFID middleware can be extended as general ubiquitous middleware systems which process not only EPC code but also KKR code.

  • PDF

iPOJO-based Middleware Solutions for Self-Reconfiguration and Self-Optimization

  • Bellavista, Paolo;Corradi, Antonio;Fontana, Damiano;Monti, Stefano
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.5 no.8
    • /
    • pp.1368-1387
    • /
    • 2011
  • In recent years, ubiquitous and pervasive scenarios have emerged as a complex ecosystem where differentiated software/hardware components interoperate wirelessly and seamlessly. The goal is to enable users to continuously access services and contents, and to always get the best out of their current environment and available resources. In such dynamic and flexible scenarios, the need emerges for flexible and general solutions for continuous runtime self-reconfiguration and self-optimization of ubiquitous support software systems. This paper proposes a fully reconfigurable middleware approach that aims at reconfiguring complex software systems made up of heterogeneous off-the-shelf components from both functional and non-functional perspectives. Our middleware can also extend already existing and non-reconfigurable middleware/applications in an easy and flexible way, with no need to re-design them. The proposed design principles have been practically applied to the implementation of a runtime self-reconfigurable middleware called Off-The-Shelf Ready To Go (OTS-RTG), implemented on top of iPOJO. The reported experimental results both exhibit a limited overhead and show the wide applicability of the proposed solution to many application scenarios, including complex, industrial, Enterprise Service Bus-based ones.

A Design for Security Functional Requirements of IoT Middleware System (IoT(Internet of Things) 시스템 미들웨어 보안기능요구사항 설계)

  • Jung, Hyun Mi;Jeong, Kimoon;Cho, Han Jin
    • Journal of the Korea Convergence Society
    • /
    • v.8 no.11
    • /
    • pp.63-69
    • /
    • 2017
  • The middleware in the IoT system is software that acts as a messenger to connect and exchange data between humans and objects, objects and objects. IoT middleware exists in various forms in all areas, including hardware, protocol, and communication of different kinds, which are different in form and purpose. However, IoT middleware exists in various forms across different areas, including hardware, protocol, and communication of different types and purposes. Therefore, even if the system is designed differently for each role, it is necessary to strengthen the security in common. In this paper, we analyze the structure of IoT middleware using Service Oriented Architecture(SOA) approach and design system security requirements based on it. It was defined: Target Of Evaluation(TOE) existing system development method and the object is evaluated by Common Criteria(CC) for verification based otherwise. The proposed middleware system will be correlated with the security problem definition and the security purpose, which will be the basis for implementing the security enhanced IoT system.

A Study on the Scheduling Improvement for Periodic Real-time Taske on Middleware based on Linux(TMOSM/Linux) (리눅스 미들웨어(TMOSM/Linux)에서 주기성을 가진 실시간 태스크의 스케쥴링 향상에 관한 연구)

  • Park Ho-Joon;Lee Chang-Hoon
    • The KIPS Transactions:PartA
    • /
    • v.11A no.7 s.91
    • /
    • pp.483-488
    • /
    • 2004
  • For real-time applications, the underlying operating system (0S) should support timeliness guarantees of real-time tasks. However, most of current operating systems do not provide timely management facilities in an efficient way. There could be two approaches to support timely management facilities for real-time applications: (1) by modifying 0S kernel and (2) by Providing a middleware without modifying 0S. In our approach, we adopted the middleware approach based on the TMO (Time-triggerred Message-triggered Object) model which is a well-known real-tine object model. The middleware, named TMSOM (TMO Support Middleware) has been implemented on various OSes such as Linux and Windows XP/NT/98. In this paper, we mainly consider TMOSM implemented on Linux(TMOS/Linux). Although the real-time schedul-ing aIgorithm used in current TMOSM/Linux can produce an efficient real-time schedule, it can be improved for periodic real-time tasks by considering several factors. In this paper, we discuss those factors and propose an improved real-time scheduling algorithm for periodic real-time tasks, In order to simulate the performance of our algorithm, we measure timeliness guarantee rate for periodic real-time tasks. The result shows that the performance of our algorithm is superior to that of existing algorithm. Additionally, the proposed algorithm can improve system performance by making the structure of real-time middleware simpler.

An Approach to Designing Routing Protocol for Wireless Sensor Network (무선 센서 네트워크 라우팅 프로토콜 설계를 위한 접근)

  • Choi, Hee-Seok;Shin, Young-Sam;Park, Seung-Min
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.442-444
    • /
    • 2005
  • 최근 센서 기술이 발전함에 따라 무선 센서 네트워크 응용에 대한 관심이 크게 증대되고있다. 이와 더불어 무선 센서 네트워크 응용에 적합한 라우팅 프로토콜 개발에 대한 연구가 많이 이루어지고 있다. 그러나 무선센서 네트워크가 내재하고 있는 전원 용량의 제약, 메모리 크기의 제약, 프로세싱 능력의 제약, 통신 거리의 제약 등 다양한 제약사항으로 인하여 응용 특성에 특화된 라우팅 프로토콜 개발이 필요하다. 본 논문에서는 기존 라우팅 프로토콜의 주요 메커니즘을 살펴보고, 이를 바탕으로 무선 센서 네트워크 응용의 특성 밀 요구 사항을 분석하고 프로토콜을 설계하는 우리의 접근 방법을 제시하고자 한다.

  • PDF

Gain Scheduler Control for Networked Mobile Robot (네트워크 기반 이동로봇에 대한 이득 스케줄러 제어)

  • Yun, Sang-Seok;Park, Kyi-Hwan
    • Proceedings of the KIEE Conference
    • /
    • 2005.10b
    • /
    • pp.315-318
    • /
    • 2005
  • This paper characterizes the performance for a remote path tracking control of the mobile robot in IP network viamiddleware. The middleware is used to alleviate the effect of the delay time on a mobile robot path tracking in Network-Based Control environment. The middleware also can be implemented in a modular structure. Thus, a controller upgrade or modification for other types of network protocols or different control objectives can be achieved easily. A case study on a mobile robot path-tracking with IP network delays is described. The effectiveness of the proposed approach is verified by experimental results.

  • PDF

Analysis and Approach for Scalability in Sensor Middleware (센서 미들웨어의 확장성 분석 및 접근방법)

  • Harist, Murdani Muhammad;Kwon, Joon-Ho;Hong, Bong-Hee
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06b
    • /
    • pp.235-237
    • /
    • 2012
  • Sometimes scalability is described loosely as a synonym for capacity. A system has their own characteristics that differ from others. For each system, they may have different aspect to identify their scalability. Our focus here is in the sensor middleware. This paper described the analysis of scalability for sensor middleware. Summarizing approaches to keep the scalability in check and propose a measurement candidate to decide whether it's scalable or not.

An Attribute-Based Naming Architecture for Wireless Sensor Networks (무선 센서 네트워크를 위한 속성 기반 네이밍 구조)

  • Jung, Eui-Hyun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.12 no.4
    • /
    • pp.95-102
    • /
    • 2007
  • Recently, a lot of researchers focus on the sensor middleware that hide the complexity of application developments and provide the abstraction of functions to upper application layer. Although there we several factors to design sensor middleware, the attribute-based naming is considered to be an essential factor among them. However, most existing researches were not designed to reflect the characteristics of sensor networks and have the limitation of attribute-based query extension. This study adopts the concept of Virtual Counterpart to suggest the structure there attribute-based naming is supported by virtual sensor nodes of the middleware on the sink node. Unlike traditional data-centric middleware in which individual sensor nodes process attribute-based query, virtual sensor nodes mapped to physical sensor nodes are running on the middleware of the sink node and process attribute-based query as a proxy of the physical sensor. This approach enables attribute-based naming independent of physical infrastructure and easy extensibility.

  • PDF