DESIGN AND IMPLEMENTATION OF AN EMBEDDED HOME-GATEWAY FOR REMOTE MONITORING BASED ON OSGI TECHNOLOGY

Size: px
Start display at page:

Download "DESIGN AND IMPLEMENTATION OF AN EMBEDDED HOME-GATEWAY FOR REMOTE MONITORING BASED ON OSGI TECHNOLOGY"

Transcription

1 DESIGN AND IMPLEMENTATION OF AN EMBEDDED HOME-GATEWAY FOR REMOTE MONITORING BASED ON OSGI TECHLOGY Ying-Wen Bai and Jui-Po Hsu Department of Electronic Engineering, Fu Jen Catholic University Taipei, Taiwan, 242, R.O.C. ABSTRACT In this paper, we use OSGi (Open Service Gateway Initiative) technology to design and implement a remote monitor system in an embedded. For the integration of all kinds of existing communication protocol, OSGi technology has the potential to conform with numerous standards. Because OSGi has a defined external protocol services interface, it provides compatible services to control the devices of different protocols. To reduce power consumption and operation costs, we select the embedded system as the implementation of the home gateway. Because the embedded is a customized system, we can focus on our special requirements to design it. We also use an SMF (Service Management Framework) kit to design and implement the embedded based on OSGi technique. SMF is an implementation tool which follows OSGi specifications. The operating system of our embedded development board uses Windows CE.NET (WinCE) which has interfaces with which most people are relatively familiar, and it cooperates with a touch panel for easy operation. KEY WORDS OSGi, Home-gateway, Embedded System, Camera 1. Introduction In recent years there is a trend towards digital home networks because of both the popularization of the Internet and the spread of PCs and a variety of electronic consumer products. Therefore interaction among various information appliances (IA) and various devices of different specifications is needed. The lack of interconnection among information appliances reduces the convenience of operation for the user. For the digital family of the future, we hope that information appliances with their highly communicable and compatible characteristics will be a very important factor in the integration of home networks. Multimedia home applications, remote-imaged monitoring and digital information appliance integration are the goal of a typical. Founded in March 1999, OSGi (Open Service Gateway Initiative) is an alliance of several network service manufacturers. The purpose of OSGi technology is to offer complete point-to-point service delivery to local devices and also to provide service to remote devices. The OSGi Alliance specifies, creates, develops and promotes the wide use of an open service delivery and management platform. If a service provider designs a required bundle according to OSGi specifications, the user can download the required bundle to the target device, and it will be installed dynamically for further use [1]. A home gateway provides the link to WAN and LAN. As the key device linking service provider and home network devices, it is the medium for their communication with each other. For the a great deal of research has been carried out to improve the performance of existing technology. Much of this has focused on protocol developed for home networks [2, 3]. In this paper we focus on the design of a suitable upper level protocol. However, we do not probe into the numerous transmission specifications of the physical layer. Service lookup and discovery are our chief objectives. We choose OSGi to build home network technology [4-6]. Some other designers have also used this technology to develop an embedded. Table I shows differences between the OSGi techniques and others. The advantage of OSGi is independence from both the OS and the hardware platform. Further, by using OSGi we can integrate other techniques to reach the connectible devices in a home network. For these reasons we select OSGi to design and implement the embedded. Table I. Comparison of the shared service techniques in a home network Name Jini HAVi OSGi Transferred fundamental Provides services Applicable range Limitation JVM Discovery lookup Simple data exchange JVM effect performance IEEE1394 High speed Multimedia information Limited distance Based on current techniques Integrates/Manages Jini, UPnP and other services Data exchange and multimedia None (high compatibility)

2 In Section 2 of this paper, we provide a architecture of a home network. Section 3 shows the software and hardware design of our embedded system. Section 4 provides the implementation results of our embedded. Section 5 compares the performance of an embedded and a PC from the point of view of the user and the platform. Section 6 draws the conclusions from the remote monitor embedded. 2. Home network architecture Fig.1 shows the home network architecture in which the integrates the existing information appliances at the home. For 24-hour operation of a home network we must consider not only good performance but also low power consumption. Hence the embedded system is one of the choices for the. To enable our selection to follow the specifications of other manufacturers of developers, the embedded home gateway currently adopts the OSGi 3.0 specifications to set up a bundle server and develop a camera bundle. In addition we use the SMF (Service Management Framework) bundle developer kit which is hung outside in the WebSphere Studio Device Developer [7, 8]. very important advantage, especially since the embedded system has a limited memory. To provide easy operation of the embedded system for the user, we use the highly popular Windows CE.NET which has a friendly interface. The platform tool which sets up the OS is platform builder 4.2 [9]. Utilizing this tool we set up the customized embedded OS, which is comparatively simple. After installing SMF runtime on the embedded, we install a bundle according to the bundle s life cycle. In OSGi all services are bundled, and they import or export services to each other. By using this characteristic we develop a required bundle through the module design. Because OSGi has provided many standard interfaces, we import existing services to the bundle we are developing. The method is very effective; our bundle can also provide services to other developers. Fig. 2 shows the bundle register which provides service to the service registry via the OSGi framework. Other bundles can also get supporting services from the service registry to install other exporting services to the framework. Because the service registry is a connectible bridge, all bundles are not only service providers but also service users [4]. Install, start, stop, resolve, active, uninstall OSGi service framework Register Bundle A Service registry Service Get Get Bundle B Bundle C Register Java Virtual Machine Platform (OS and hardware) Fig. 2 Bundle collaboration through the service registry 3. The Hardware and Software Design of the Embedded Home-gateway System Fig.1 Home network architecture In the OSGi structure the device must have OSGi runtime so that we can download a specific bundle that we need to install. As OSGi is based on Java, it must be running on the Java Virtual Machine (JVM). The OSGi alliance defines a bundle as developed services or software based on OSGi specifications. A bundle is used for a jar (Java Archive) file that we write. A java file including all classes and resources is usually a single class-path. Under the management of OSGi all bundles are installed or uninstalled dynamically; moreover, they provide a supporting package of services for each other. The more effective method is to dispose of a number of Java files, so that we can reduce the memory space to start the JVM repeatedly. Reducing waste of memory space provides a (A) Software Design The API (Application Program Interface) of OSGi can be implemented on different OS and hardware platforms with the features of a cross-platform. In a traditional factory A provides service that is not necessarily applicable to products of factory B. However, services transmitted need not be used by the other factory, which means more convenience and advantages as follows [1]. (1) Co-existence with other standards OSGi is compatible with many protocols and provides the connection between both the local area network and the wide area network. (2) Platform-independent OSGi provides API that can be implemented on each kind of hardware platform and OS, and our satisfies that condition. (3) Application-independent 64

3 Based on API of OSGi, developers can provide applications that are independent from platforms. (4) Multiple Services Using OSGi technology to develop a we can install different services in the that provide multiple services. (5) Multiple Local Network Technologies At present a typical home network already has many network specifications and standards of data transmission, like HAVi, Bluetooth, Lonworks and others; but as many of them have limitations and disadvantages, OSGi technology compensates for the limitations and disadvantages of these standards. (6) Multiple Device Access Technologies OSGi technology provides device access API which can be integrated with UPnP, Jini and other service functions used in OSGi specifications. (7) Security OSGi specifications integrate many system safety features based on device control access from download digital signatures. Table II illustrates the software architecture of the embedded. From among the OSGi bundle development tools we select the SMF Bundle Development Kit [7] which includes (1) SMF Runtime (2) SMF Bundle Server (3) SMF Bundle Developer Kit Table II. System software list of the embedded Software architecture Name Memory space Operating system Windows CE.NET 9.55MB Java Virtual Machine J9 VM for foundation profile MB OSGi technology SMF Runtime KB We use J9 VM which is the core of WebSphere Everyplace Micro Environment (WEME); it implements the VM by Java Virtual Machine Specification 1.3. WEME supports many OS, including Windows, Linux, PalmOS and Symbian, and it also supports most hardware platforms, including ARM, xscale, MIPS, SH4 and x86. Fig. 3 (a) shows the installation of J9 VM on a device. We load and start the OSGi runtime (SMF Runtime 3.7) on the embedded, which can be installed by the dynamic bundle we are developing. Fig. 3 (b) shows the bundles that export our services to support and start the camera bundle. SMF runtime shows that this service has registered in the service registry, and that the camera bundle is really working on that time. We need to load SMF files into the root directory of the device as below: smf.jar: Provides the implementation classes for the OSGi specifications smfconsole.jar: Provides a command-line management smf.properties: Specifies the runtime configuration Loading OSGi Runtime (a) (b) Fig. 3 (a) Loading OSGi Runtime (b) Registering our Camera Bundle Fig. 4 illustrates the system block diagram of the homegateway from which we learn the operation functions of each part of the embedded system. From bottom to top, the embedded development board, device driver, embedded OS (Windows CE.NET) and J9 VM are all used for construction on the OS. J9 VM is a customized virtual machine. To fit the embedded platform we link the upper level to the lower level and start the SMF runtime. On the platform we design the bundle according to OSGi specifications and install the required bundle dynamically. Packages exported by other bundles are used to support our developed Camera Bundle (here called the Mycam bundle). As the Mycam bundle is transmitted to the embedded, SMF runtime exports other supporting services at the same time. For example, the http-services bundle allows the user to view a camera image by means of a browser, and the servlet bundle provides the function of a Web-server on the target device. The user can use various kinds of smart devices, for example, PDA, NB or PC, to obtain the exporting services of the http-services bundle by means of a browser which connects with the Mycam bundle to receive the image information in the home. B R O W S E R Http service Mycam bundle Java runtime (IBM J9 VM) Embedded OS (WinCE.NET) Driver Driver Driver Device hardware (ARM 9) Launching Camera bundle Servlet SMF runtime Tracker Log service Fig. 4 System block diagram of the embedded 65

4 (B) Hardware Design We use the embedded development board to implement the. Table III illustrates the specifications of the embedded which has an ARM 920T kernel and a rich peripheral, which comprises a 10M Ethernet port, a USB host/device, two RS232, an EXI bus and an audio in/out. The system is managed by a customized OS and a 3.5 inch touch panel display to provide low power consumption and easy operation. Table III. Hardware specification of the embedded CPU ARM 920T 203 MHz Memory Cache NAND Flash 64 MB SDRAM 32 MB 2 Instruction 64 KB Data 64 KB (C) Software Operational Flowchart Figs. 5 and 6 show the operational flowchart of the embedded software. At Fig. 5, by means of the dynamic detection of the front end, the system adjusts to the greatest tolerance value. If there is an image that is rocked violently it will capture such image immediately and store it into the jpeg image. We note that time and date succeed at the same time in encapsulating the bundle further. At Fig. 6 we transmit the bundle to the embedded. Then we install the bundle on the bundle server and import other bundles that support each other at the same time. At this moment we can utilize various kinds of device connected to the embedded by means of a browser and see the monitoring image in the home from the remote site. In addition we obtain more information, such as time and date of the image. Even if we only have portable devices that can connect to the Internet, by using our design we can still see the monitoring image in the home from the remote site. In addition we can set a regular time to capture the image and thereby obtain more information in the home. The embedded system has shown a stable and low-power operation, so this design is suitable for the. B Download and install bundle Show home-state Select device Camera 1 Camera 2 Camera 3 Show Camera 1 state Show Camera 2 state Show Camera 3 state Fig. 6 Operational flowchart of the embedded 4. Implementation Results Capturing of the image by using our design method is shown in Fig. 7. On the right is the touch panel of the embedded. By using a pocket IE we see the capturing of the image by the camera bundle which has already been loaded into the bundle server. The middle part of Fig. 7 shows the image of the home state using a PDA. When we key in the IP of the embedded we get the monitoring image in the home. Wireless network card Showing home state by PDA Start A Dynamic detecting Record date and time Detect motion Save jpg image A Finish record Build a bundle Send home gateway B LAN port Showing home state on Fig. 7 System implementation of the embedded Fig. 8 shows the service interface of the camera bundle of our design. It includes choosing different cameras, selecting the date or time, and further detailed information. Fig. 5 Operational flowchart of capturing the camera bundle 66

5 Fig. 8 Home state user interface by browser 5. Performance Comparison Key in IP of Home state button Before measuring we have to arrange all devices and connect to a local area network. Because we use as our measuring tool the MicroAnalyzer tool by TCP/IP, the host connects to the target which includes a PC and an embedded. Fig. 9 shows that the host runs the remote MicroAnalyzer tool [8], that the target launches both the VM and the SMF runtime, and that thus we get the measurement information on the host immediately. Fig.10 shows that we need to set the parameters of the embedded. Using this parameter setting the target device starts the SMF runtime which connects to the embedded, the IP host and the proper port at the same time. When both host and target device have connected to each other we obtain the information about the target device immediately by tracing. // Run MicroAnalyzer to analyze target device -Xalwaysclassgc -analyze:ia=localhost,hp=4821,st=true,tt=tcp -Xalwaysclassgc: dynamic-class uninstall in starting GC -analyze: starting Microanalyzer parameter on the target ia: manage TCP/IP or host of the MicroAnayzer tool hp: host port port of the MicroAnalyzer tool listen data st: start machine tracing true or false tt: transmitted type UDP or TCP Fig. 10 Setting parameters of starting the target MicroAnalyzer Fig. 11 show MicroAnalyzer has started on the embedded which links to the measurement platform (Host) by the MicroAnalyzer tool on SMF runtime. When loading and installing the bundle we learn the operational state of the memory, the CPU time and the garbage collection time as shown in Table V. Starting MicroAnalyzer on SMF Runtime Fig. 9 Measuring environment for our embedded We use the MicroAnalyzer tool as the analytic tool of the embedded that we developed. By using this tool we can access the operational state of the memory on the target device and the CPU time used in loading the bundle dynamically. Table IV illustrates the library required by the in running the MicroAnalyzer tool. We install the library on the target device, and the MicroAnalyzer tool runs on SMF runtime. Table IV. Required library to start MicroAnalyzer on J9 VM File Illustration j9vmall22.dll All Core DLL Includes j9hook22 support to hang MicroAnalyzer lib j9prf22.dll Supports MicroAnalyzer on target Fig. 11 MicroAnalyzer installed on SMF Runtime When the user uses the services of the embedded homegateway he needs to wait for the service response times. Under the same environment we adopt the Webserver Stress Tool [10] to analyze and compare the service response times of two s. For gathering information we use this tool to measure the average response time for the s as shown in Table V. Table V illustrates that the VM maps out different sizes on different platforms. The embedded system has a limited memory space, so the VM maps out 8MB to install the bundle dynamically. 67

6 Table V. Performance comparison of different platforms running on SMF runtime CPU Time Range for Starting SMF Runtime Using MicroAnalyzer Tool Home-gateway (PC) Embedded 187 ms~343 ms 920 ms~1500 ms Average GC Time ms 0.02 ms Max Memory Space (VM scheme) For Dynamically Installed Camera Bundle 256 MB 8 MB MB 2.51 MB Using Webserver Stress Tool Home-gateway (PC) Embedded Service Response Time 11 ms 54 ms for User GC: Garbage Collection; VM: Virtual Machine In this paper all required bundles are installed in order to start the Camera bundle, which requires 2.51 MB of memory. Because the embedded has a limited memory, it usually also has garbage collection (GC) action. Table V also shows the average GC time of the embedded ; the system operates the garbage collection on the average every 0.02ms. With respect to starting the SMF runtime the embedded homegateway takes three times as long to start as the PC. Table V shows the comparison of the service response time between an embedded and a PC homegateway. Although our embedded has a longer service response time than a PC, sec of service response time is within the acceptable range for our embedded design. Our design not only has customized functions, but it also provides remote monitoring at low power consumption. Fig. 9 shows the setting for measuring of the power consumption. Table VI illustrates that our embedded can save more power, but that the functions of both the PC and the embedded system are close. Our design has lower power consumption and an acceptable service response time, therefore the embedded has definite advantages. Table VI. Power consumption of different platforms running on OSGi runtime Platform Home-gateway (PC) Embedded Clock 2 GHz 203 MHz OS (idle state) power W 3.6 W Running OSGi Runtime 144 W 4.8 W Cost USD $1000 USD $ Conclusion This paper presents a new, modern technology for designing an embedded which provides an application for remote monitoring. We design the embedded according to OSGi specifications which integrate many network protocols. Our design captures remote images which may be encapsulated in a camera bundle which is loaded on an embedded dynamically. We set up the external bundle server on the embedded. Then the user sees the image in the home through using a browser of the smart devices from a remote site. In this paper we also measure and compare the performance, power consumption and cost of the embedded homegateway and the PC. Besides lower power consumption our design, the embedded system, has most compatible specifications of the. In the future, as long as the service provider offers service bundles according to OSGi specifications which can be incorporated into the embedded, we will design more versatile applications. References [1] OSGi Alliance, [2] Takeshi Saito, Ichiro Tomoda, Yoshiaki Takabatake, Junko Arni and Keiichi Teramoto, Home gateway architecture and its implementation, IEEE Transactions on Consumer Electronics, vol. 46, issue 4, Nov. 2000, pp [3] Takeshi Saito, Ichiro Tomoda, Yoshiaki Takabatake, Keiichi Teramoto and Kensaku Fujimoto, Gateway technologies for home networks and their implementations, 2001 International Conference on Distributed Computing Systems Workshop, April 2001, pp [4] Choonhwa Lee, David Nordstedt, and Sumi Helal, Enabling Smart Spaces with OSGi, IEEE Pervasive Computing, vol. 2, issue 3, July-Sept. 2003, pp [5] Haitao Zhang, Fei-Yue Wang and Yunfeng Ai, An OSGi and agent based control system architecture for smart home, Proceeding of the Networking, Sensing and Control, March 2005, pp [6] Taein Hwang, Hojin Park, and Jin Wook Chung, Design and Implementation of the Home Service Delivery and Management System Based on OSGi Service Platform, ICCE, 2006 Digest of Technical Papers, Jan 2006, pp [7] IBM Service Management Framework, May 30, 2003, [8] Using WebSphere Studio Device Developer to Build Embedded Java Applications, April 2004, [9] Windows embedded about Windows CE, dowsce/default.mspx [10] Web server performance software, 68

The Active Embedded Ubiquitous Web Service Framework

The Active Embedded Ubiquitous Web Service Framework The Active Embedded Ubiquitous Web Service Framework Dugki Min 1, *, Junggyum Lee 1, and Eunmi Choi 2, ** 1 School of Computer Science and Engineering, Konkuk University Hwayang-dong, Kwangjin-gu, Seoul,

More information

Linux-based onboard "gateway server" remotely pilots model airplane. by Telly Cooper (Sep. 12, 2003)

Linux-based onboard gateway server remotely pilots model airplane. by Telly Cooper (Sep. 12, 2003) Linux-based onboard "gateway server" remotely pilots model airplane by Telly Cooper (Sep. 12, 2003) This whitepaper from Intrinsyc describes how engineers at IBM's Pervasive Computing Advanced Technology

More information

A Ubiquitous Web Services Framework for Interoperability in Pervasive Environments

A Ubiquitous Web Services Framework for Interoperability in Pervasive Environments A Ubiquitous Web Services Framework for Interoperability in Pervasive Environments Hyung-Jun Yim and Kyu-Chul Lee * Dept. of Computer Engineering, Chungnam National University 220 Gung-Dong, Yuseong-Gu,

More information

Universal Communicator

Universal Communicator Front-end Embedded Computer for Device Networking Solutions Front-end embedded computer for device networking RISC-based Communication Computer No fan, no hard drive design Moxa s series of RISC-based

More information

mydlink One-bay Standalone NVR

mydlink One-bay Standalone NVR Product Highlights Concurrent Viewing Record and view real-time video from up to nine cameras in the office or remotely over the Internet Easy Setup and Configuration mydlink technology enables easy setup

More information

SCADA systems development on mobile device platform Java Client/Server model and localization enhancement

SCADA systems development on mobile device platform Java Client/Server model and localization enhancement SCADA systems development on mobile device platform Java Client/Server model and localization enhancement ONDŘEJ KREJCAR, JINDŘICH ČERNOHORSKÝ Department Measurement and Control VSB Technical University

More information

Mobile Processors. Jose R. Ortiz Ubarri

Mobile Processors. Jose R. Ortiz Ubarri Mobile Processors Jose R. Ortiz Ubarri Electrical and Computer Engineering Department University of Puerto Rico, Mayagüez Campus Mayagüez, Puerto Rico 00681 5000 Jose.Ortiz@hpcf.upr.edu Introduction While

More information

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse 3 Software Stacks for IoT Solutions Ian Skerrett Eclipse Foundation @ianskerrett Copyright 2016 The Eclipse Foundation. All Rights Reserved Eclipse Foundation Not-for-profit open source foundation responsible

More information

The Atlas Platform. CEN5531 Mobile Computing. Raja Bose Dr. Sumi Helal September 21, 2006 Week 5

The Atlas Platform. CEN5531 Mobile Computing. Raja Bose Dr. Sumi Helal September 21, 2006 Week 5 The Atlas Platform CEN5531 Mobile Computing Raja Bose Dr. Sumi Helal September 21, 2006 Week 5 Atlas Overview Represents each of the devices (sensors and actuators) connected to it as software services

More information

USB Keyboard Mouse. VGA Compact Flash

USB Keyboard Mouse. VGA Compact Flash Compact Embedded Controller RISC CPU 206MHz EEPROM/Flash/SDRAM Real-Time Clock Watchdog Timer Hardware Unique S/N Reset Key USB Keyboard Mouse Parallel Bus I/O Expansion Slot LED Indicator FRnet(Option)

More information

DevKit8000 Evaluation Kit

DevKit8000 Evaluation Kit DevKit8000 Evaluation Kit TI OMAP3530 Processor based on 600MHz ARM Cortex-A8 core Memory supporting 256MByte DDR SDRAM and 256MByte NAND Flash UART, USB Host/OTG, Ethernet, Camera, Audio, SD, Keyboard,

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

ND9322P ND9424P. H CH/16-CH Embedded Plug & Play NVR

ND9322P ND9424P. H CH/16-CH Embedded Plug & Play NVR ND9322P ND9424P H.265 8-CH/16-CH Embedded Plug & Play NVR H.265/H.264 4K Display 8/16 x PoE Port RAID 0, 1 Fisheye Dewarp Trend Micro IoT Security VIVOCloud VIVOTEK s ND9322P/ND9424P is a new generation

More information

Network Processing Technology for Terminals Enabling High-quality Services

Network Processing Technology for Terminals Enabling High-quality Services : Services for Hikari Era: Terminal Component Technologies Network Processing Technology for Terminals Enabling High-quality Services Yukikuni Nishida and Keiichi Koike Abstract This article describes

More information

Exam Questions. Give an example network topology where GPSR cannot find a way from a source to a sink. Explain your answer.

Exam Questions. Give an example network topology where GPSR cannot find a way from a source to a sink. Explain your answer. Exam Questions Type 1 Consider a 1000m2 area with a uniform distribution of 1000 sensor nodes, each equipped with a temperature sensor. You want to constitute a temperature map of the area at various resolutions.

More information

Development of Secured Home Automation using Social Networking Sites

Development of Secured Home Automation using Social Networking Sites Indian Journal of Science and Technology, Vol 8(20), DOI:10.17485/ijst/2015/v8i20/79083, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Development of Secured Home Automation using Social

More information

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic Integrating Custom Hardware into Sensor Web Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic OUTLINE 1. Introduction 2. State of the art 3. System architecture - main components 3.1 Hardware

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

IP-200PHD Mega-Pixels. 2.0 Mega Pixel Passive PoE IPCamera. High Quality 2.0 MegaPixel Image. Easy to Install. 1600x1200 Pixels.

IP-200PHD Mega-Pixels. 2.0 Mega Pixel Passive PoE IPCamera. High Quality 2.0 MegaPixel Image. Easy to Install. 1600x1200 Pixels. 2.0 Mega Pixel Passive PoE IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store or garage?

More information

The Connected Home Raymond Lee Dy Director, Technology Direction

The Connected Home Raymond Lee Dy Director, Technology Direction The Connected Home Raymond Lee Dy Director, Technology Direction 26 November 2002 Outline Overall Trends Home Networking Technologies Digital Home Platforms End-to-End Technology Singapore Landscape Conclusion

More information

Java Embedded on ARM

Java Embedded on ARM Java Embedded on ARM The Embedded Market Evolving Rapidly Internet of Things 2.3B Internet Users Cloud for Embedded Devices Med-Large Embedded Multi-function Devices Enterprise Data and Applications Up

More information

TQ2440 Development Platform Manual

TQ2440 Development Platform Manual TQ2440 Development Platform Manual 0 Directory Directory... 1 Chapter 1 Introduction... 7 11Appearance of TQ2440 development platform... 7 12Hardware resource of TQ2440... 7 13Software introduction of

More information

DevKit7000 Evaluation Kit

DevKit7000 Evaluation Kit DevKit7000 Evaluation Kit Samsung S5PV210 Processor based on 1GHz ARM Cortex-A8 core Onboard 512MByte DDR2 and 512MByte NAND Flash 4 UART, 4 USB Host, USB Device, Ethernet, Audio, TF, RTC,... Supports

More information

MYC-C437X CPU Module

MYC-C437X CPU Module MYC-C437X CPU Module - Up to 1GHz TI AM437x Series ARM Cortex-A9 Processors - 512MB DDR3 SDRAM, 4GB emmc Flash, 32KB EEPROM - Gigabit Ethernet PHY - Power Management IC - Two 0.8mm pitch 100-pin Board-to-Board

More information

Overview. 3//5/ Preliminary Product Brief

Overview. 3//5/ Preliminary Product Brief Overview aj--200 Mullttiimediia Evalluattiion Kiitt aj--200mek The ajile aj-200mek is a compact and versatile multimedia evaluation kit for the aj-200 SOC that directly executes both Java Virtual Bytecode

More information

Realization of Automatic Keystone Correction for Smart mini Projector Projection Screen

Realization of Automatic Keystone Correction for Smart mini Projector Projection Screen Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 519-520, pp 504-509 doi:10.4028/www.scientific.net/amm.519-520.504 2014 Trans Tech Publications, Switzerland Realization of Automatic

More information

EMBEDDED HARDWARE. Core Board. ARM7 Development board. ARM7 Evaluation Board. Page 1 of 5

EMBEDDED HARDWARE. Core Board. ARM7 Development board. ARM7 Evaluation Board. Page 1 of 5 Core Board * Size: 71.2mm *50.8mm * Industrial grade 32-bit RISC micro-controller * Mass storage device support * Industrial grade 16C550 Serial Interface * 10/100M Industrial Ethernet interface * USB

More information

Cisco Edge 300 Series

Cisco Edge 300 Series Data Sheet Cisco Edge 300 Series Product Overview The Cisco Edge 300 Series (as shown in Figure 1) is an all-in-one access platform for enterprise next-generation connected room deployments that provide

More information

Low Power System Design

Low Power System Design Low Power System Design Module 18-1 (1.5 hours): Case study: System-Level Power Estimation and Reduction Jan. 2007 Naehyuck Chang EECS/CSE Seoul National University Contents In-house tools for low-power

More information

I1100 E Introduction to computer.

I1100 E Introduction to computer. Université Libanaise Faculty of Sciences I 1 st Session I1100 E Introduction to computer. Final 2017/2018 Duration : 2 h Problem 1 Multiple Choices Questions 25 points Question 1. The Operating System

More information

Embedded Device Server. White Paper. English ver 1.2

Embedded Device Server. White Paper. English ver 1.2 Embedded Device Server White Paper English ver 1.2 February 5, 2007 Overview In the field of device networking, device servers have been playing a huge role in providing network connectivity for serial

More information

JustConnect 16-Channel PoE Network Video Recorder

JustConnect 16-Channel PoE Network Video Recorder Product Highlights Concurrent Viewing Record and view real-time video streams from up to 16 cameras on a local network or remotely over the Internet Easy Setup and Configuration Embedded software enables

More information

Prime News. Product News. Anouncement

Prime News. Product News. Anouncement Embedded PC World Online News - vol 79, November 14, 2002 December 6, 2002 Vol. 80 -- New System on Chip -- New PPC model supports WinCE.NET -- New RISC Website -- Phase Out Notice -- Tel: 886-2-2792-7818

More information

LINUX CONTAINERS. Where Enterprise Meets Embedded Operating Environments WHEN IT MATTERS, IT RUNS ON WIND RIVER

LINUX CONTAINERS. Where Enterprise Meets Embedded Operating Environments WHEN IT MATTERS, IT RUNS ON WIND RIVER Where Enterprise Meets Embedded Operating Environments WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Flexible and connected platforms are core components in leading computing fields, including

More information

MDC-i4240 User Manual Part 1 (Product Overview)

MDC-i4240 User Manual Part 1 (Product Overview) MDC-i4240 User Manual Part 1 (Product Overview) Version 4.0 July 16, 2009 Micro Digital INC. www.microdigital.co.kr 1 Micro Digital INC. Table of Contents 1. OUTLINE... 3 1.1. MicroDigital... 3 1.2. INTRODUCTION

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

Wendy Lee CHAPTER 1 INTRODUCTION. Jini which is based on Java platform is a network technology from Sun

Wendy Lee CHAPTER 1 INTRODUCTION. Jini which is based on Java platform is a network technology from Sun An Introduction to the Madison Framework for Connecting JINI with Mobile Devices By Wendy Lee CHAPTER 1 INTRODUCTION 1.1 Background Jini which is based on Java platform is a network technology from Sun

More information

MYD-IMX28X Development Board

MYD-IMX28X Development Board MYD-IMX28X Development Board MYC-IMX28X CPU Module as Controller Board Two 1.27mm pitch 80-pin SMT Male Connectors for Board-to-Board Connections 454MHz Freescale i.mx28 Series ARM926EJ-S Processors 128MB

More information

Supervisory Controllers

Supervisory Controllers FACILITY EXPLORER SUPERVISORY CONTROLLERS Supervisory Controllers FX20, FX60 The FX20, FX60 and FX70 are building automation supervisory class controllers in the Facility Explorer product family. They

More information

Client Server System for e-services Providing in Mobile Communications Networks

Client Server System for e-services Providing in Mobile Communications Networks Client Server System for e-services Providing in Mobile Communications Networks Eugen POP, Mihai BARBOS, Razvan LUPU Abstract E-services providing is a good opportunity for business developing and financial

More information

REAL TIME IMAGE PROCESSING BASED ON EMBEDDED LINUX

REAL TIME IMAGE PROCESSING BASED ON EMBEDDED LINUX REAL TIME IMAGE PROCESSING BASED ON EMBEDDED LINUX 1 S. M. GRAMOPADHYE, 2 R. T. PATIL RIT Sakharale Email: sgswapnilsmg328@gmail.com, ramesh.patil@ritindia.edu Abstract: The continuous improvement in development

More information

WinCon Programmable Automation. Controller

WinCon Programmable Automation. Controller Programmable Automation WinCon- Controller Introduction The WinCon- is a leading edge embedded platform with Intel Strong ARM CPU running the Windows CE.NET operating system. When compared to the standard

More information

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2 Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 256-259, pp 2898-2901 doi:10.4028/www.scientific.net/amm.256-259.2898 2013 Trans Tech Publications, Switzerland The Analysis and

More information

New Generation PR series. Paperless Recorders

New Generation PR series. Paperless Recorders New Generation PR series Paperless Recorders Three models PR10, PR20 & PR30 Popular features Data Analysis Data Storage Serial Communication as Master or Slave ( Modbus) FDA 21 CFR Part 11 PR Series Paperless

More information

Milestone Systems Husky Network Video Recorders Product Comparison Chart September 9, 2016

Milestone Systems Husky Network Video Recorders Product Comparison Chart September 9, 2016 Systems Husky Network Video Recorders Product Comparison Chart September 9, 2016 Husky comparison chart Husky NVR series The innovative Husky series of network video recorders (NVRs) delivers fully-integrated,

More information

WAP/ WML : Wireless Protocol wireless protocol

WAP/ WML : Wireless Protocol wireless protocol Device Connectivity Device Connectivity Pervasive computing devices do not develop their full potential unless they are connected to applications and services through the Internet. Device connectivity

More information

Solutions. JavaTM for Embedded Appliances

Solutions. JavaTM for Embedded Appliances Solutions JavaTM for Embedded Appliances JTRON on picojava II TM Electronic Devices Group FUJITSU LIMITED Haruyasu Ito 1 Java TM - Infrastructure for a Connected World BS DTV Broadcasters SOHO Mobile Broadcasters

More information

Squid.link Gateway. The heart of wireless solutions. Bridging multiple wireless protocols. Smart home Energy management Home security Healthcare

Squid.link Gateway. The heart of wireless solutions. Bridging multiple wireless protocols. Smart home Energy management Home security Healthcare Squid.link Gateway The heart of wireless solutions Smart home Energy management Home security Healthcare Bridging multiple wireless protocols Great interoperability Modular platform The Squid.link Gateway

More information

Design and Implementation of Interactive Home Automation System through using Raspberry Pi

Design and Implementation of Interactive Home Automation System through  using Raspberry Pi Design and Implementation of Interactive Home Automation System through E-mail using Raspberry Pi Smita Babaladi 1, Prof.S.S.Shirgan 2 P.G. Student, Department of Electronics and Telecommunication Engineering,

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Friendly ARM MINI2440 & Dalvik Virtual Machine with Android Sangamesh Gama 1 and Manjula C 2 1 Assistant Professor, Department of Computer Science and Engineering, BKIT Bhalki, India 2 Associate Software

More information

Read Me File for Check Point VPN-1 SecureClient For Windows CE (build 0029) 3/30/03

Read Me File for Check Point VPN-1 SecureClient For Windows CE (build 0029) 3/30/03 Read Me File for Check Point VPN-1 SecureClient For Windows CE (build 0029) 3/30/03 Introduction In This Chapter Introduction page 1 What's New page 1 Supported Configuration page 2 Supported Features

More information

Open challenges in ubiquitous and net-centric computing middleware

Open challenges in ubiquitous and net-centric computing middleware Open challenges in ubiquitous and net-centric computing middleware bodhuin/canfora/preziosi/tortorella@unisannio.it RCOST Research Centre On Software Technology University of Sannio Benevento, Italy Thierry

More information

Temperature Measurement and Control System Based on Embedded WEB

Temperature Measurement and Control System Based on Embedded WEB Temperature Measurement and Control System Based on Embedded WEB Limin Cai College of Physics and Information Engineering, Jianghan University Wuhan 430056, China Tel: 86-27-8422-6780 E-mail: cailm@yahoo.cn

More information

Installation Guide Version 6.2

Installation Guide Version 6.2 EV3151 & EV3151A Box IP Camera Installation Guide Version 6.2 etrosales@etrovision.com TEL:+886-2-26551518 2F, Block C, Nan Kang Software Park, 19-5 San-chung Rd., Nan Kang District, Taipei 115, Taiwan

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

M-606 Linux ARM9 Single Board Computer User Guide

M-606 Linux ARM9 Single Board Computer User Guide M-606 Linux ARM9 Single Board Computer User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List... 1

More information

USB for Embedded Device ASHWINI MISHRA

USB for Embedded Device ASHWINI MISHRA USB for Embedded Device ASHWINI MISHRA 200811025 Outline Introduction Why USB History of USB Architecture USB on Embedded systems Future References Introduction USB( Universal Serial Bus) is a specification

More information

DTV for Personalized Mobile Access and Unified Home Control

DTV for Personalized Mobile Access and Unified Home Control DTV for Personalized Mobile Access and Unified Home Control Jianlin Guo, Fernando Matsubara, Johnas Cukier, Haosong Kong Mitsubishi Electric Research Labs, 558 Central Avenue, Murray Hill, NJ 07974, USA

More information

An Extensible Application Platform for Heterogeneous Smart Home Appliances and Mobile Devices

An Extensible Application Platform for Heterogeneous Smart Home Appliances and Mobile Devices An Extensible Application Platform for Heterogeneous Smart and Mobile Devices CHI-HUANG CHIU, HSIEN-TANG LING, PING-JER YEH, SHYAN-MING YUAN Dept. of Computer Science Dept. of C.S.I.E. National Chiao Tung

More information

A smart Home Security system based on ARM9

A smart Home Security system based on ARM9 A smart Home Security system based on ARM9 B. Srinivasa sarma, Dr. P. Sudhakar Reddy, IEEE member Department of Electronics and communications engineering, Sri Kalahastheeswara Institute of Technology,

More information

Scope and Sequence: CCNA Exploration v4.0

Scope and Sequence: CCNA Exploration v4.0 Scope and Sequence: CCNA Exploration v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Exploration courses, LAN Switching and Wireless and Accessing the WAN, are

More information

Disclaimer This presentation may contain product features that are currently under development This overview of new technology represents no commitmen

Disclaimer This presentation may contain product features that are currently under development This overview of new technology represents no commitmen ADV1609BE Any App, Anywhere, Any Device with Blast Extreme Matt Coppinger, VMware John Wilkinson, VMware #VMworld #ADV1609BE Disclaimer This presentation may contain product features that are currently

More information

UA-5200 IIoT Communication Server

UA-5200 IIoT Communication Server UA-5200 Series UA-5200 IIoT Communication Server Features OPC UA Server and MQTT Client Service MQTT Broker Inside AM3354, 1 GHz 256 MB RAM and 512 MB Flash Linux kernel 3.2.14 OS Real-Time Capability

More information

Cirrus Logic Announces New ARM9-Based Embedded Processor Family Press Presentation February 2004

Cirrus Logic Announces New ARM9-Based Embedded Processor Family Press Presentation February 2004 Cirrus Logic Announces New ARM9-Based Embedded Processor Family Press Presentation February 2004 Cirrus provides the most comprehensive selection of ARM9- based embedded processors, with a wide variety

More information

Quiz for Chapter 6 Storage and Other I/O Topics 3.10

Quiz for Chapter 6 Storage and Other I/O Topics 3.10 Date: 3.10 Not all questions are of equal difficulty. Please review the entire quiz first and then budget your time carefully. Name: Course: 1. [6 points] Give a concise answer to each of the following

More information

Standards,Tools & Best Practices Editor: Sumi Helal University of Florida

Standards,Tools & Best Practices Editor: Sumi Helal University of Florida Standards,Tools & Best Practices Editor: Sumi Helal University of Florida helal@cise.ufl.edu Enabling Smart Spaces with OSGi Choonhwa Lee, David Nordstedt, and Sumi Helal Today s pervasive computing spaces

More information

Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar

Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar A. H. W. Goh, Y. S. Yong, C. H. Chan, S. J. Then, L. P. Chu, S. W. Chau, and H. W. Hon International Science Index, Computer

More information

IBM Workplace Client Technology, Micro Edition V5.7 delivers tools and run-times for server-managed client devices

IBM Workplace Client Technology, Micro Edition V5.7 delivers tools and run-times for server-managed client devices Software Announcement July 27, 2004 IBM Workplace Client Technology, Micro Edition V5.7 delivers tools and run-times for server-managed client devices Overview IBM Workplace Client Technology, Micro Edition

More information

Extending the DLNA-based Multimedia Sharing System to P2P Network on OSGi Frameworks

Extending the DLNA-based Multimedia Sharing System to P2P Network on OSGi Frameworks Extending the DLNA-based Multimedia Sharing System to P2P Network on OSGi Frameworks 1,2 Chin-Feng Lai, 3 Min Chen, 4 Athanasios V. Vasilakos, 1,2 Yueh-Min Huang 1 Dept. of Engineering Science, National

More information

AT-501 Cortex-A5 System On Module Product Brief

AT-501 Cortex-A5 System On Module Product Brief AT-501 Cortex-A5 System On Module Product Brief 1. Scope The following document provides a brief description of the AT-501 System on Module (SOM) its features and ordering options. For more details please

More information

Esto. An Eclipse-Based Embedded S/W Development Tool. Heung-Nam Kim Director of Embedded S/W Technology Center

Esto. An Eclipse-Based Embedded S/W Development Tool. Heung-Nam Kim Director of Embedded S/W Technology Center Esto An Eclipse-Based Embedded S/W Development Tool Heung-Nam Kim hnkim@etri.re.kr Director of Embedded S/W Technology Center 1 Embedded S/W Technology Center Outlines! About ETRI! Embedded S/W Technology

More information

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol Hung-Wei Tseng, Shih-Hsien Yang, Po-Yu Chuang,Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Mobile and remote operation for M2M application in upcoming u-manufacturing

Mobile and remote operation for M2M application in upcoming u-manufacturing Journal of Mechanical Science and Technology 22 (2008) 12~24 Journal of Mechanical Science and Technology www.springerlink.com/content/1738-494x Mobile and remote operation for M2M application in upcoming

More information

Research Report. The IBM Wireless Sensor Networking Testbed. Simeon Furrer, Wolfgang Schott, Hong Linh Truong, and Beat Weiss

Research Report. The IBM Wireless Sensor Networking Testbed. Simeon Furrer, Wolfgang Schott, Hong Linh Truong, and Beat Weiss RZ 3634 (# 99644) 10/17/2005 Electrical Engineering 5 pages Research Report The IBM Wireless Sensor Networking Testbed Simeon Furrer, Wolfgang Schott, Hong Linh Truong, and Beat Weiss IBM Research GmbH

More information

SA2WEB24. Central unit module. Benefits. Description

SA2WEB24. Central unit module. Benefits. Description Central unit module Benefits Configurable by software. Home and building automation functions and energy data logging are configurable by software. Spread sheets compatible. All data exports are compatible

More information

INTELLIGENT SOLUTION MANAGING AUTOMATION

INTELLIGENT SOLUTION MANAGING AUTOMATION INTELLIGENT SOLUTION MANAGING AUTOMATION isma is the own brand of Global Control 5 Sp. z o. o. that includes comprehensive solutions for building automation. The possibilities of the offered systems are

More information

Client Server System for e-services Access Using Mobile Communications Networks

Client Server System for e-services Access Using Mobile Communications Networks Client Server System for e-services Access Using Mobile Communications Networks Eugen Pop, Mihai Barbos, and Razvan Lupu Abstract The client server systems using mobile communications networks for data

More information

MYD-IMX28X Development Board

MYD-IMX28X Development Board MYD-IMX28X Development Board MYC-IMX28X CPU Module as Controller Board Two 1.27mm pitch 80-pin SMT Connectors for Board-to-Board Connections 454MHz Freescale i.mx28 Series ARM926EJ-S Processors 128MB DDR2

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON THE ARCHITECTURE OF ANDROID IN SMART PHONES RAVNEET KAUR T. BAGGA 1,

More information

Position-Aware Active Learning Services Based on Connectionless Positioning in Indoor Environment

Position-Aware Active Learning Services Based on Connectionless Positioning in Indoor Environment Position-Aware Active Learning Services Based on Connectionless Positioning in Indoor Environment Li-Der CHOU, Ching-Chao LEE, Ming-Yu LEE, Chun-Yen CHANG Department of Computer Science and Information

More information

Research on Improving performance and Battery Backup of Android Mobile with help of Cyanogen Mod, and latest kernel

Research on Improving performance and Battery Backup of Android Mobile with help of Cyanogen Mod, and latest kernel Research on Improving performance and Battery Backup of Android Mobile with help of Cyanogen Mod, and latest kernel Abstract Tushar G Patil. MCA, Mumbai University Institute of Management & Computer Studies,

More information

Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V AC User s Manual

Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V3.03.07-AC User s Manual i Table of Contents INTRODUCTION 1 1.1 Minimum system requirements 1 1.2 Preparation before setup 2 1.2.1 Setup your PC network 2 1.3 Configuring the

More information

Remote-Controllable Power Outlet System for Home Power Management

Remote-Controllable Power Outlet System for Home Power Management 1634 IEEE Transactions on Consumer Electronics, Vol. 53, No. 4, NOVEMBER 2007 Remote-Controllable Power Outlet System for Home Power Management Chia-Hung Lien, Ying-Wen Bai, and Ming-Bo Lin, Member, IEEE

More information

NV9311P NV9411P. H.265 8/16-CH Embedded Plug & Play Mobile NVR

NV9311P NV9411P. H.265 8/16-CH Embedded Plug & Play Mobile NVR H.265 8/16-CH Embedded Plug & Play Mobile NVR H.265/H.264 8/16CH 8x PoE 4K Display Built-in GNSS Receiver Built-in G-sensor WiFi & LTE Options VIVOTEK s / is a mobile NVR designed for transportation surveillance

More information

Embest SOC8200 Single Board Computer

Embest SOC8200 Single Board Computer Embest SOC8200 Single Board Computer TI's AM3517 ARM Cortex A8 Microprocessors 600MHz ARM Cortex-A8 Core NEON SIMD Coprocessor POWERVR SGX Graphics Accelerator (AM3517 only) 16KB I-Cache, 16KB D-Cache,

More information

Design and Implementation of Embedded Bluetooth Multicast System

Design and Implementation of Embedded Bluetooth Multicast System Design and Implementation of Embedded Bluetooth Multicast System T. Yashoda Vani #1, S. Srinivasa Rao *2, G. S. Kedarnath #3 # 1 Student,Dept of ECE, Aurora s Technological and Research Institute, Hyderabad.

More information

Milestone Systems. XProtect VMS 2018 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+

Milestone Systems. XProtect VMS 2018 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Milestone Systems XProtect VMS 2018 R2 System Architecture Document XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Contents Introduction... 6 Target audience and purpose...

More information

Memory Systems IRAM. Principle of IRAM

Memory Systems IRAM. Principle of IRAM Memory Systems 165 other devices of the module will be in the Standby state (which is the primary state of all RDRAM devices) or another state with low-power consumption. The RDRAM devices provide several

More information

Developing Mission Critical Products with Digi i.mx53 Module

Developing Mission Critical Products with Digi i.mx53 Module Webinar Developing Mission Critical Products with Digi i.mx53 Module September 2013 Rev B Paolo Chiarlone Senior Sales Engineer Hello I am. Pleased to meet you Digi International M2M Solutions Expert Profitable,

More information

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7.

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7. USER MANUAL MODEL: VIA IT Deployment Guide for Firmware 2.3 P/N: 2900-300631 Rev 7 www.kramerav.com Contents 1 Introduction 1 1.1 User Experience 2 1.2 Pre-Deployment Planning 2 2 Connectivity 3 2.1 Network

More information

NETWORK SIMULATION USING NCTUns. Ankit Verma* Shashi Singh* Meenakshi Vyas*

NETWORK SIMULATION USING NCTUns. Ankit Verma* Shashi Singh* Meenakshi Vyas* NETWORK SIMULATION USING NCTUns Ankit Verma* Shashi Singh* Meenakshi Vyas* 1. Introduction: Network simulator is software which is very helpful tool to develop, test, and diagnose any network protocol.

More information

An Embedded Firewall Based on Network Processor

An Embedded Firewall Based on Network Processor An Embedded Firewall Based on Network Processor Quan Huang, Shengke Qiu Research Institute of Information Technology (RIIT), Tsinghua University Beijing 100084, China {huangq03, qsk03}@mails.tsinghua.edu.cn

More information

Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii

Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii P. Sai Chaitanya & T. Sandeep ECE Department, Varadha Reddy College of Engineering, Hasanparthy,

More information

Self-Sensing Spaces: Smart Plugs For Smart Environments

Self-Sensing Spaces: Smart Plugs For Smart Environments Self-Sensing Spaces: Smart Plugs For Smart Environments Hicham Elzabadani, Abdelsalam (Sumi) Helal, Bessam Abdulrazak and Erwin Jansen Computer and Information Science and Engineering Department University

More information

Implementation of a wireless energy management and safety system

Implementation of a wireless energy management and safety system International Journal of Smart Grid and Clean Energy Implementation of a wireless energy management and safety system Cheng-Chien Kuo a, Han-Ching Lin b a Saint John s University, 499, Sec. 4, Tamking

More information

Leverage Rational Application Developer v8 to develop OSGi application and test with Websphere Application Server v8

Leverage Rational Application Developer v8 to develop OSGi application and test with Websphere Application Server v8 Leverage Rational Application Developer v8 to develop OSGi application and test with Websphere Application Server v8 Author: Ying Liu cdlliuy@cn.ibm.com Date: June,29 2011 2010 IBM Corporation THE INFORMATION

More information

Embedded Hardware and OS Technology Empower PC-Based Platforms

Embedded Hardware and OS Technology Empower PC-Based Platforms Embedded Hardware and OS Technology Empower PC-Based Platforms The modern embedded computer is a jack of all trades appearing in many forms Written by: Hector Lin, Advantech Corporation, Industrial Automation

More information

An integrated, flexible, and Internet- based control architecture for home automation system in the Internet Era

An integrated, flexible, and Internet- based control architecture for home automation system in the Internet Era An integrated, flexible, and Internet- based control architecture for home automation system in the Internet Era Neng-Shiang Liang, Li-Chen Fu, Chao-Lin Wu lichen@csie.ntu.edu.tw Department of Computer

More information

StreetWise IoT Solutions

StreetWise IoT Solutions VIA Smart Cities StreetWise IoT Solutions With the rapid development of the Internet of Things, cloud computing, and the mobile internet as well as smart transportation and power grids, the promise of

More information

Features and Benefits. Certifications

Features and Benefits. Certifications MiiNePort E1 Series 10/100 Mbps embedded serial device servers Features and Benefits Same size as an RJ45 connector only 33.9 x 16.25 x 13.5 mm Extremely low power consumption Uses the MiiNe, Moxa s second-generation

More information