• Title/Summary/Keyword: 미들웨어

Search Result 1,415, Processing Time 0.03 seconds

The study on the design of open platform middleware using JAVA (자바를 이용한 오픈 플랫폼 미들웨어의 설계에 관한 연구)

  • Park, Min-Kee;Jang, Sung-Hwan;Jung, Kyung-Won
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2011.01a
    • /
    • pp.241-244
    • /
    • 2011
  • 본 논문에서는 다양한 하드웨어를 능동적으로 관리할 수 있는 미들웨어 시스템을 제안한다. 최근 WII Remote, KINECT와 같은 게임기에서 사용되는 하드웨어를 일반 데스크톱에서 사용하고자 하는 노력들이 많이 이루어지고 있다. 뿐만 아니라 RFID, 블루투스, 이동전화 등 기존에 나와 있는 다양한 기기들도 데스크톱에서 이용할 수 있도록 많은 기술적 접근이 이루어지고 있다. 각각의 디바이스를 관리하기 위해서는 그에 맞는 디바이스 드라이버와 API를 만들어야만 한다는 단점이 있다. 제안하는 시스템은 시대적 흐름에 맞추어 다양한 하드웨어 시스템을 효율적으로 관리할 수 있으며, C, C++, C#, JAVA의 다양한 언어로 구현된 어플리케이션을 하나의 미들웨어 위에서 동작시킬 수 있는 큰 장점이 있다. 기존의 미들웨어는 이종 다바이스간의 데이터 호환 및 처리를 수행하였지만 본 논문에서 제안하는 시스템은 이종 플랫폼간의 데이터 호환까지 지원한다.

  • PDF

A Filtering algorithm of RFID middleware for minimizing tag data handling (태그 데이터 처리를 최소화하기 위한 RFID미들웨어의 필터링 알고리즘)

  • Son, Sung-Won;Kim, Yong-jin;Ryu, Min-Soo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.11a
    • /
    • pp.441-442
    • /
    • 2009
  • RFID 시스템의 적용범위가 증가함에 따라 실시간으로 처리해야 하는 태그의 정보도 급격하게 증가하고 있다. 따라서 불필요한 태그정보를 제거하고 정제하여 클라이언트로 전달하는 RFID 미들웨어의 역할이 증가하고 있다. 미들웨어에서 태그정보를 필터링 하기 위한 Brute force 방법은 대용량의 태그정보의 필터링에는 비효율적이며 미들웨어의 성능을 저하시키는 원인이 된다. 본 논문은 빠른 시간에 효과적인 필터링을 위해 미들웨어 표준인 EPCglobal ALE의 ECSpec에 정의된 필터 패턴들 사이의 연관 관계를 구성하여 패턴의 비교 횟수를 감소시키고, 표준에서 정의한 EPC 태그형식의 특징을 해싱 알고리즘에 적용하여 빠른 검색을 수행함으로써 효율적인 RFID 미들웨어의 필터링 알고리즘을 구현하였다.

Processing of Various RFID Reader Devices for ALE Middleware (ALE 미들웨어를 위한 다양한 RFID 리더 처리 방법)

  • Noh, Young-Sik;Byun, Yung-Cheol;Lee, Dong-Cheol
    • The Journal of the Korea Contents Association
    • /
    • v.9 no.4
    • /
    • pp.55-64
    • /
    • 2009
  • For realizing ubiquitous computing, many research activities are geared towards various areas including embedded computing, RFID, USN, home networking, context-awareness, and etc. By using the ability of RFID technology to recognize a number of objects simultaneously, more convenient ubiquitous application services are effectively provided. In this case, RFID middleware playing a role as a bridge between RFID reader devices and application services is required as well. In this paper, we propose a method of handling a number of types of RFID reader devices in ALE middleware of EPCglobal. For this, the information of connection and data protocol for a reader device is stored in a database as ontology meta-data, and used to interpret the data read by a reader device. By adding ontology data into a database, even though an RFID device newly emerges, ALE middleware can not only handle the device, but also be effectively extended through reusing ontology data, without any changes in the middleware.

Design and Performance Analysis of the Interface Middleware for Embedded Systems (임베디드 시스템 인터페이스용 미들웨어 설계 및 성능분석)

  • Kim, Myoung-Sun;Lee, Su-Won;Lee, Cheol-Hoon;Choi, Hoon;Cho, Kil-Seok
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.1
    • /
    • pp.52-62
    • /
    • 2008
  • As various types of embedded devices are widely used, a technology that supports reuse of applications on multiple platforms is needed in order for time-to-market development of the applications. The interface middleware is one of such technology and it hides platform dependency from application programmers. Existing interface middleware such as the MT project, Xenomai and Legacy2linux have limitation in that the APIs provided by each of these middleware are fixed to a specific operating system, and the middleware does not provide dynamic expansion of its API set. In this paper, we propose a middleware which hides operating system dependencies and enables porting of applications on various operating systems. In addition, the middleware has scalable structure so that it is suitable for resource-limited embedded systems. The overhead of the middleware, i.e., the time delay occurred by the middleware is between $0.3{\mu}sec\;and\;5{\mu}sec$ in most cases. We believe that the amount of overhead is reasonable and does not hurt the performance of applications.

Load Balancing for RFID Middleware (RFID 미들웨어를 위한 부하 분산)

  • Noh, Young-Sik;Byun, Yung-Cheol;Lee, Dong-Cheol
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.10
    • /
    • pp.2288-2293
    • /
    • 2013
  • An RFID middleware system that can process a large volume of RFID data became necessary with the advent of various kinds of ubiquitous services. In this paper, we propose a method to process massive RFID data and provide it to client applications based on ALE-compliant RFID middleware systems. To distribute the requests to collect and process the RFID data from clients, the proposed system gathers the resource information for RFID middleware systems and processes the requests from clients according to the information.

A Design and Implementation of Service Modules in Middleware Server for Integrated Information Services on Shipboard (선박 내 통합 정보 서비스를 위한 미들웨어 서버의 서비스 모듈 설계 및 구현)

  • Hwang, Hun-Gyu;Kim, Tae-Jong;Yoon, Jin-Sik;Seo, Jung-Min;Park, Hyu-Chan;Jang, Kil-Woong;Lee, Jang-Se
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.34 no.1
    • /
    • pp.141-146
    • /
    • 2010
  • In this paper, we design and implement middleware service modules of MiTS system architecture which is proposed for integrated shipboard information management. The MiTS system is divided to three layers that are gateway, middleware server and application. The gateway collects and parses information and data, the middleware server integrates the data and stores to a database, and the application displays visual data to users. The service modules provide MiTS middleware services to gateways and applications. We implement the service modules based on international standard IEC61162-4 series and test those.

Design of Middleware for Face Recognition based on WIPI Platform (WIPI 플랫폼 기반 얼굴인식 미들웨어 설계)

  • Bae, Kyoung-Yul
    • Journal of Intelligence and Information Systems
    • /
    • v.11 no.3
    • /
    • pp.117-127
    • /
    • 2005
  • Proportionately with a rapid development of mobile instrument technology, the number of mobile contents utilizing computing environment's graphic technology or image processing is increasing. In this paper, I designed a middleware which supports facial detection and recognition system based WIPI(Wireless Internet Platform for Interoperability), the Korean standard mobile platform. The facial recognition middleware introduced the object oriented concepts, to apply to recognition security and other contents by using mobile camera. This can reduce the development time and cost by dividing process while developing software. Therefore, it would be applied to content security or technology transfer with other company. Facial recognition middleware system is composed of face detection module and face recognition module, and proposes the application contents design method based on WIPI platform.

  • PDF

A Multi-Middleware Bridge for Dynamic Extensibility and Load Balancing in Home Network Environments (홈 네트워크 환경에서의 동적 확장성과 부하분산을 위한 다중 미들웨어 브리지)

  • Kim, Youn-Woo;Jang, Hyun-Su;Song, Chang-Hwan;Eom, Young-Ik
    • The KIPS Transactions:PartA
    • /
    • v.16A no.4
    • /
    • pp.263-272
    • /
    • 2009
  • For implementing the ubiquitous computing environments with smart home infrastructures, various research on the home network have been performed by several research institutes and companies. Due to the various home network middleware that are developed recently, the standardization of the home network middleware is being delayed and it calls for the middleware bridge which solves the interoperability problem among the heterogeneous middlewares. Now the research on the scheme for interoperability and the development of the various bridges are in progress, such as one-to-one bridge supporting interoperability between two middlewares and one-to-many bridge supporting interoperability among the multi-middlewares. However, existing systems and schemes does not consider the dynamic extensibility and performance that is particularly needed in the smart home environments. The middleware bridge should provide bridge extensibility with zero-configuration for non-expert users. It should also provide the load balancing scheme for efficient and proper traffic distribution. In this paper, we propose a Multi-Middleware Bridge(MMB) for dynamic extensibility and load balancing in home network environments. MMB provides bridge scalability and load balancing through the distributed system structure. We also verify the features such as interoperability, bridge extensibility, and the performance of the load balancing algorithm.

Implementation of Integrated Service Platform supported multi-Middlewares in Linux Home Server (리눅스 홈서버에서 다중 홈네트워크 미들웨어 지원 통합 서비스 플랫폼 개발)

  • Son, Young-Sung;Park, Jun-Hee;Lee, Chang-Eun;Moon, Kyung-Doek
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.2435-2438
    • /
    • 2002
  • 본 논문은 다양한 표준의 제어 미들웨어가 설치된 환경에서 흠내의 정보기기간의 정보 전달 및 제어물 위해서 단일한 서비스를 개발, 실행하기 위한 구조를 설명한다. 기존의 가전제품에 다양한 통신 미디어(예: IEEE1394, IrDA, LAM, PLC, Bluetooth 등)이 추가되어 새로운 부가가치를 지원하는 정보가전제품들이 소개되고 있고 이에 적합한 통신 환경이 개발, 보급되고 있다. 또한, 정보기기간의 제어, 데이터 전송, 서비스 개발을 목적으로 다양한 제어 미들웨어(Jini, HAVi, LonWorks, UpnP 등) 이 제시되고 발전해가고 있다. 이러한 추세에 의하면 향후 수년안에 홈네트워크 서비스 플랫폼의 요구사항이 높아지며 특히, 다중 제어 미들웨어를 지원하는 서비스 플랫폼의 등장이 필요한 시점이다. 본 논문에서 설계, 구현한 홈네트워크 통합미들웨어는 서비스 프로바이더(서비스 제공자 및 운용자)에게 서비스개발, 보급 운용의 단일 환경을 제공한다. 이의 한 예제인 홈네트워크 미들웨어 연동 서비스는 서로 다른 제어 미들웨어를 따르는 정보기기간의 연동 서비스를 다양한 매체를 수용하는 홈서버에서 가능하도록 구축하였다.

  • PDF

The Study of a Network PnP Component for the Wearable Computer (웨어러블 컴퓨터를 위한 네트워크 PnP 컴포넌트 연구)

  • 장준;김연수;이광희;최훈
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10c
    • /
    • pp.556-558
    • /
    • 2004
  • 개인 컴퓨터의 소형화에 따라 유비쿼터스 컹퓨팅을 위한 웨어러블 컴퓨터가 개발되고 있다. 하나의 웨어러블 서비스 프로그램이 다양한 웨어러블 네트워킹을 활용하고 웨어러블 디바이스에 독립적으로 동작하기 위해 웨어러블 컴퓨터용 미들웨어가 필요하다. 웨어러블 컴퓨터용 미들웨어는 자원제약적 환경에 적합하도록 설계되어야 하며 BAN(Body Area Network)을 구성하는 다양한 웨어러블 디바이스의 동적 환경설정 기능을 지원해야 한다. 본 논문에서는 초경량, 초절전 웨어러블 미들웨어를 소개하고, 소형 웨어러블 디바이스간의 통신을 위해 동적 디바이스 환경설정 및 BAN 구성을 가능하게 하는 네트워크 PnP(Plug and Play) 컴포넌트를 설계 하였다.

  • PDF