• Title/Summary/Keyword: MIDDLEWARE

Search Result 1,143, Processing Time 0.029 seconds

Implementation of Bytecode based Data Service Middleware Supporting Energy Efficiency in Geosensor Networks (지오센서 네트워크에서 에너지 효율성을 지원하는 바이트코드 기반 데이터 서비스 미들웨어 구현)

  • Hong, Seung-Tae;Yoon, Min;Chang, Jae-Woo
    • Spatial Information Research
    • /
    • v.18 no.4
    • /
    • pp.75-88
    • /
    • 2010
  • Recent development in wireless communication and mobile positioning technologies make geosensor networks widely used in the various fields of real world. As a result, much research has been done on the middleware that uses limited energy resources efficiently. However, because traditional middleware does not consider the characteristics of sensor node, such as computing power and specification, the existing middleware call not support the sensor nodes with only the restricted system resource. Therefore, in this paper, we design and implement a new Bytecode based Data Service Middleware supporting energy efficiency in geosensor networks. At first, the proposed middleware provides the optimized functions for sensor nodes by using minimum by tee ode instruction set and data manager supporting hardware abstraction. Secondly, the proposed middleware increases the energy efficiency of sensor node through both data aggregation query processing and data filtering that minimize data transmission by eliminating unnecessary data. Finally, we show from our performance analysis that the proposed middleware is more energy efficient than the existing SwissQM.

AIM: Design and Implementation of Agent-based Intelligent Middleware for Ubiquitous HCI Environments (AIM: 유비쿼터스 HCI 환경을 위한 에이전트 기반 지능형 미들웨어 설계 및 구현)

  • Jang, Hyun-Su;Kim, Youn-Woo;Choi, Jung-Hwan;Kang, Dong-Hyun;Song, Chang-Hwan;Eom, Young-Ik
    • The KIPS Transactions:PartA
    • /
    • v.16A no.1
    • /
    • pp.43-54
    • /
    • 2009
  • With the emergence of ubiquitous computing era, it has become increasingly important for a middleware which takes full advantage of HCI factors to support user-centric services. Many kinds of studies on HCI-friendly middleware for supporting user-centric services have been performed. However, previous studies have problems in supporting HCI factors, which are needed for user-centric services. In this paper, we present an agent-based intelligent middleware, which is called AIM, that provides user-centric services in ubiquitous HCI environments. We describe the middleware requirements for user-centric services by analyzing various HCI-friendly middleware and design AIM middleware which effectively supports various HCI factors such as context information management, pattern inference of user's behavior, and dynamic agent generation, etc. We introduce service scenarios based on the user's modalities in smart spaces. Finally, prototype implementation is illustrated as a manifestation of the benefits of the introduced infrastructure.

Design and Implementation of Cooperation System of UPnP and ACAP (UPnP와 ACAP의 연동을 위한 홈방연동시스템의 설계 및 구현)

  • Kim, Dong-Hee;Park, Dong-Hwan;Park, Jun-Hee;Moon, Kyeong-Deok;Lim, Kyung-Shik
    • The KIPS Transactions:PartD
    • /
    • v.13D no.5 s.108
    • /
    • pp.741-748
    • /
    • 2006
  • This paper describes the system which provides home entertainment services to users using the middleware-cooperation module which makes UPnP and ACAP cooperate with each other. UPnP or ACAP providespowerful functionalities to its own network to play multimedia contents using its own resources. U one middleware uses the information and the resources of another middleware, itcould provide services with more contents and more powerful functionalities than those which it originally provides. This paper develops the middleware-cooperation module to make two middleware cooperate with each other and use resources of another middleware. The middleware-cooperation module makes UPnP and ACAP cooperate with each other, and it makes them share their information and resources without resource collision.

KKR code conversion for ALE middleware (ALE 미들웨어를 위한 KKR 코드 변환)

  • Byun, Ji-Woong;Byun, Yung-Cheol;Lee, Dong-Cheol
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.12 no.10
    • /
    • pp.1759-1766
    • /
    • 2008
  • RFID middleware is the system software that converts EPC data collected from RFID reader devices into meaningful data, that users want, and transfers the result to the users with a variety of protocols. ALE specification, the RFID middleware specification proposed by EPCglobal that is a leading group of do facto international standards with respect to RFID, can handle only EPC code. Meanwhile, a new code system which is called KKR was proposed by NIDA in order to represent RFID tag data in a specific manner and cultivate the domestic RFID industry. In this case, the existing RFID middleware can not process KKR code system because of inherent attributes of the system. In this paper, we proposed a method of KKR code conversion to properly process KKR code in ALE middieware, implemented our method in real, and adopted it into existing ALE middleware. Also, we proposed a new URN format for RFID tag data to manipulate KKR code in ALE middleware. By using the proposed method, the existing ALE middleware conforming to international specification can handle KKR code effectively, and the integration among RFID middleware and legacy systems can be easily supported also.

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.

API Extension of RTLS Middleware for Efficient Asynchronous Transmission (효율적인 비동기 전송을 지원하기 위한 RTLS 미들웨어의 확장)

  • Park, Jae-Kwan;Hong, Bong-Hee;Lee, Seung-Chul
    • Journal of Korea Spatial Information System Society
    • /
    • v.11 no.2
    • /
    • pp.111-118
    • /
    • 2009
  • Recently many global enterprises build RTLS system for their environments. RTLS is used to detect object at real tim e. Unlike RFID, RTLS tags are read automatically and continuously, independent of the process that moves the tags. The proposed functionality of standard API has two problems. When middleware provides data to application, it sends a huge amount of data that may be useless. When only an application requests for data, the middleware replies result data in synchronous mode. This paper proposes a method to reduce an amount of data transferring from middleware to application and an addition communication mode to support real-time event processing in the middleware. Also, we designed and implemented an RTLS middleware applying the proposed methods.

  • PDF

Implementation of e-Meters System Middleware base on RFID/USN (RFID/USN기반 e-Meters 시스템의 미들웨어 구현)

  • Jun, Won-Goo;Lee, Myung-Ho
    • Journal of Advanced Navigation Technology
    • /
    • v.15 no.5
    • /
    • pp.729-734
    • /
    • 2011
  • In this paper, e-Meters middleware and applications using standardized middleware in the EPCglobal is suggested. An standardized middleware of the EPCglobal is designed to manage as a form of SCM and other logistics. In order to support a variety of services using RFID-based, the system must be able to support each protocol. The main features of e-Meters middleware is consist of information status and delivery, distributed database processing, event data analysis, and handling. To operate real time e-Meters system information, The realized middleware is configured to process the results of data collection.

AN EVENT-BASED MIDDLEWARE FOR ANALYZING CONTEXT INFORMATION UNDER USN ENVIRONMENT

  • Lee, Yong-Mi;Nam, Kwang-Woo;Kim, Hi-Seok;Ryu, Keun-Ho
    • Proceedings of the KSRS Conference
    • /
    • 2007.10a
    • /
    • pp.568-572
    • /
    • 2007
  • With the proliferation of advanced wireless network and sensor technologies, smart devices under USN(ubiquitous sensor network) environment are capable of collecting context information such as temperature, humidity, weight, and location about objects at real time. Therefore, applications must be able to analyze collected information and notify useful information to wanted users timely. This service can be realized by implementing an event-based middleware. In the middleware, event messages collected from physical environment will be filtered according to profiles that users define in advance and the result will be sent to the interested users. In this paper, we present XML-based event model, ECA-based profile model, and the architecture of an event-based middleware suitable to USN environment. We will also model and describe them using the examples of logistics area. By implementing the system based on the design above, the middleware enable applications or users to easily access to physical sources. The proposed middleware can also apply to not only logistics area but also other various areas under USN environment such as intelligent traffic control system, national disaster management system and u-medical system.

  • PDF

A Study on Context Aware Middleware Design and Application (상황인식 미들웨어의 설계와 적용에 관한 연구)

  • Jang, Dong-Wook;Sohn, Surg-Won;Han, Kwang-Rok
    • The KIPS Transactions:PartD
    • /
    • v.18D no.5
    • /
    • pp.393-402
    • /
    • 2011
  • This paper describes a design and application of middleware that is essential to the context-aware system. We define a transducer interface protocol in order to deal with a variety of context data. For the purpose of systematic process of data between middleware modules, a message oriented middleware is designed and implemented. Memory improves the performance of high-performance computing system compared to previous strategies. Context aware middleware adopts service oriented architecture so that functions in modules may be independent and scalability can be remarkable. Using messages across modules decreases the complexity of the application development. In order to justify the usefulness of the proposed context aware middleware, we carried out our experiments in bridge health monitoring system and verified the efficacy.

Design and Implementation of a USN Middleware for Context-Aware and Sensor Stream Mining

  • Jin, Cheng-Hao;Lee, Yang-Koo;Lee, Seong-Ho;Yun, Un-il;Ryu, Keun-Ho
    • Spatial Information Research
    • /
    • v.19 no.1
    • /
    • pp.127-133
    • /
    • 2011
  • Recently, with the advances in sensor techniques and net work computing, Ubiquitous Sensor Network (USN) has been received a lot of attentions from various communities. The sensor nodes distributed in the sensor network tend to continuously generate a large amount of data, which is called stream data. Sensor stream data arrives in an online manner so that it is characterized as high-speed, real-time and unbounded and it requires fast data processing to get the up-to-date results. The data stream has many application domains such as traffic analysis, physical distribution, U-healthcare and so on. Therefore, there is an overwhelming need of a USN middleware for processing such online stream data to provide corresponding services to diverse applications. In this paper, we propose a novel USN middleware which can provide users both context-aware service and meaningful sequential patterns. Our proposed USN middleware is mainly focused on location based applications which use stream location data. We also show the implementation of our proposed USN middleware. By using the proposed USN middleware, we can save the developing cost of providing context aware services and stream sequential patterns mainly in location based applications.