Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Size: px
Start display at page:

Download "Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System"

Transcription

1 , pp Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department of Computer Information, Cheju halla University, Jeju Special Self-Governing Province, Republic of Korea Department of Computer Information, Cheju halla University, Jeju Special Self-Governing Province, Republic of Korea Abstract With high performance of hardware and development of diverse devices such as sensors, the embedded system is required to satisfy instant and diversified demands. Embedded middle ware should perform a mediating role of continuous management for productivity of complex embedded system, recombination of device, and provision of convenience in management by analyzing functions of existing system and more effectively handling new functions. To do so in this paper, composition and handling procedure of remote embedded system are schematized and a middle ware framework and dynamic module reuse method appropriate for small embedded system are designed, proposing a method for embodiment of software for reuse of resources and remote management. Keywords: Embedded Middleware, Embedded System Management, Embedded System reusability, Resource Management 1. Introduction Embedded system is currently applied to most fields including home, automobile, office, building, and plant. Especially, while there is no functional difference in embedded system developed for special purposes, the system is developed for each purpose without consideration on the use of reusable devices, due to convenience in maintenance. Currently, many companies developing embedded systems are making improvement on overlapping or similar functions through conversion from hardware process to software technology. Embedded software must be able to perform complex functions in diverse fields with basic functions such as real-time processing, high reliability, optimization technology, application of specific system, and network and multimedia handling functions [7]. Embedded OS technology is developing quickly with the focus on light weight, low power, fast booting, and high reliability. With recent appearance of diverse devices based on sensor technology, embedded software requires a flexible and expandable platform structure. [1, 2] For this reason, design of embedded systems has become extremely complex with very low productivity. Studies on recycling of existing system resources are actively conducted nowadays, but there are limits to the adapter method which simply adds devices and modifies software on the existing system [3]. Accordingly in this paper, a middle ware framework for remote analysis and management of basic embedded system structure is presented to easily examine the interface between embedded hardware and software, and to reassign or reuse resources. This framework provides an additional processing module in addition to the reusable processing module in ISSN: IJSEIA Copyright c 2014 SERSC

2 which the functional module, added by the middle ware framework according to input and output methods or information of each module, is connected to input, processing and output modules configured as a unit of reusable functional module. In addition, an embedded system and algorithm in which the additional processing module is included in the basic module provided by the above middle ware are suggested. In addition, a method for embodiment of development tool to analyze functional module information of existing embedded system and create intuitive resource structure is designed and experimented with a work tool, which can use UI to easily reconfigure the interface for other uses upon addition of function or change of device in embedded system. 2. Configuration of Middle Ware and Designing of Framework for Management of Embedded System 2.1. System Structure for Management of Embedded System Figure 1. Composition of Remotely Managed Embedded System One or more embedded systems can be attached to an area depending on the system characteristics and size of service area. In case of multiple systems, systems installed may have identical functions or completely different functions. As shown in Figure 1, the structure in this paper was designed (1) so that embedded middle ware is mounted in a terminal in the embedded system service area, and functions that do not require OS or middle ware transfer data through communication with the middle ware terminal and receiving commands from the terminal. This is similar to the concept of sink node in USN, and it is a method that reduces overall system cost by removing unnecessary system functions and optimizing the system. In the service area, embedded system mounted with middle ware receives commands from the management server through continuous communication based on wired or wireless network, processes data transferred from subordinate device, and transmits the processed data to the server (2). Data provided in each embedded system service area (sensor data, image data, status information, etc.) are saved in the database (3). Data saved in the database can be used on the website through web server to monitor the area and perform commands according to schedule (4). The system administrator is mounted with software that assigns / reassigns profile and functional module of embedded system installed in each area. It can examine remote middle ware resources and update functional modules. 98 Copyright c 2014 SERSC

3 Figure 2. Middle Ware Processing Block Diagram Embedded middle ware is largely divided into input, processing and output parts. Input part transfers sensor, image and electric signals from sensors and devices on the system to middle ware. Processing part performs data processing works such as operation of actuator, checking of threshold, data filtering, and scheduling with timer and dynamically allocates modules at the system core to process events. Figure 2 is a figure showing composition of middle ware processing that includes automatic update and management modules for remote management System Middle Ware Design for Management of Embedded System Embedded middle ware in general is developed for special purposes by minimizing hardware and software resources. However, this does not mean that optimized hardware or software can only perform originally intended functions. In other words, many embedded systems can mount additional devices and change functions with increased performance of hardware, increased communication speed and improved functions of embedded OS. Compressive software made for special purposes can be split into modules for reuse in necessary parts. This paper designs a system for easy change of functions by converting general embedded system resources to modules and software functions to components, suggesting an intuitive user tool with functional modules separated for ultimate development and management. In this paper, a middle ware framework is proposed to increase reusability of embedded system resources, replace processing logic and allow convenient configuration of embedded system. A middle ware creation tool is developed for development and management of the framework. Copyright c 2014SERSC 99

4 Method of Increasing Usability: As performance of processor is limited, diversity provided by existing middle ware scripts can result in processing cost of having to parse the script every time. Modules are mounted by functional unit to configure an embedded system Method of Replacing Processing Logic: While existing middle wares handle diverse external interfaces using adapter module, they allow processing logic to be expanded by unit of module. For instance, if there is an embedded system that transfers and saves images from USB camera through a module which saves image information on the hard disk, the system can be made so that it only saves the image when human face is recognized by additionally developing a module that recognizes face, transmitting image output from the module to input of face recognition module, analyzing the image received to check whether there is a face, and creating an output event to save the image on the hard disk when a face exists. If a module recognizes license plate numbers, the embedded system can recognize license plate number instead of human face by removing face recognition module and adding license plate number recognition module Convenient Configuration of Embedded System: For management of embedded system, embedded system is configured on a laptop or PC using Wi-Fi or Bluetooth. As for the configuration method, embedded system information and module information are received to assign the wanted modules using GUI and to appropriately connect modules Middle Ware Framework: A framework is offered to provide background information of embedded system and middle ware for a third developer to develop new modules and mount them on the embedded system System Middle Ware Framework for Management of Embedded System General module reuse is operated according to generalization rule by generalizing the interface of unit module, and flexibility is extremely reduced because of limitation in the logic caused by generalization. Therefore in this paper, only the minimal part needed for system operation is generalized. For the remaining part, middle ware framework was designed using reflection technique to dynamically analyze the module, verify connection of each module, and set dynamic connection. Two aspects need to be considered when designing an embedded middle ware. One is to consider the environment in which the system is installed, and the other is to assume that type and number of sensors can differ. That is, environment can differ depending on the place in which the embedded system is installed, and the middle ware must accommodate for changes in type and number of sensors. It must be designed so that added sensor device data can be handled as identical to existing sensor environment. This can be embodied based on plug-in architecture by creating functional module of component. This means that when a new device is added to an existing embedded system, the middle ware component is renewed according to function of the added device and the middle ware dynamically links the corresponding component. 100 Copyright c 2014 SERSC

5 Figure 3. Embedded Middle Ware Framework Figure 3 is a middle ware framework for reuse of dynamic module. It has various hardware devices, driver to manage such devices, and middle ware located on top of embedded system OS. Middle ware includes reusable modules and a framework. Reusable modules are classified into input modules that receive input from various external devices, processing modules to process logics, and output modules to send data out to external devices. The middle ware framework consists of a manager that manages diverse information, provider that offers background information on the embedded system, and middle ware core used to manage all components. Figure 4. Middle Ware Framework for Reuse of Dynamic Module Embedded middle ware framework can use communication devices (Bluetooth, USB, Wi- Fi, CDMA, etc.,) of the embedded system to remotely reconfigure one or more embedded system middle wares on a remote terminal (mobile, laptop, computer, etc.,). Since module unit control and embedded system status can be checked here, it offers the grounds for easier management of complex system. Copyright c 2014SERSC 101

6 Figure 4 is a middle ware framework used for data processing, communication with remote server and management to dynamically reused modules and handle services by virtualizing a system with general functions. Embedded middle ware provides the grounds for configuration of modules and convenient management of modules. It provides a framework for processing of base functions (queue management, thread management, scheduling, device management, etc.) and information (memory, storage device information, etc.) when a third developer wishes to develop a unit module and mount it on the embedded system. Contents manager manages all contents instances. Event manager manages contents instance events by registering or removing them from managers. Resource manager manages resource information of the middle ware. Connection manager provides basic functions for connection such as serial port connection, Bluetooth connection and socket connection. File manager offers management on files in the middle ware. Queue manager provides queue management that require buffer. Thread manager provides thread management for processes that require thread, and time manager manages Time Manager instances which generate an event when regular event or scheduling event is necessary. Sound manager provides sound source output function using sound card on the embedded system. Location manager provides locational information of the embedded system when GPS is mounted on the embedded system. Log monitor monitors log output information of content instances, and log data are processed by the provider. State monitor monitors the change in status of content instances. Error monitor monitors errors that occur in content instances. All modules, controllers, managers, monitors, providers and modules needed for operation of the middle ware are managed and operated on the middle ware as a unit called content. The purpose of clustering them as a content is to offer independence to developers of unit modules and provide a minimal guideline for operation of the middle ware system Embedded Middle Ware Creation Software Expansion of the embedded system can be made easier through unit module configuration, and time and cost needed for development can be reduced and unit modules can be developed easily by reusing unit modules. This allows for reduced time and cost for unit module development as background function and information are provided to the embedded system through the middle ware framework. In addition, this is useful for development of embedded system management tool, which allows easy configuration and convenient management of the embedded middle ware. The method of configuring unit module is easily understood based on GUI. Figure 5 is a UI for management of embedded system. System configuration can be understood at a glance when the corresponding system devices are connected remotely or locally. The embedded system with new functions can be created through reuse of existing modules based on reassignment of input, processing and output module or modification of existing modules. In other words, the system can include a functional module with a manager element which manages one or more of contents management, thread management, event management, time management, file management, queue management, resource management and sound management, or a monitor element that monitors one or more among log data, status change and error occurring in the above middle ware. 102 Copyright c 2014 SERSC

7 Figure 5. Embedded System Management for Remote Control Software UI In Figure 5, shows the list of reusable modules on the embedded system and shows the list of framework modules that can be used on the middle ware. is an actual work window. When a module needed for operation is selected on, the module instance is registered on the work window of. When a module instance is selected, module information is displayed on the window of. Module information includes basic information of module, method information and event information. Information about method and event of module uses reflection technique of.net framework or Java. Figure 6. Connection of Interface between Modules When module 1 is selected for connection, the event list is displayed underneath. When the event to be connected is selected and moved to the wanted module using drag-and-drop, methods that correspond to the parameter type of the event are displayed. The two modules are connected by selecting the method. Copyright c 2014SERSC 103

8 Figure 7. Interface between Dynamic Methods shows the window for log of events and errors occurring on the middle ware. displays basic information of module, method and event information, and connection among modules. is a module control window to selectively start or stop modules, and allows the user to select methods and events on module information to check the current role of the module. Figure 8. Process Logic to Analyze, Dynamically Load, and Register unit Module On Middle Ware (Left), Procedure for Connection between Modules (Right) Figure 8 shows the processing logic for creation of a dynamic module, which includes the procedure for analyzing the embedded system resources, dynamically loading them, and registering them on middle ware, as well as reuse or reassignment of each module by middle ware and management software. 3. Method of Reusing Dynamic Modules in Embedded Middle Ware To reuse embedded system resources and add embedded hardware device or function, the middle ware needs to first analyze current device information. For this, the middle ware loads dynamic module based on plug-in and registers the module with the module manager to share or reassign the module on embedded software. 104 Copyright c 2014 SERSC

9 Figure 9. UI for Reassignment and Management of Embedded Middle Ware Resources Figure 9 shows a UI that analyzes existing embedded system resources to display interface among resources on the screen. This software was developed / experimented using.net CF on Windows CE. To mount new functional module on the embedded system for easier configuration of an improved embedded system, first, information of multiple modules composed of reusable functional module unit is obtained from the embedded system through the middle ware framework. These multiple modules are classifies into one or more of input, processing and output modules and displayed on the work window of the user device. User equipment include but does not need to be limited to mobile, laptop and PC attached with a communication device for management of the embedded system. Functional modules can be displayed on user equipment using GUI method. When a signal is entered on user equipment to select one of reusable multiple modules and additional modules, input method and output event information of the selected module are displayed. As such, with consideration on input method and output event information of each module, the user connects two or more modules among the above reusable multiple modules and additional modules through the middle ware framework and appropriately assigns modules to configure an improved embedded system. Figure 10. Addition and Setting of New Module (Processing Function) (Left), Configuration of Embedded System with New Functions and Reused Resources (Right) Copyright c 2014SERSC 105

10 As shown in Figure 9, this paper analyzed modules of the current system using reflection technique, added processing modules specifying processing data of the added devices, configured a logic to create and handle new processing events through reuse of existing modules, performed an experiment for change to a system with new functions(figure 10.). Since such development tool includes basic modules for embedded system resources (timer, on/off control, etc.), available modules are gradually increased with development of more applications. This results in gradual reduction in time and cost needed for further application. 4. Conclusion System recycling and expansion based on the reuse of embedded system resources proposed in this paper were applied to a system with embedded operating system and profile storage memory. Accordingly, configuration of operating system base and framework design were proposed. As a result, increase in embedded systems subject to analysis allows diverse modules to be recorded and managed, and recorded module information can be continuously reused in the future. Also, the analyzed embedded system configuration can be visualized by management software to conveniently reassign or add resources according to dynamic processing procedure. Moreover, middle ware was designed based on service-oriented architecture for attachment on end terminal and remote management. The compositions of remote embedded system and middle ware processing presented in this paper were designed for easy management of devices with diverse functions in specific fields and other embedded system in different fields. Embedded system resource reuse and management software based on reflection technique reduces the generalization process of modules compared to the component method, resulting in slight increase of programming complexity. However in the end, the system can have quick response and time and cost of system design and manufacture can be saved by configuring a system appropriate for diverse fields using high performance embedded hardware and by allowing efficient management with development tool that takes distributed environment into account. Future plan is to study a technique for reducing the complexity of programming, which appeared as a disadvantage of the system proposed in this study, by adding a middle ware function for conversion of common protocol for various devices based on further segmentation of embedded system resources. Module arrangement will be optimized with application of learning ability through process of inference. References [1] J. P. Loyall, Emerging trends in adaptive middleware and its application to distributed real-time embedded systems, Lecture Notes in Computer Science, vol. 2855, (2003), pp [2] J. Peng, J. D. Liu and T. Yang, Research and implementation of the real-time middleware in open system, Lecture Notes in Computer Science, vol. 3032, (2004), pp [3] C.-B. Park, Y.-D. You and H. Choi, The Design of Dynamic Reconfiguration of Software Platform for Embedded Systems, Korea Computer Congress 2005, vol. 32, no. 1(A), (2005). [4] C. Jin Kim, S. Hee Lee and E. Sook Cho, A Reusability Enhancement Technique of Embedded System using Plug-In Method, Journal of the Korea Society for Simulation, vol. 18, no. 4, (2009), pp [5] M. sun Kom, S. Won Lee, C.-H. Lee, H. Choi and K. seok Cho, Design and Performance Analysis of the Interface Middleware for Embedded Systems, Journal of Computing Science and Engineering, vol. 14, no. 1, (2008), pp [6] J. Axel, Modeling Embedded System and SOCs, Mogan Kaufmann, (2004). [7] C. Jin Kim and E. Sook Cho, A Design of Dynamic Meta-model for Reusable Framework of Embedded Sytem, Journal of the Korea Information Processing Society, vol. 15-D, no. 6, no. 4, (2008), pp [8] H. Teja Sukmana, J.-B. Lee, K.-W. Rim, Y.-S. Hwang, Y.-J. Kim and S.-S Ahn, Embedded System Integrated Prototyping Mechanism Based on Reusable Component, Journal of the Korea Information Processing Society, vol. 16-A No.3, no. 4, (2009), pp Copyright c 2014 SERSC

11 [9] S. Hwan Moon and C. Sick Lee, Dynamic Management Software Design in Embedded System using Middle Ware, Advanced Science and Technology Letters, vol , (2014), pp [10] H.-C. Son Design and implementation of the method for generation of custom-made embedded middleware, master s dissertation, University of Jeju, (2010). Authors Suk-Hwan Moon, received his Master's degree in Department of Information Engineering from Cheju University at 1997 and earned the ABD in the Department of Computer Engineering from Joongang University at He is currently an Associate Professor at Department of Computer Information, Cheju halla University. His research interests include embedded system, computer vision, multimedia contents processing, sensor networking. Cheol-Sick Lee, He obtained master s degree in the Department of Computer Engineering at Jeju National University in 2009 and completed doctoral course in He is currently an adjunct professor of Computer Information at Jeju Halla University and CEO of Gaonuri Co., Ltd. Research fields include embedded system, intelligent system, IT convergence and database. Copyright c 2014SERSC 107

12 108 Copyright c 2014 SERSC

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

Design and Implementation of Automatic Attendance Check System Using BLE Beacon , pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

A Digital Door Lock System for the Internet of Things with Improved Security and Usability

A Digital Door Lock System for the Internet of Things with Improved Security and Usability , pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,

More information

A Resilient Device Monitoring System in Collaboration Environments

A Resilient Device Monitoring System in Collaboration Environments , pp.103-114 http://dx.doi.org/10.14257/ijsh.2014.8.5.10 A Resilient Device Monitoring System in Collaboration Environments KeeHyun Park 1 and JongHwi Lee 1 Department of Computer Engineering, Keimyung

More information

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems , pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research

More information

Development of a Service Robot System for a Remote Child Monitoring Platform

Development of a Service Robot System for a Remote Child Monitoring Platform , pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,

More information

Cloud Computing based Livestock Monitoring and Disease Forecasting System

Cloud Computing based Livestock Monitoring and Disease Forecasting System , pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4

More information

System Development Process based on Embedded Linux and Sensor Node

System Development Process based on Embedded Linux and Sensor Node System Development Process based on Embedded Linux and Sensor Node Shin-Hyeong Choi 1* and Hyoung-Keun Park 2 1* Dept. of Control & Instrumentation Engineering, Kangwon National University, 1 Joongang-ro

More information

Computer and Set of Robots

Computer and Set of Robots Lesson 11:DESIGN PROCESS EXAMPLES Mobile-Phone, Mobile- Computer and Set of Robots 1 Mobile Phone 2 Mobile phone SoC (System-on-Chip) Hardware units Microcontroller or ASIP (Application Specific Instruction

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

The Bayesian Network Methodology for Industrial Control System with Digital Technology

The Bayesian Network Methodology for Industrial Control System with Digital Technology , pp.157-161 http://dx.doi.org/10.14257/astl.2013.42.37 The Bayesian Network Methodology for Industrial Control System with Digital Technology Jinsoo Shin 1, Hanseong Son 2, Soongohn Kim 2, and Gyunyoung

More information

Multi-level Metadata Management Scheme for Cloud Storage System

Multi-level Metadata Management Scheme for Cloud Storage System , pp.231-240 http://dx.doi.org/10.14257/ijmue.2014.9.1.22 Multi-level Metadata Management Scheme for Cloud Storage System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3, Chuck Yoo 2 and Young Woong Ko 1

More information

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2015.9.9.06 A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario Yong-Hyeon Gwon 1, Seung-Kwon Jung 2, Su-Won Lee 2 and

More information

How To Test A Robot Platform And Its Components

How To Test A Robot Platform And Its Components An Automated Test Method for Robot Platform and Its Components Jae-Hee Lim 1, Suk-Hoon Song 1, Jung-Rye Son 1, Tae-Yong Kuc 2, Hong-Seong Park 3, Hong-Seok Kim 4 1,2 School of Information and Communication,

More information

Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a

Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a Vol. 8, No. 4 (2015), pp. 275-286 http://dx.doi.org/10.14257/ijca.2015.8.4.27 Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a Sol Lim, Kye Joo Lee, So Yeon Kim, Chang Seok Chae,

More information

Security Measures of Personal Information of Smart Home PC

Security Measures of Personal Information of Smart Home PC , pp.227-236 http://dx.doi.org/10.14257/ijsh.2013.7.6.22 Security Measures of Personal Information of Smart Home PC Mi-Sook Seo 1 and Dea-Woo Park 2 1, 2 Department of Integrative Engineering, Hoseo Graduate

More information

A Study on Integrated Security Service Control Solution Development about CRETA Security

A Study on Integrated Security Service Control Solution Development about CRETA Security A Study on Integrated Security Service Control Solution Development about CRETA Security Yongwon (Conrad) Cho 1, Jinwon (Frank) Choi 2 1 Director Research Engineer, Virtual Builders Co., Ltd. 2 CEO & Co-Founder,

More information

Remote Monitoring and Controlling System Based on ZigBee Networks

Remote Monitoring and Controlling System Based on ZigBee Networks Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr

More information

University Dedicated Next Generation ERP System

University Dedicated Next Generation ERP System , pp.38-42 http://dx.doi.org/10.14257/astl.2014.46.09 University Dedicated Next Generation ERP System Lee Yong Hui 1, Kim Hwan Seok 2 1 Shinsung University, Chief of Information Service Center, DaehackRo1

More information

Effective Use of Android Sensors Based on Visualization of Sensor Information

Effective Use of Android Sensors Based on Visualization of Sensor Information , pp.299-308 http://dx.doi.org/10.14257/ijmue.2015.10.9.31 Effective Use of Android Sensors Based on Visualization of Sensor Information Young Jae Lee Faculty of Smartmedia, Jeonju University, 303 Cheonjam-ro,

More information

Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver

Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver , pp.161-165 http://dx.doi.org/10.14257/astl.205.98.41 Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver Jeong MyeongSu 1, Moon ChangSoo 1, Gwon DaeHyeok 1 and Cho

More information

Flexible Architecture for Internet of Things Utilizing an Local Manager

Flexible Architecture for Internet of Things Utilizing an Local Manager , pp.235-248 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.24 Flexible Architecture for Internet of Things Utilizing an Local Manager Patrik Huss, Niklas Wigertz, Jingcheng Zhang, Allan Huynh, Qinzhong Ye

More information

NanoMon: An Adaptable Sensor Network Monitoring Software

NanoMon: An Adaptable Sensor Network Monitoring Software NanoMon: An Adaptable Sensor Network Monitoring Software Misun Yu, Haeyong Kim, and Pyeongsoo Mah Embedded S/W Research Division Electronics and Telecommunications Research Institute (ETRI) Gajeong-dong

More information

A Study on the Dos Prevention System for SPT-based Sync Flooding Protection

A Study on the Dos Prevention System for SPT-based Sync Flooding Protection , pp.57-66 http://dx.doi.org/10.14257/ijsia.2015.9.12.07 A Study on the Dos Prevention System for SPT-based Sync Flooding Protection Keun-Heui Kim 1, Young-Mo Kang 2, Mi-Ran Han 3, and Jong-Bae Kim 4*

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Three Stages for SOA and Service Governance

Three Stages for SOA and Service Governance Three Stages for SOA and Governance Masaki Takahashi Tomonori Ishikawa (Manuscript received March 19, 2009) A service oriented architecture (SOA), which realizes flexible and efficient construction of

More information

Implementation of Wireless Gateway for Smart Home

Implementation of Wireless Gateway for Smart Home Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang

More information

HHB+tree Index for Functional Enhancement of NAND Flash Memory-Based Database

HHB+tree Index for Functional Enhancement of NAND Flash Memory-Based Database , pp. 289-294 http://dx.doi.org/10.14257/ijseia.2015.9.9.25 HHB+tree Index for Functional Enhancement of NAND Flash Memory-Based Database Huijeong Ju 1 and Sungje Cho 2 1,2 Department of Education Dongbang

More information

A study on Standardization of Integrated database for Intelligent water information management

A study on Standardization of Integrated database for Intelligent water information management , pp.132-136 http://dx.doi.org/10.14257/astl.2015.99.33 A study on Standardization of Integrated database for Intelligent water information management Ji Won Jung *, Seung Kwon Jung **, Jin Tak Choi ***,

More information

A General Framework for Tracking Objects in a Multi-Camera Environment

A General Framework for Tracking Objects in a Multi-Camera Environment A General Framework for Tracking Objects in a Multi-Camera Environment Karlene Nguyen, Gavin Yeung, Soheil Ghiasi, Majid Sarrafzadeh {karlene, gavin, soheil, majid}@cs.ucla.edu Abstract We present a framework

More information

Monitoring solar PV output

Monitoring solar PV output Monitoring solar PV output Introduction Monitoring of your solar PV output is useful to see the actual outputs. This can be measured from the inverter and/or mains using current clamps or pulse meters

More information

The Development of an Intellectual Tracking App System based on IoT and RTLS

The Development of an Intellectual Tracking App System based on IoT and RTLS , pp.9-13 http://dx.doi.org/10.14257/astl.2015.85.03 The Development of an Intellectual Tracking App System based on IoT and RTLS Hak-Jun Lee 1, Ju-Su Kim 1, Umarov Jamshid 1, Man-Kyo Han 2, Ryum-Duck

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1

More information

Smart Home System Using Android Application

Smart Home System Using Android Application Smart Home System Using Android Application Karlapudi Siva Krishna Mr. Md Mohiddin Dr. M. Narendra Kumar, Dr. S. Sreenatha Reddy Student (M. Tech) Embedded Sys Asst. Prof, ECE Prof & Vice-Principal Prof

More information

On a Hadoop-based Analytics Service System

On a Hadoop-based Analytics Service System Int. J. Advance Soft Compu. Appl, Vol. 7, No. 1, March 2015 ISSN 2074-8523 On a Hadoop-based Analytics Service System Mikyoung Lee, Hanmin Jung, and Minhee Cho Korea Institute of Science and Technology

More information

A Study on Wireless Intrusion Prevention System based on Snort

A Study on Wireless Intrusion Prevention System based on Snort , pp. 1-12 http://dx.doi.org/10.14257/ijseia.2015.9.2.01 A Study on Wireless Intrusion Prevention System based on Snort Jong-Moon Kim, A-Yong Kim, Jung-Soo Yuk and Hoe-Kyung Jung * PaiChai University,

More information

Enterprise Resource Planning System Deployment on Mobile Cloud Computing

Enterprise Resource Planning System Deployment on Mobile Cloud Computing Asia-pacific Journal of Multimedia Services Convergence with Art, Humanities and Sociology Vol.3, No.1 (2013), pp. 1-8 http://dx.doi.org/10.14257/ajmscahs.2013.06.02 Enterprise Resource Planning System

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

A Review of an MVC Framework based Software Development

A Review of an MVC Framework based Software Development , pp. 213-220 http://dx.doi.org/10.14257/ijseia.2014.8.10.19 A Review of an MVC Framework based Software Development Ronnie D. Caytiles and Sunguk Lee * Department of Multimedia Engineering, Hannam University

More information

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Vol.46 (Multimedia 2014), pp.307-312 http://dx.doi.org/10.14257/astl.2014.46.64 Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Jin-tae Park

More information

RUBA: Real-time Unstructured Big Data Analysis Framework

RUBA: Real-time Unstructured Big Data Analysis Framework RUBA: Real-time Unstructured Big Data Analysis Framework Jaein Kim, Nacwoo Kim, Byungtak Lee IT Management Device Research Section Honam Research Center, ETRI Gwangju, Republic of Korea jaein, nwkim, bytelee@etri.re.kr

More information

The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment

The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment , pp.127-136 http://dx.doi.org/10.14257/ijmue.2015.10.10.14 The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment Hyoyoung Shin 1 and Hyungjin Kim 2* 1 Department of IT Security,

More information

Android based Secured Vehicle Key Finder System

Android based Secured Vehicle Key Finder System International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Android based Secured Vehicle Key Finder System Sindhoori S. 1, Dr. N. Sathish Kumar 2 *(M.E. Embedded System Technologies, Sri

More information

Cubase Vs Logic Pro - Music Composition

Cubase Vs Logic Pro - Music Composition , pp. 39-48 http://dx.doi.org/10.14257/ijseia.2016.10.3.04 Integrating the Computer Systems and Applied Music Education - Focus on Sequencing Program- Tae-Seon Cho Dept. of Applied Music, Chungwoon University

More information

Wireless Communications for SCADA Systems Utilizing Mobile Nodes

Wireless Communications for SCADA Systems Utilizing Mobile Nodes , pp. 1-8 http://dx.doi.org/10.14257/ijsh.2013.7.5.01 Wireless Communications for SCADA Systems Utilizing Mobile Nodes Minkyu Choi Security Engineering Research Support Center, Daejon, Republic of Korea

More information

OPC COMMUNICATION IN REAL TIME

OPC COMMUNICATION IN REAL TIME OPC COMMUNICATION IN REAL TIME M. Mrosko, L. Mrafko Slovak University of Technology, Faculty of Electrical Engineering and Information Technology Ilkovičova 3, 812 19 Bratislava, Slovak Republic Abstract

More information

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 , pp. 331-342 http://dx.doi.org/10.14257/ijfgcn.2015.8.2.27 Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 Changming Li, Jie Shen and

More information

Developing Safety Management Systems for Track Workers Using Smart Phone GPS

Developing Safety Management Systems for Track Workers Using Smart Phone GPS , pp.137-148 http://dx.doi.org/10.14257/ijca.2013.6.5.13 Developing Safety Management Systems for Track Workers Using Smart Phone GPS Jin-Hee Ku 1 and Duk-Kyu Park 2 1 Dept of Liberal Education and 2 Dept

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

CHAPTER 15: Operating Systems: An Overview

CHAPTER 15: Operating Systems: An Overview CHAPTER 15: Operating Systems: An Overview The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint

More information

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan , pp.61-66 http://dx.doi.org/10.14257/ijmue.2015.10.12.07 A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan Yun-Seong Ko 1, Il-Kyeun Ra 2 and Chang-Soo Kim 1* 1 Department

More information

SCADA and Monitoring for Solar Energy Plant

SCADA and Monitoring for Solar Energy Plant SCADA and Monitoring for Solar Energy Plant Segment: Industry Country: Thailand Author: Ranon Satitpanyapan Products: NI LabVIEW with LabVIEW Real-Time Module crio Real-Time controller 8 slot with 16 current

More information

IMPLEMENTATION OF FPGA CARD IN CONTENT FILTERING SOLUTIONS FOR SECURING COMPUTER NETWORKS. Received May 2010; accepted July 2010

IMPLEMENTATION OF FPGA CARD IN CONTENT FILTERING SOLUTIONS FOR SECURING COMPUTER NETWORKS. Received May 2010; accepted July 2010 ICIC Express Letters Part B: Applications ICIC International c 2010 ISSN 2185-2766 Volume 1, Number 1, September 2010 pp. 71 76 IMPLEMENTATION OF FPGA CARD IN CONTENT FILTERING SOLUTIONS FOR SECURING COMPUTER

More information

A Study on Design of Health Device for U-Health System

A Study on Design of Health Device for U-Health System , pp.79-86 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.08 A Study on Design of Health Device for U-Health System Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan, Korea asoh@tu.ac.kr Abstract

More information

Nagpur, Maharashtra, India

Nagpur, Maharashtra, India Volume 6, Issue 2, February 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automated Door

More information

Success factors for the implementation of ERP to the Agricultural Products Processing Center

Success factors for the implementation of ERP to the Agricultural Products Processing Center , pp.61-66 http://dx.doi.org/10.14257/astl.2015.95.12 Success factors for the implementation of ERP to the Agricultural Products Processing Center Jung Rock Do 1, Jin Hyeung Kim 2, Young Chan Choe 3 1

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

MEASUREMENT DATA ACQUISITION SYSTEM UTILISING THE GSM PHONE SYSTEM

MEASUREMENT DATA ACQUISITION SYSTEM UTILISING THE GSM PHONE SYSTEM MEASUREMENT DATA ACQUISITION SYSTEM UTILISING THE GSM PHONE SYSTEM Jarosław Brocki, Piotr Goetzen, Jan Makuch, Alina Marchlewska, Agata Skowrońska-Kapusta IT Institute, Academy of Management, Lodz, Poland

More information

Design of Remote Security System Using Embedded Linux Based Video Streaming

Design of Remote Security System Using Embedded Linux Based Video Streaming International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184 Volume 2, Number 2 (April 2013), pp. 50-56 MEACSE Publications http://www.meacse.org/ijcar Design of Remote Security System Using

More information

Virtualization of Desktop for Improvement of Maintenance Cost Saving

Virtualization of Desktop for Improvement of Maintenance Cost Saving , pp.33-37 http://dx.doi.org/10.14257/astl.2015.85.08 Virtualization of Desktop for Improvement of Maintenance Cost Saving Lee Yong Hui 1, Kim Hwan Seok 2 1 Shinsung University, Chief of Information Service

More information

Fast remote data access for control of TCP/IP network using android Mobile device

Fast remote data access for control of TCP/IP network using android Mobile device RESEARCH ARTICLE OPEN ACCESS Fast remote data access for control of TCP/IP network using android Mobile device Vaibhav Muddebihalkar *, R.M Gaudar** (Department of Computer Engineering, MIT AOE Alandi

More information

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis EBERSPÄCHER ELECTRONICS automotive bus systems solutions for network analysis DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems System Overview Analyzing Networks in all Development Phases Control

More information

Computers: Tools for an Information Age

Computers: Tools for an Information Age Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background Objectives of Chapter 3 Describe the functions of an Operating System Explain the basics of a personal computer

More information

Design and Realization of Internet of Things Based on Embedded System

Design and Realization of Internet of Things Based on Embedded System Design and Realization of Internet of Things Based on Embedded System Used in Intelligent Campus Department of Computer and Information Engineering, Heze University, Shandong,274015,China,kanghyhy@126.com

More information

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing Liang-Teh Lee, Kang-Yuan Liu, Hui-Yang Huang and Chia-Ying Tseng Department of Computer Science and Engineering,

More information

A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks

A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks , pp.100-104 http://dx.doi.org/10.14257/astl.2014.45.19 A Study of Low Cost Meteorological Monitoring System Based on Wireless Sensor Networks Li Ma 1,2,3, Jingzhou Yan 1,2,Kuo Liao 3,4, Shuangshuang Yan

More information

Implementation of the E-Catalog Mobile E-commerce Platform using 3D GIS Information

Implementation of the E-Catalog Mobile E-commerce Platform using 3D GIS Information Implementation of the E-Catalog Mobile E-commerce Platform using 3D GIS Information ChangSoo Moon, HaengSuk Lee, HyunKI Ryu, SeIl Oh R&D Team GIVET(GyeongBuk Research Institute of Vehicle Embedded Technology)

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

More information

NetFlow Collection and Processing Cartridge Pack User Guide Release 6.0

NetFlow Collection and Processing Cartridge Pack User Guide Release 6.0 [1]Oracle Communications Offline Mediation Controller NetFlow Collection and Processing Cartridge Pack User Guide Release 6.0 E39478-01 June 2015 Oracle Communications Offline Mediation Controller NetFlow

More information

WISE-4000 Series. WISE IoT Wireless I/O Modules

WISE-4000 Series. WISE IoT Wireless I/O Modules WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud

More information

Research and Design of Universal and Open Software Development Platform for Digital Home

Research and Design of Universal and Open Software Development Platform for Digital Home Research and Design of Universal and Open Software Development Platform for Digital Home CaiFeng Cao School of Computer Wuyi University, Jiangmen 529020, China cfcao@126.com Abstract. With the development

More information

A Design of Mobile Convergence Architecture for U-healthcare

A Design of Mobile Convergence Architecture for U-healthcare , pp. 253-260 http://dx.doi.org/10.14257/ijseia.2015.9.1.22 A Design of Mobile Convergence Architecture for U-healthcare Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology Catholic

More information

Device-based Secure Data Management Scheme in a Smart Home

Device-based Secure Data Management Scheme in a Smart Home Int'l Conf. Security and Management SAM'15 231 Device-based Secure Data Management Scheme in a Smart Home Ho-Seok Ryu 1, and Jin Kwak 2 1 ISAA Lab., Department of Computer Engineering, Ajou University,

More information

Network Design and Implementation of Synchronization Software

Network Design and Implementation of Synchronization Software , pp. 121-130 http://dx.doi.org/10.14257/ijfgcn.2015.8.4.12 Network Design and Implementation of Synchronization Software Peng Hai-yun and Liu Xin Department of computer science and technology, Zhou Kou

More information

THE BUSINESS VALUE OF AN ERP SYSTEM

THE BUSINESS VALUE OF AN ERP SYSTEM THE BUSINESS VALUE OF AN ERP SYSTEM AJMAL BEG THE BUSINESS VALUE OF AN ERP SYSTEM AJMAL BEG ii Copyright c 2010 by Ajmal Beg. All rights reserved. This technology described in this publication is based

More information

Project Development Plan

Project Development Plan Project Development Plan Roverwerx A.R.M. IRP Santa Clara University Richard Rasay 1 TABLE OF CONTENTS Introduction 1 Software Design.3 Robot-Side Application.5 Client-Side Application.7 Current Status

More information

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad

More information

I2C PRESSURE MONITORING THROUGH USB PROTOCOL.

I2C PRESSURE MONITORING THROUGH USB PROTOCOL. I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:

More information

Computer Automation Techniques. Arthur Carroll

Computer Automation Techniques. Arthur Carroll Computer Automation Techniques Arthur Carroll 1 Three Types of Computers Micro-Controller Single Board Computer Desktop Computer 2 The Micro-Controller Small inexpensive DIP or surface mount chips Roughly

More information

Design of a Web-Services Based Spam Filtering

Design of a Web-Services Based Spam Filtering , pp.52-56 http://dx.doi.org/10.14257/astl.2015.110.11 Design of a Web-Services Based Spam MyoungHwan Joung, Oh-Heum Kwon, Ha-Joo Song Dept. of IT Convergence and Application, Pukyong National University

More information

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

More information

Design and Analysis of Mobile Learning Management System based on Web App

Design and Analysis of Mobile Learning Management System based on Web App , pp. 417-428 http://dx.doi.org/10.14257/ijmue.2015.10.1.38 Design and Analysis of Mobile Learning Management System based on Web App Shinwon Lee Department of Computer System Engineering, Jungwon University,

More information

Method of Fault Detection in Cloud Computing Systems

Method of Fault Detection in Cloud Computing Systems , pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

Introducing FUJITSU Software Systemwalker Centric Manager V15.1.1

Introducing FUJITSU Software Systemwalker Centric Manager V15.1.1 Introducing FUJITSU Software Centric Manager V15.1.1 < Version 1.0 > May 2015 FUJITSU LIMITED 0 Contents Integrated Monitoring Required in Virtualization/Server Integration Characteristics of Centric Manager

More information

Content Management System (CMS)

Content Management System (CMS) Content Management System (CMS) ASP.NET Web Site User interface to the CMS SQL Server metadata storage, configuration, user management, order history, etc. Windows Service (C#.NET with TCP/IP remote monitoring)

More information

An Application of Data Leakage Prevention System based on Biometrics Signals Recognition Technology

An Application of Data Leakage Prevention System based on Biometrics Signals Recognition Technology Vol.63 (NT 2014), pp.1-5 http://dx.doi.org/10.14257/astl.2014.63.01 An Application of Data Leakage Prevention System based on Biometrics Signals Recognition Technology Hojae Lee 1, Junkwon Jung 1, Taeyoung

More information

Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices

Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Hyunjeong Lee, Wan-Ki Park, Il-Woo Lee IT Research Section IT Convergence Technology Research Laboratory,

More information

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495 International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] Survey on Automation Testing Tools for Mobile Applications Dr.S.Gunasekaran 1, V. Bargavi 2 1 Department

More information

Design of Big Data-based Greenhouse Environment Data Consulting System for Improving Crop Quality

Design of Big Data-based Greenhouse Environment Data Consulting System for Improving Crop Quality , pp.182-187 http://dx.doi.org/10.14257/astl.2015.95.35 Design of Big Data-based Greenhouse Environment Data Consulting System for Improving Crop Quality Seongjin Kim, Hyun Yoe 1 Department of Information

More information

Development of IaaS-based Cloud Co-location and Management System using Open Source Cloud Stack

Development of IaaS-based Cloud Co-location and Management System using Open Source Cloud Stack Development of IaaS-based Cloud Co-location and Management System using Open Source Cloud Stack Chil-Su Kim, HyunKi Ryu, Myung-Jin Jang and Chang-Hyeon Park Abstract The weakness of server-based hosting

More information

Component Based Development for Mobile Enterprise Application

Component Based Development for Mobile Enterprise Application Vol.35(Software 2013), pp.31-35 http://dx.doi.org/10.14257/astl.2013.35.08 Component Based Development for Mobile Enterprise Application Yvette E. Gelogo 1 and Haeng-Kon Kim 1* 1 School of Information

More information

Function and Structure Design for Regional Logistics Information Platform

Function and Structure Design for Regional Logistics Information Platform , pp. 223-230 http://dx.doi.org/10.14257/ijfgcn.2015.8.4.22 Function and Structure Design for Regional Logistics Information Platform Wang Yaowu and Lu Zhibin School of Management, Harbin Institute of

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

Redundant Data Removal Technique for Efficient Big Data Search Processing

Redundant Data Removal Technique for Efficient Big Data Search Processing Redundant Data Removal Technique for Efficient Big Data Search Processing Seungwoo Jeon 1, Bonghee Hong 1, Joonho Kwon 2, Yoon-sik Kwak 3 and Seok-il Song 3 1 Dept. of Computer Engineering, Pusan National

More information