DPWSim: A Devices Profile for Web Services (DPWS) Simulator
|
|
|
- Janice Heath
- 10 years ago
- Views:
Transcription
1 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 1 DPWSim: A Devices Profile for Web Services (DPWS) Simulator Son N. Han, Student Member, IEEE, Gyu Myoung Lee, Senior Member, IEEE, Noel Crespi, Senior Member, IEEE Nguyen Van Luong, Student Member, IEEE, Kyoungwoo Heo, Mihaela Brut, and Patrick Gatellier Abstract The Devices Profile for Web Services (DPWS) standard enables the use of Web services for resource-constrained devices, main components of the Internet of Things (IoT). DPWS can power the next generation of IoT applications connecting millions of networked devices and services on the Web. This article presents a simulator, called DPWSim, to support the use of this technology. DPWSim featuring secure messaging, dynamic discovery, service description, service invocation, and publishsubscribe eventing can be used to prototype, develop, and test products in terms of DPWS communication protocols. It can also support the collaboration between manufacturers, developers, and designers during the new product development process. Keywords Internet of Things, DPWS, Web Service, Simulation. I. INTRODUCTION The Internet of Things (IoT) aims to connect millions of physical objects to the Internet by which to power the next generation of Web applications over these networked devices. One of the recent approaches is to use Web service to seamlessly integrate device functionalities into the Web by using OASIS standard Devices Profile for Web Services (DPWS) [1], [2]. DPWS enables secure Web service capabilities on resourceconstrained devices. It has an architectural concept similar to the Web Service Architecture [3] but different in several ways to better fit in resource-constrained environments and event-driven scenarios. DPWS uses Web Service Description Language (WSDL) [4] and Simple Object Access Protocol (SOAP) [5] to describe and communicate device services; but it does not require any central service registry such as Universal Description, Discovery and Integration [6] for service discovery. Instead, it relies on SOAP-over-UDP [7] binding and UDP multicast to dynamically discover services. DPWS has a publish/subscribe eventing mechanism for clients to subscribe for device events, e.g., a device switch is on/off. When an event occurs, notifications are delivered to subscribers via separate TCP connections. Son N. Han and Noel Crespi are with the Department of Wireless Networks and Multimedia Services, Telecom SudParis, Institut Mines-Telecom, Evry, France ( {son.han, noel.crespi}@it-sudparis.eu). Gyu Myoung Lee is with the School of Computing and Mathematical Sciences, Liverpool John Moores University, Liverpool, UK ( [email protected]). Nguyen Van Luong is with Percevio, Paris, France ( [email protected]). Kyoungwoo Heo is with Electronics and Telecommunications Research Institute, Daejeon, Korea ( [email protected]). Mihaela Brut and Patrick Gatellier are with Theresis Innovation Center, Thales Services S.A., Palaiseau, France ( {mihaela.brut, patrick.gatellier}@thalesgroup.com) Copyright (c) 2012 IEEE. Personal use of this material is permitted. However, permission to use this material for any other purposes must be obtained from the IEEE by sending a request to [email protected]. DPWS is the key technology in several projects under European research and development (R&D) initiatives of Information Technology for European Advancement (ITEA) and Framework Programme (FP) such as ITEA SIRENA, ITEA SODA, FP7 SOCRATES, and FP7 IMC-AESOP. These projects have contributed to the standard specification and successfully released a number of DPWS implementations to foster the adoption of the DPWS technology. However, there are currently very few development tools supporting the technology. We therefore have developed DPWSim, a simulator for DPWS standard to help users to prototype, develop, and test their applications during the development process. DPWSim mimics all the protocol features of DPWS to provide an efficient way to interact with DPWS compatible devices. Key features of DPWSim are: (1) DPWS Protocols Simulation - SOAP Envelop messages and mechanisms such as discovery, service invocation, and eventing are all compliant with DPWS specifications; (2) Graphical User Interface (GUI) - An elegant and intuitive graphical interface is a key to accelerate the development process; (3) Platform Independence - DPWSim is written in Java programming language and can run on any machine equipped with Java Virtual Machine; and (4) Flexibility - There are several ways to define a new DPWSim device ranging from manually creating, importing from a file to automatically generating from a physical device. The remainder of the article is organized as follows. Section II summarizes DPWS technology. Section III presents DPWSim core components and functionalities followed by Section IV about use cases. Section V exhibits the experiment results of DPWSim, and Section VI concludes the article. II. DEVICES PROFILE FOR WEB SERVICES DPWS was debuted in 2004 by a consortium led by Microsoft and became an integrated part of Microsoft s Windows Vista and Windows Rally (a group of technologies from Microsoft intended to simplify the setup and maintenance of wired and wireless networked devices). DPWS defines a set of implementation constraints to provide a secure and effective mechanism for describing, discovering, messaging and eventing of services for resource-constrained devices. Many technology giants such as ABB, SAP, Schneider Electric, Siemens, and Thales have participated in several Enropean R&D projects and standardization activities related to the DPWS technology. Result of the ITEA SIRENA project is now available in the Web Service for Devices initiative [8] providing an open-source implementation of DPWS with four
2 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 2 DPWS stacks having been implemented and verified: WS4DgSOAP, WS4D-uDPWS, WS4D-JMEDS, and WS4D-Android. There are two types of services in DPWS: hosting service and hosted service. The former is a special service representing a device to participate in discovery, and to describe other services hosted in it. These services present the functionalities of each device and are called hosted services. DPWS uses SOAP, WS-Addressing [9], and MTOM/XOP [10] for messaging and supports SOAP-over-HTTP and SOAP-over-UDP bindings. It uses WS-Discovery [11] for discovering a hosting service (device), and WSDL to describe the hosted service (device service). It uses Web Services Metadata Exchange (WS-MetadataExchange) [12] to define metadata about the device, Web Services Policy [13] to define a policy assertion to indicate the compliance of the device with DPWS, and WS-Transfer [14] to retrieve service description and metadata information about the device. In addition to the standardization effort of DPWS, many studies have been carried out to deal with several DPWS technical issues and scenarios. It has been shown that DPWS is a promising technology to seamlessly integrate device functionalities and events into existing resources, services, and applications on the Web. DPWS thus far has been widely used in automation industry, home entertainment, and automotive systems [15] and also applicable for enterprise integration [16]. Encoding and compression issues are discussed and preliminarily put under a careful consideration to improve the performance of SOAP messages in DPWS [17]. Experiments on WS4D-uDPWS stack show that DPWS is able to be implemented into (even) highly resource-constrained devices such as sensor nodes with reasonable ROM footprints [18]. The scalability of service deployment was first exploited in [19] showing a prototype for a dynamic and scalable deployment of DPWS devices. One of the important issues in IoT, the integration of DPWS into IPv6 infrastructure and 6LoWPAN, has been also well investigated in many studies such as [20] and [21]. Han et al. propose an extension of DPWS standard by using a REST proxy to provide RESTful Web APIs to developers [22]. The latest version of WS4D-JMEDS offers the use of private keys to encrypt SOAP messages. In addition, real applications adopting DPWS technology have started to gain attention such as the DPWS-based semantic building automation system presented in [23]. III. DPWSIM: A DPWS SIMULATOR DPWSim is a cross-platform simulator of the DPWS standard. It supports the development of IoT applications using DPWS; DPWSim is based on WS4D-JMEDS [8], the Java implementation of DPWS. The core function of DPWSim is to simulate the DPWS protocols by generating DPWS messages and its communication messaging patterns. It simulates DPWS devices, called DPWSim devices, which can be discovered on the network and can communicate with other devices or clients via DPWS protocols. Besides, it also simulates environments where DPWSim devices reside in. DPWSim provides many simulation tools for users to create, manage, store, and load simulations with high flexibility. DPWSim GUI Fig. 1. A home space contains three devices: a generic DPWSim device (blue button), a light bulb, and a coffee maker. A stand-alone device (space with only one device) is a light bulb. that is based on Java Swing [24] is quite intuitive and easy to use. DPWSim helps developers to prototype, develop, and test DPWS functionalities. The following sub-sections describe the simulation model, core components, functionalities, usage scenarios, and GUI of the simulator. A. Simulation Model DPWSim simulates the DPWS devices by modeling them as services that operate according to the input of sensing data (e.g., environmental temperature provided by users) and communication data (e.g., service invocation commands sent from clients). We use a number of hardware including IBM PCs, Raspberry Pi, and Telos B sensor nodes to build reallife devices such as thermostats, motion detectors, and TVs to record how these devices work in several scenarios in order to mimic their behaviors in the simulator. DPWSim builds simulated devices regarding all layers of the TCP/IP networking model [25]. At the network interface layer, the reliable Ethernet link of the host machine is considered to focus on the DPWS protocol messages and mechanisms rather than physical issues (e.g., radio interference). At application layer, each DPWSim device is modeled as a list of services (events and operations) binding to an IP address (internet layer) over UDP (transport layer). Events happen periodically after an interval of time or manually via user interaction; operations are software components receiving input, processing it, and producing output (with its status updated and sent to the invoker). On top of that, device status and outputs of events/operations are modeled as graphical representations. When it comes to modeling and simulating real DPWS systems, DPWSim can support steps involving modeling, designing experiment, and performing analysis of the discrete-event simulation [26]. B. DPWSim Components DPWSim has four basic components namely Spaces, Devices, Operations, and Events. A space contains several devices; each device has a list of operations and events.
3 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 3 Fig. 2. DPWSim GUI components: a dialog window (Linux OS), a menu bar (Mac OS), and a context menu (Windows OS). Spaces: A space is a virtual environment representing a real-life setting in which DPWSim devices reside in. It can be a home, an office, a train station, a public space, or simply a stand-alone device. Fig. 1 illustrates a home space containing three devices and a stand-alone device. Devices: A device refers to both DPWS hosting service and hosted service. Since these two kinds of services, in reality, share similar characteristics, they are used interchangeably in DPWSim for simulation purpose. It contains two different endpoint addresses used for each type of services. For example, when taking part in the discovery, it uses the device endpoint address; when invoking an operation, it uses the service endpoint address. Operations: Each device contains a list of operations carrying out device functionalities such as switching on and off based on commands received from clients. These operations are described in WSDL descriptions and can be retrieved via service endpoint addresses. Each output of an operation is represented by a graphical status, for example, the light bulb in Fig. 1 will be changed to off status when the corresponding operation is successfully invoked by a client. Events: An event, similar to an operation, is used for a device functionality related to changes in device state. When the device state changes (or an event happens), it notifies subscribed clients by sending notification messages. An event can happen periodically (i.e., it happens frequently after an interval of time such as sensing CO2 level every 15 minutes) or manually (i.e., it is invoked by users). This property can be set in the Device Control Panel as shown in Fig. 2. C. DPWSim Core Functionalities DPWSim provides simulation tools to help researchers and developers to build IoT applications consuming DPWS services. DPWSim can support users to create virtual environments from a simple to a complex one, even a graphicallyrich interface like in the Fig. 5 with the aid of external computer graphics software and design skills. DPWSim acts as a dynamic mediator to generate different types of simulation meanwhile maintaining the DPWS functionalities. New Space/Stand-alone Device: There are two options for creating a virtual environment: stand-alone device and space. These functions can be accessed through File menu or keyboard shortcuts. A space is a composite environment to host several devices. It is created by using a plan image such as office, home, and airport. A stand-alone device is simply a DPWSim device with a hosted service containing operations and events. This kind of virtual environment can be stored in file and re-used in other virtual environments. New Device: Devices can be created by several ways, each is associated with a submenu of the Device menu in DPWSim: Add New (new user-customized devices), Add Predefined (preconfigured devices by DPWSim), Add From File (importing device from saved device description), and Genereate from Physical Device (creating new device by mapping functionalities from a real device to a simulated one). Users can further customize physical device properties to fit a new device. This capability is especially useful when developers want to focus on designing the business logic of an IoT application rather than the physical performance of devices. Device Management: Once a device has been created within a virtual environment or as a stand-alone device, it can be queried for DPWS information, re-located, deleted, or saved for future uses. Similarly, a virtual environment including its devices can be saved in the file system for being shared among co-workers. Device services can be changed once created through the Device Control Panel associated to each device as shown in the Fig. 2. It provides an important approach for developers to change device functionalities during the development process without re-creating the device. D. Usage Scenarios DPWSim can be used in different phases in the development process of DPWS products and systems. In general, it can be used in three scenarios Scenario one - Product Integrating: Device manufacturers can pre-provide the DPWSim-compatible *.dpws file that describes functionalities of upcoming devices to developers. It enables them to test these devices in their real IoT applications before the official release of these products. Scenario two - Product Protyping: Developers can prototype new devices and new functionalities based on their application requirements without going through the complex manufacturing process. The final design then can be transferred to the manufacturer to work on it. Scenario three - Resources Sharing: This scenario describes the situation when several teams, at the same time, develop different modules over the same devices. To solve the problem
4 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 4 Fig. 3. DPWS Explorer discovers a DPWSim device TerraceLight containing an event MotionDetection and an operation Switch. The green icon next to the MotionDetection event indicates that DPWS Explorer is subscribing to the event; once the event occurs, DPWS Explorer will receive the notification, e.g., Object detected. and speed up the development process, a new set of simulated devices is generated by DPWSim to share among developers. The simulation can also be used for demonstration purpose without the loss of the accuracy. Fig. 4. A user can turn on the light bulb KitchenLight by invoking its SwitchOn operation via the smartphone Web interface of DPWSim Web. E. Graphical User Interface DPWSim GUI is built on lightweight Java Swing with a high level of flexibility and the inherent ability to override native host operating system (OS) UI controls. Swing components do not have corresponding native OS GUI components, and every component is free to render itself in any way possible within the underlying graphics GUIs. DPWSim GUI is intuitive to users with the dialog/menu/context menu system. Fig. 2 shows some snapshots of DPWSim GUI in different platforms: Windows OS, Linux OS, and Mac OS. IV. DPWSIM USE CASES DPWSim has been used in several environments such as DPWS Explorer [8], a Web application, a testbed, and in a number of DPWS studies. The following parts explain each of these experiments on DPWSim and information about the development process. DPWS Explorer: DPWS Explorer is an analyzing tool for DPWS compliant services. It visualizes various aspects of both hosting and hosted services like metadata or message exchange and provides capabilities to call or subscribe to device services and events. It is used to preview DPWS services during the development process. DPWSim devices can be discovered, their operations can be invoked, and their events can be subscribed from DPWS Explorer. Fig. 3 shows how DPWS Explorer retrieves data and interacts with a DPWSim device. DPWSim Web: DPWSim Web is a small Web application included in the release of DPWSim to illustrate an use case when a Web application interacts with DPWSim devices. It is a Java Web application running on Apache Tomcat application. It can discover available DPWS devices on the network and retrieve their metadata. Following these data, users can invoke device operations to carry out their tasks. Fig. 4 shows DPWSim Web via its smartphone interface to invoke an operation of a light bulb device KitchenLight. Users Fig. 5. A virtual home hosting several DPWS devices is designed using DPWSim with the help of a 3D artist (Sa Hoang from École Nationale Supérieure d Architecture de Paris La Villette - ENSAPLV). can switch the light bulb on or off from the Web interface by clicking on the buttons. Research Projects: DPWSim has been used within ITEA Web of Objects (WoO) project ( to support the development of an incident management scenario for testing the contextual object collaboration. DPWSim has been used throughout the development to describe the common interface for the cooperation between devices upon the assigned rights and specific rules imposed in the whole system. An example of the home environment created for the project is shown in Fig. 5. The home consists of several DPWS devices such as a TV, lamps, and a coffee maker. With the help of a 3D artist, it provides an elegant simulation using DPWS protocols. Besides, DPWSim has been thus far used in several IoT studies such as the semantic building automation system [23], social device networking [27], and REST proxy for DPWS [22]. DPWSim is hosted by WoO project and its source code is maintained on a GitHub repository (
5 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 5 1 V. DPWSIM EXPERIMENTS We carry out experiments to evaluate the performance and the compliance of DPWSim to the standard specification by exploring the messaging patterns and exchange messages between DPWSim and clients (e.g., DPWS Explorer) Specifically, the experiments cover following protocols: messaging, dynamic discovery, service description, service invocation, and publish-subscribe eventing. We also evaluate CPU and RAM usages of DPWSim on its host machine. A. Experiment Setup A local network is set up with two hosts: a Linux machine with DPWSim and a Windows machine with DPWS Explorer (DPWS client or consumer). DPWSim hosts 10 simulated light devices; each consists of a light bulb, a switch, and a motion sensor (e.g., Passive Infrared) and provides a lighting service that has an operation Switch and an event MotionDetection. The former is to switch the light bulb on or off; the latter is to notify the subscribed clients about the presence of an object. A packet analyzer Wireshark 1 is deployed on the same machine with DPWS Explorer to track DPWS messages. B. Messaging DPWS promotes both interoperability between resourceconstrained Web service implementations and interoperability with more flexible client implementations where messages exchanged over the network are SOAP compliant. Exchange messages for DPWS protocols always include SOAP Envelop and transport framing information such as HTTP headers, TCP headers, and IP headers. Listing 1 is a typical SOAP Envelop header of a DPWS message (Hello message) generated by DPWSim, which is compliant with DPWS specifications. It complies DPWS, SOAP Envelop, and WS-Addressing namespaces and has a Universally Unique Identifier (RFC 4122) as urn:uuid:eb6ae010-d47c-11e d ad8. 2 <s 1 2 : E n v e l o p e xmlns:dpws= h t t p : / / docs. o a s i s open. org / ws dd / ns / dpws / / x m l n s : s 1 2 = h t t p : / /www. w3. org / / 0 5 / soap e n v e l o p e xmlns:wsa = h t t p : / /www. w3. org / / 0 8 / a d d r e s s i n g 4 xmlns:wsd = h t t p : / / docs. o a s i s open. org / ws dd / ns / d i s c o v e r y / / 0 1 > 5 <s 1 2 : H e a d e r> 6 <w s a : A c t i o n>h t t p : / / docs. o a s i s open. org / ws dd / ns / d i s c o v e r y / / 0 1 / H e l l o 7 </ w s a : A c t i o n> 8 <wsa:messageid>u r n : u u i d : e b 6 a e d47c 11e d ad8 9 </ wsa:messageid> 10 <wsa:to>u r n : d o c s o a s i s open org:ws d d : n s : d i s c o v e r y : : 0 1</ wsa:to> 11 <wsd:appsequence I n s t a n c e I d = MessageNumber= 1 /> 13 </ s 1 2 : H e a d e r> </ s 1 2 : E n v e l o p e> Listing 1. SOAP Envelop header 1 Fig. 6. Sizes of the main DPWS exchange messages in DPWSim with multicast Hello, Bye, unicast Probe, ProbeMatch and others in the request/response. There are several types of messages in DPWS including Hello, Bye, Probe, ProbeMatch, Get Metadata Device (WS- Transfer Get), Get Metadata Service (WS-MetadataExchange GetMetadata), Event Subscription (HTTP POST), and Operation Invocation (HTTP POST), which are frequently exchanged over the network for dynamic discovery, service description, service invocation, and publish-subscribe eventing. DPWSim strictly follows messaging specification for the communication between clients and simulated devices. Fig. 6 shows the size of DPWS messages captured by the Wireshark analyzer. 1 <dpws: Host> 2 <w s a : E n d p o i n t R e f e r e n c e> 3 <wsa: Address> 4 u r n : u u i d : 1 c 6 8 c f e 0 d475 11e3 803f d ad8 5 </ wsa: Address> 6 </ w s a : E n d p o i n t R e f e r e n c e> 7 <dpws:types xmlns:wsdp= h t t p : / / schemas. xmlsoap. org / ws / / 0 2 / d e v p r o f x m l n s : i 1 = h t t p : / / telecom s u d p a r i s. eu > 8 dpws: Device wsdp: Device i1:dpwsim 9 </ dpws: Types> 10 </ dpws: Host> <dpws: Hosted> 13 <w s a : E n d p o i n t R e f e r e n c e> 14 <wsa: Address> 15 h t t p : / / :4567 / D Service 16 </ wsa: Address> 17 </ w s a : E n d p o i n t R e f e r e n c e> 18 <dpws:types x m l n s : i 5 4 = h t t p : / / telecom s u d p a r i s. eu > 19 i 5 4 : e v e n t s i 5 4 : o p e r a t i o n s 20 </ dpws: Types> 21 <d p w s : S e r v i c e I d> 22 G e n e r i c S e r v i c e 23 </ d p w s : S e r v i c e I d> 24 </ dpws: Hosted> Listing 2. Endpoint address of a hosting service and its hosted service According to OASIS DPWS specification, a service must at least support WS-Addressing. If a device does not include a transport specific address in Hello or Probe Match messages,
6 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 6 Fig. 7. Discovery time of one to ten DPWSim devices in three scenarios: discovery only (Discovery), discovery and get device metadata (Metadata Device), and discovery and get service metadata (Metadata Service). the network independent address can be resolved by a UDP multicast Resolve message. The response is a Resolve Match send unicast through UDP. After finding the transport specific address of a device, the hosted services on the device can be queried. Listing 2 shows endpoint addresses of hosting and hosted services from one DPWSim device. C. Discovery The dynamic discovery feature of DPWS is based on WS- Discovery and SOAP-over-UDP specifications with several messages exchanged in the network including Probe, Hello, Resolve, Device Metadata, and Service Metadata. In the first phase of discovery, multicast Probe and Resolve messages are sent to the network to discover the target device. After the device is discovered, messages are sent to retrieve device metadata and service metadata before actual communication happens. DPWSim devices also join/leave the network with Hello/Bye messages and use the same mechanism for discovering devices. Fig. 7 shows the discovery time of a number of DPWSim devices (randomly created) between one and ten in three cases: discovery only, discovery and get device metadata, and discovery and get service metadata. D. Description Service description plays an important role in providing access to a service. Service description in DPWS involves device (hosting service) metadata, relationship with its hosted services, each hosted service WSDL, and WS-Policy. A DPWS client retrieves the device description in form of the XML representation by sending a WS-Transfer Get to the device (hosting service). The response metadata contains characteristics of the device and topology information relating the device to its hosted services. Similarly, the client may also retrieve metadata for individual hosted services by sending a WS-MetadataExchange GetMetadata. WSDL describes the messages a hosted service is capable of receiving and sending. Through WS-Policy, description conveys the capabilities and requirements of a hosted service, particularly the transports over which it may be reached and its security capabilities. 1 DPWSim automatically includes these descriptions in each simulated device, which can be retrieved through any client using DPWS message exchange pattern. Listing 3 from a DP- WSim device expresses device metadata that are typically fixed across all devices of the same model from their manufacturer based on dpws:thismodel metadata. 2 <dpws: ThisModel> 3 <d p w s : M a n u f a c t u r e r x m l : l a n g = en US >Telecom S u d P a r i s 4 </ d p w s : M a n u f a c t u r e r> 5 <d p w s : M a n u f a c t u r e r U r l>h t t p : / / telecom s u d p a r i s. eu / 6 </ d p w s : M a n u f a c t u r e r U r l> 7 <dpws:modelname x m l : l a n g = en EN >G e n e r i c D e v i c e 8 </ dpws:modelname> 9 <dpws:modelnumber>1</ dpws:modelnumber> 10 <dpws:modelurl>h t t p : / / telecom s u d p a r i s. eu /</ dpws: ModelUrl> 11 <d p w s : P r e s e n t a t i o n U r l>h t t p : / / telecom s u d p a r i s. eu / 12 </ d p w s : P r e s e n t a t i o n U r l> 13 </ dpws: ThisModel> Listing 3. Device metadata described with dpws:thismodel E. Service Invocation Service invocation is the frequent communication between clients and DPWS devices. Listing 4 and 5 illustrate a HTTP request and a response message to invoke an operation from a DPWSim device. The message structure is compliant with SOAP Envelope and WS-Addressing. The request is a HTTP POST with header including endpoint address of the service and content-type of application/soap+xml. The body of the request is a SOAP Envelope containing the service information. The response is a typical successful HTTP response of code 200 including the return value from the operation. These listings also play as guidelines for developers to handle DPWS communication in any programming language and platform. 1 POST / D Service HTTP / t e : t r a i l e r s 3 user a g e n t : JMEDS HTTP C l i e n t 4 h o s t : : c o n t e n t l e n g t h : c o n t e n t t y p e : a p p l i c a t i o n / soap +xml 7 8 <? xml v e r s i o n = 1. 0 e n c o d i n g = UTF 8?> 9 <s 1 2 : E n v e l o p e xmlns:dpws= h t t p : / / docs. o a s i s open. org / ws dd / ns / dpws / / x m l n s : s 1 2 = h t t p : / /www. w3. org / / 0 5 / soap e n v e l o p e xmlns:wsa = h t t p : / /www. w3. org / / 0 8 / a d d r e s s i n g > 11 <s 1 2 : H e a d e r> 12 <w s a : A c t i o n>h t t p : / / telecom s u d p a r i s. eu / o p e r a t i o n s / s w i t c h</ w s a : A c t i o n> 13 <wsa:messageid>u r n : u u i d : d504 11e3 bf6a 6eabe38b </ wsa:messageid> 15 <wsa:to>h t t p : / / :4567 / D Service</ wsa:to> 16 </ s 1 2 : H e a d e r> 17 <s12: Body> 18 <i : p a r a m x s i : t y p e = x s : s t r i n g x m l n s : i = h t t p : / / telecom s u d p a r i s. eu 19 x m l n s : x s = h t t p : / /www. w3. org / / XMLSchema x m l n s : x s i = h t t p : / /www. w3. org / / XMLSchema i n s t a n c e >on</ i : p a r a m>
7 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 7 20 </ s12: Body> 21 </ s 1 2 : E n v e l o p e> Listing 4. Operation Invocation Request 1 HTTP / OK 2 T r a n s f e r E n c o d i n g : chunked 3 D a t e : Tue, 6 May : 5 3 : 3 0 GMT Content Type: a p p l i c a t i o n / soap +xml 5 6 <? xml v e r s i o n = 1. 0 e n c o d i n g = UTF 8?> 7 <s 1 2 : E n v e l o p e xmlns:dpws= h t t p : / / docs. o a s i s open. org / ws dd / ns / dpws / / x m l n s : s 1 2 = h t t p : / /www. w3. org / / 0 5 / soap e n v e l o p e xmlns:wsa = h t t p : / /www. w3. org / / 0 8 / a d d r e s s i n g > 9 <s 1 2 : H e a d e r> 10 <w s a : A c t i o n>h t t p : / / telecom s u d p a r i s. eu / o p e r a t i o n s / s w i t c h R e s p o n s e 11 </ w s a : A c t i o n> 12 <w s a : R e l a t e s T o>u r n : u u i d : d504 11e3 bf6a 6eabe38b </ w s a : R e l a t e s T o> 14 </ s 1 2 : H e a d e r> 15 <s12: Body> 16 <i 5 3 : r e p l y x m l n s : i 5 3 = h t t p : / / telecom s u d p a r i s. eu > i t s on</ i 5 3 : r e p l y> 17 </ s12: Body> 18 </ s 1 2 : E n v e l o p e> Listing 5. Operation Invocation Response F. Eventing DPWS has a mechanism for clients to subscribe for device events, e.g., alerts raised by the increasing of the temperature below a specific value, or human presence detected by a video camera. Events are state changes in the device and can be delivered to clients based on the concepts of delivery mode and eventing filter. The former defines how an event is delivered and the latter defines which events are delivered to a client. The PUSH delivery mode defined in DPWS uses for event delivery separated TCP connections to each subscriber. Table I shows details about three types of exchange messages involving eventing mechanism in DPWSim: Subscription, Unsubscription, and Notification. TABLE I. DPWSIM EVENTING MESSAGES Type Request Response Total [byte] [byte] [byte] Subscription wse:subscribe Unsubscription wse:unsubscribe Notification NA Namespace xmlns:wse= G. CPU and Memory Usage The Linux machine hosting DPWSim for the experiment has Intel (R) Core(TM) 2 Duo CPU U GHz and 2M RAM. Fig. 8 shows the percentage of RAM and CPU consumed by DPWSim with the number of devices between 0 to 10. The CPU usage is measured when the most frequent communication between the client and DPWSim devices, Fig. 8. DPWSim RAM and CPU usage on a Linux Machine of Intel (R) Core(TM) 2 Duo CPU U GHz and 2M RAM. invoking a service, takes place. The client sends 1-10 concurrent invocation requests to simulated devices. We observe an approximate linear increase in the CPU usage when the number of requests increases from 1 to 10, consuming up to 14 percent of the host machine CPU. VI. CONCLUSION DPWSim is a cross-platform software simulator providing the simulation of DPWS standard. The simulation automatically generates DPWS messages and follows message exchanges pattern in DPWS communication. It can be a transparent, dynamic, and efficient channel between manufacturers and developers for speeding up the development of IoT applications using DPWS technology. To boost the adoption of DPWSim in R&D and industrial context, more experiments with complex scenario, such as dynamic generation of simulated devices, will be further accomplished. REFERENCES [1] S. N. Han, G. M. Lee, N. Crespi, V. L. Nguyen, H. Kyoungwoo, M. Brut, and P. Gatellier, DPWSim: A Simulation Toolkit for IoT Applications Using Devices Profile for Web Services, in IEEE World Forum on Internet of Things (WF-IoT), Mar. 2014, pp [2] Devices Profile for Web Services, OASIS Standard, Jul [3] Web Services Architecture, W3C Working Group Note, Feb [4] Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language, W3C Recommendation, Jun [5] D. Box, D. Ehnebuske, G. Kakivaya, A. Layman, N. Mendelsohn, H. F. Nielsen, S. Thatte, and D. Winer, Simple Object Access Protocol (SOAP) 1.1, W3C Note, May [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] T. Cucinotta, A. Mancina, G. Anastasi, G. Lipari, L. Mangeruca, R. Checcozzo, and F. Rusina, A Real-Time Service-Oriented Architecture for Industrial Automation, IEEE Trans. Ind. Informat., vol. 5, no. 3, pp , 2009.
8 IEEE INTERNET OF THINGS JOURNAL - HAN et al.: DPWSIM: A DPWS SIMULATOR 8 [16] P. Spiess, S. Karnouskos, D. Guinard, D. Savio, O. Baecker, L. Souza, and V. Trifa, SOA-based Integration of the Internet of Things in Enterprise Services, in IEEE Int. Conf. on Web Services (ICWS), 2009, pp [17] G. Moritz, D. Timmermann, R. Stoll, and F. Golatowski, Encoding and Compression for the Devices Profile for Web Services, in IEEE Int. Conf. on Advanced Information Networking and Applications Workshops (WAINA), 2010, pp [18] C. Lerche, N. Laum, G. Moritz, E. Zeeb, F. Golatowski, and D. Timmermann, Implementing powerful Web Services for highly resourceconstrained devices, in IEEE Int. Conf. on Pervasive Computing and Communications Workshops, 2011, pp [19] X. Yang and X. Zhi, Dynamic Deployment of Embedded Services for DPWS-enabled Devices, in Int. Conf. on Computing, Measurement, Control and Sensor Network (CMCSN), 2012, pp [20] G. Moritz, F. Golatowski, C. Lerche, and D. Timmermann, Beyond 6LoWPAN: Web Services in Wireless Sensor Networks, IEEE Trans. Ind. Informat., vol. 9, no. 4, pp , Nov [21] I. Samaras, G. Hassapis, and J. Gialelis, A Modified DPWS Protocol Stack for 6LoWPAN-Based Wireless Sensor Networks, IEEE Trans. Ind. Informat., vol. 9, no. 1, pp , Feb [22] S. N. Han, S. Park, G. M. Lee, and N. Crespi, Extending the Device Profile for Web Services (DPWS) Standard using a REST Proxy, IEEE Internet Comput., 2014, Forthcoming. [23] S. N. Han, G. Lee, and N. Crespi, Semantic Context-Aware Service Composition for Building Automation System, IEEE Trans. Ind. Informat., vol. 10, no. 1, pp , Feb [24] J. Elliott, R. Eckstein, M. Loy, D. Wood, and B. Cole, Java Swing. O Reilly, [25] D. E. Comer, Internetworking with TCP/IP: Principles, Protocol, and Architectures. Prentice Hall, [26] B. L. Nelson, J. S. Carson, and J. Banks, Discrete-Event System Simulation. Prentice hall, [27] D. Hussein, S. N. Han, X. Han, G. M. Lee, and N. Crespi, A Framework for Social Device Networking, in IEEE Int. Conf. on Distributed Computing in Sensor Systems (DCOSS), May 2013, pp Son N. Han (S 13) received the Dipl.Ing. degree in applied mathematics from the Hanoi University of Technology, Hanoi, Vietnam, in 2006, the M.S. degree in computer science from the University of Seoul, Seoul, Korea, in 2009, and is currently working toward the Ph.D. degree in wireless networks and multimedia services at the Institut Mines- Telecom, Telecom SudParis, Evry, France. From 2009 to 2011, he was a Researcher with the Electronics and Telecommunications Research Institute (ETRI), Daejeon, Korea. His research focuses on Web technologies for Internet of Things. Gyu Myoung Lee (S 02, M 07, SM 12) received the B.S. degree from Hong Ik University, Seoul, Korea, in 1999 and the M.S. and Ph.D. degrees from the Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Korea, in 2000 and He is a Senior Lecturer in the Liverpool John Moores University (LJMU), Liverpool, UK since 2014 and an adjunct professor in KAIST since Prior to joining the LJMU, he worked for Institut Mines- Telecom, Telecom SudParis, France, from 2008 to Until 2012, he had been invited to work with the Electronics and Telecommunications Research Institute (ETRI), Korea. He was a research professor in KAIST, Korea and a guest researcher in National Institute of Standards and Technology (NIST), USA, in He has been actively working for standardization in ITU-T, IETF, and onem2m and currently serves as a Rapporteur and an Editor in ITU-T. His research interests include Internet of Things, future networks, multimedia services, and energy saving technologies. Noel Crespi (M 07, SM 08) received the Masters degrees from the University of Orsay, Orsay, France, and the University of Canterbury, Christchurch, New Zealand, the Dipl.Ing. degree from Telecom Paris- Tech, Paris, France, and the Ph.D. and Habilitation degrees from Paris VI University, Paris, France. In 1993, he was with CLIP; Bouygues Telecom, France Telecom R&D, in 1995; and Nortel Networks, in He joined the Institut Mines-Telecom, Telecom SudParis, Evry, France, in 2002, and is currently a Professor and Program Director, leading the Service Architecture Laboratory. He is a Coordinator for the standardization activities in ETSI and 3GPP. He is also a Visiting Professor with the Asian Institute of Technology and is on the four-person Scientific Advisory Board of FTW,Austria. He has authored/coauthored more than 250 papers and contributions in standardization. His research interests include service architectures, P2P service overlays, future Internet, and Web-NGN convergence. systems. Nguyen Van Luong (S 13) received the Dipl.Ing. degree in information and communication technology from the Hanoi University of Science and Technology, Hanoi, Vietnam, in 2012, the M.S. degree in software engineering for Ambient Intelligence from the Institut Mines-Telecom, Telecom SudParis, Evry, France, in 2014, and is currently a research engineer in Percevio, Paris, France. His research focuses on Web technologies for Internet of Things and WebRTC. Kyoungwoo Heo received the B.S. degree in electrical communications engineering from Korea Advanced Institute of Science and Technology (KAIST), Daejeon, Korea, in Currently, he is an integrated M.S. and Ph.D. student at the University of Science and Technology (UST) and Electronics and Telecommunication Research Institute (ETRI), Daejeon, Korea. His research interests are multimedia communication and network function virtualization. Mihaela But is a Project Manager in Theresis Innovation Center, Thales Services S.A., Palaiseau, France. She received Ph.D. degrees in Computer Science in 2008, and in Humanities in Her works are focused on the areas of knowledge management, semantic web, web of things, ambient intelligence, security infrastructures for public transport, information indexing and retrieval, personalized recommendations, business process automation and interoperability. She has participated in 12 European projects and published more than 40 scientific papers. Patrick Gatellier is a Research Director at the Theresis Innovation Center, Thales Services S.A., Palaiseau, France. After initial works in graphical systems and compiler developments, he has spent most of his career in Thales Group as a Project Director for projects of French tax administration targeting tens of millions users such as multi-purposes tax authority portal, French National Land Register, and the GAIA citizen global relationship system. His research focuses on object context and representation, multi-modal dialogs and human factors in large
"Understanding Devices Profile for Web Services, Web Services Discovery, and SOAPover-UDP"
Understanding Devices Profile for Web Services, Web Services Discovery, and SOAP-over-UDP September 10, 2008 Version 1.0 Authors Ram Jeyaraman, Microsoft Corporation (Editor) Vipul Modi, Microsoft Corporation
The Device Service Bus: A Solution for Embedded Device Integration through Web Services
The Device Service Bus: A Solution for Embedded Device Integration through Web Services Gustavo Medeiros Araújo Federal University of Santa Catarina Informatics and Statistics Department Florianópolis,
WS4D: SOA-Toolkits making embedded systems ready for Web Services
WS4D: SOA-Toolkits making embedded systems ready for Web Services Elmar Zeeb 1, Andreas Bobek 1, Hendrik Bohn 1, Steffen Prüter 1, Andre Pohl 2, Heiko Krumm 2, Ingo Lück 3, Frank Golatowski 1, and Dirk
Automatic Configuration and Service Discovery for Networked Smart Devices
Automatic Configuration and Service Discovery for Networked Smart Devices Günter Obiltschnig Applied Informatics Software Engineering GmbH St. Peter 33 9184 St. Jakob im Rosental Austria Tel: +43 4253
Building Web-based Infrastructures for Smart Meters
Building Web-based Infrastructures for Smart Meters Andreas Kamilaris 1, Vlad Trifa 2, and Dominique Guinard 2 1 University of Cyprus, Nicosia, Cyprus 2 ETH Zurich and SAP Research, Switzerland Abstract.
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
SIP Protocol as a Communication Bus to Control Embedded Devices
229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania [email protected] Abstract.
M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.
M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: [email protected] WHAT IS EURECOM A graduate school & research centre in communication
NETCONF-based Integrated Management for Internet of Things using RESTful Web Services
NETCONF-based Integrated Management for Internet of Things using RESTful Web Services Hui Xu, Chunzhi Wang, Wei Liu and Hongwei Chen School of Computer Science, Hubei University of Technology, Wuhan, China
Method of Unified Communications and Collaboration Service in Open Service Platform based on RESTful Web Services
Method of Unified Communications and Collaboration Service in Open Service Platform based on RESTful Web Services Sunhwan Lim and Hyunjoo Bae Future Communications Research Laboratory, ETRI, Daejeon, Korea
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
... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function
Next Generation Network Service Architecture in the IP Multimedia Subsystem Anahita Gouya, Noël Crespi, Lina Oueslati, {anahita.gouya, noel.crespi, lina.oueslati}@int-evry.fr, Institut National des Télécommunications
Tiny Web Services: Design and Implementation of Interoperable and Evolvable Sensor Networks (Priyantha, Kansal, Goraczko, Zhao, 2008)
Tiny Web Services: Design and Implementation of Interoperable and Evolvable Sensor Networks (Priyantha, Kansal, Goraczko, Zhao, 2008) Dominique Im Obersteg Distributed Systems Seminar 2011, ETH Zurich
Service and Resource Discovery in Smart Spaces Composed of Low Capacity Devices
Service and Resource Discovery in Smart Spaces Composed of Low Capacity Devices Önder Uzun, Tanır Özçelebi, Johan Lukkien, Remi Bosman System Architecture and Networking Department of Mathematics and Computer
UPnP Control Point for Mobile Phones in Residential Networks
1 UPnP Control Point for Mobile Phones in Residential Networks Andreas Häber 1, Frank Reichert 2, and Andreas Fasbender 3 Abstract Together, Ericsson and HiA are studying the role of WiFi-enabled mobile
Research on P2P-SIP based VoIP system enhanced by UPnP technology
December 2010, 17(Suppl. 2): 36 40 www.sciencedirect.com/science/journal/10058885 The Journal of China Universities of Posts and Telecommunications http://www.jcupt.com Research on P2P-SIP based VoIP system
Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking
Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty School of Computing and Mathematical Sciences Auckland University of Technology Auckland, New Zealand
Introduction to Service Oriented Architectures (SOA)
Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction
IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center
IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Brief introduction to IoTivity Software development challenges in embedded Yocto Project and how it addresses
www.mindteck.com 6LoWPAN Technical Overview
www.mindteck.com 6LoWPAN Technical Overview 6LoWPAN : Slide Index Introduction Acronyms Stack Architecture Stack Layers Applications IETF documents References Confidential Mindteck 2009 2 6LoWPAN - Introduction
2X ApplicationServer & LoadBalancer Manual
2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies,
2X ApplicationServer & LoadBalancer Manual
2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies,
OpenScape Voice V8 Application Developers Manual. Programming Guide A31003-H8080-R100-2-7620
OpenScape Voice V8 Application Developers Manual Programming Guide A31003-H8080-R100-2-7620 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001
Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects
Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects Fabien Castanier STMicroelectronics IPSO Promoter M2M Forum - Milan, May 20,
How To Understand Cloud Computing
Overview of Cloud Computing (ENCS 691K Chapter 1) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Overview of Cloud Computing Towards a definition
An architecture for distributed systems of medical devices in high acuity environments. - A Proposal for Standards Adoption -
An architecture for distributed systems of medical devices in high acuity environments - A Proposal for Standards Adoption - Stefan Schlichting, [email protected] Drägerwerk AG & Co. KGaA Moislinger
QoS Integration in Web Services
QoS Integration in Web Services M. Tian Freie Universität Berlin, Institut für Informatik Takustr. 9, D-14195 Berlin, Germany tian @inf.fu-berlin.de Abstract: With the growing popularity of Web services,
Cisco TelePresence Manager
Cisco TelePresence Manager 1.3 Simplifying the Experience: Meeting Scheduling and Management Cisco TelePresence Manager is an integral part of the Cisco TelePresence experience that creates the feeling
Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone - 2012
Android Development Lecture 1 Android SDK & Development Environment Università Degli Studi di Parma Lecture Summary - 2 The Android Platform Android Environment Setup SDK Eclipse & ADT SDK Manager Android
Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards)
Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards) Michael P. Papazoglou (INFOLAB/CRISM, Tilburg University, The Netherlands)
JoramMQ, a distributed MQTT broker for the Internet of Things
JoramMQ, a distributed broker for the Internet of Things White paper and performance evaluation v1.2 September 214 mqtt.jorammq.com www.scalagent.com 1 1 Overview Message Queue Telemetry Transport () is
Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems
Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we
IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide
IBM SPSS Collaboration and Deployment Services Version 6 Release 0 Single Sign-On Services Developer's Guide Note Before using this information and the product it supports, read the information in Notices
Network Licensing. White Paper 0-15Apr014ks(WP02_Network) Network Licensing with the CRYPTO-BOX. White Paper
WP2 Subject: with the CRYPTO-BOX Version: Smarx OS PPK 5.90 and higher 0-15Apr014ks(WP02_Network).odt Last Update: 28 April 2014 Target Operating Systems: Windows 8/7/Vista (32 & 64 bit), XP, Linux, OS
Investigations on Hierarchical Web service based on Java Technique
Investigations on Hierarchical Web service based on Java Technique A. Bora, M. K. Bhuyan and T. Bezboruah, Member, IAENG Abstract We have designed, developed and implemented a hierarchical web service
Internet of Things based approach to Agriculture Monitoring
Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August 2013 1 / 19 Outline 1 IP-based
ebus Player Quick Start Guide
ebus Player Quick Start Guide This guide provides you with the information you need to efficiently set up and start using the ebus Player software application to control your GigE Vision or USB3 Vision
Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus
Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 Unit objectives
NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage
AdRem NetCrunch 6 Network Monitoring Server With NetCrunch, you always know exactly what is happening with your critical applications, servers, and devices. Document Explore physical and logical network
MODULE 7: TECHNOLOGY OVERVIEW. Module Overview. Objectives
MODULE 7: TECHNOLOGY OVERVIEW Module Overview The Microsoft Dynamics NAV 2013 architecture is made up of three core components also known as a three-tier architecture - and offers many programming features
Programming IoT Gateways With macchina.io
Programming IoT Gateways With macchina.io Günter Obiltschnig Applied Informatics Software Engineering GmbH Maria Elend 143 9182 Maria Elend Austria [email protected] This article shows how
Network Discovery Protocol LLDP and LLDP- MED
Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,
Android Application for Accessing KNX Devices via IP Connection
Android Application for Accessing KNX Devices via IP Connection J. A. Nazabal, J. Gómez, F. Falcone, C. Fernández-Valdivielso, P. E. Branchi and I. R. Matías Electrical and Electronic Engineering Department,
User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream
User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner
Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System
, pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department
Future Directions for Internet of Things Work
Future Directions for Internet of Things Work Naming Architecture for Object to Object Communications 77 th IETF Anaheim, March 2010 Gyu Myoung Lee ([email protected])
Cisco Application Networking Manager Version 2.0
Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment
SCA-based Enterprise Service Bus WebSphere ESB
IBM Software Group SCA-based Enterprise Service Bus WebSphere ESB Soudabeh Javadi, WebSphere Software IBM Canada Ltd [email protected] 2007 IBM Corporation Agenda IBM Software Group WebSphere software
Detecting rogue systems
Product Guide Revision A McAfee Rogue System Detection 4.7.1 For use with epolicy Orchestrator 4.6.3-5.0.0 Software Detecting rogue systems Unprotected systems, referred to as rogue systems, are often
[MS-BDSRR]: Business Document Scanning: Scan Repository Capabilities and Status Retrieval Protocol
[MS-BDSRR]: Business Document Scanning: Scan Repository Capabilities and Status Retrieval Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft
TestManager Administration Guide
TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager
Lab VI Capturing and monitoring the network traffic
Lab VI Capturing and monitoring the network traffic 1. Goals To gain general knowledge about the network analyzers and to understand their utility To learn how to use network traffic analyzer tools (Wireshark)
Management and Web service Management
Management and Web service Management This presentation offers work to OASIS completed by IBM with contribution from CA and Talking Blocks The work details a frame of reference for Management Applications,
Automation Systems and the IoT Industrial Internet
Automation Systems and the IoT Industrial Internet Ahmed Ismail and Wolfgang Kastner Vienna University of Technology Automation Systems Group www.auto.tuwien.ac.at {aismail, k}@auto.tuwien.ac.at Outline
Classic Grid Architecture
Peer-to to-peer Grids Classic Grid Architecture Resources Database Database Netsolve Collaboration Composition Content Access Computing Security Middle Tier Brokers Service Providers Middle Tier becomes
A standards-based approach to application integration
A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist [email protected] Copyright IBM Corporation 2005. All rights
in Health Care and Sensor Networks
16 th FFV Workshop Web Services in Health Care and Sensor Networks Fahad Aijaz Department of Communication Networks RWTH Aachen University, Germany FFV Workshop, March 13, 2009 Outline Wireless Sensor
Stream Processing on GPUs Using Distributed Multimedia Middleware
Stream Processing on GPUs Using Distributed Multimedia Middleware Michael Repplinger 1,2, and Philipp Slusallek 1,2 1 Computer Graphics Lab, Saarland University, Saarbrücken, Germany 2 German Research
How To Create A C++ Web Service
A Guide to Creating C++ Web Services WHITE PAPER Abstract This whitepaper provides an introduction to creating C++ Web services and focuses on:» Challenges involved in integrating C++ applications with
3GPP TS 24.623 V8.1.0 (2008-09)
TS 24.623 V8.1.0 (2008-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol
Cisco Performance Visibility Manager 1.0.1
Cisco Performance Visibility Manager 1.0.1 Cisco Performance Visibility Manager (PVM) is a proactive network- and applicationperformance monitoring, reporting, and troubleshooting system for maximizing
District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification
1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.
Research on the Model of Enterprise Application Integration with Web Services
Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business
Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1
Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document
Cisco Context-Aware Mobility Solution: Put Your Assets in Motion
Cisco Context-Aware Mobility Solution: Put Your Assets in Motion How Contextual Information Can Drastically Change Your Business Mobility and Allow You to Achieve Unprecedented Efficiency What You Will
A Brief. Introduction. of MG-SOFT s SNMP Network Management Products. Document Version 1.3, published in June, 2008
A Brief Introduction of MG-SOFT s SNMP Network Management Products Document Version 1.3, published in June, 2008 MG-SOFT s SNMP Products Overview SNMP Management Products MIB Browser Pro. for Windows and
Network Discovery Protocol LLDP and LLDP- MED
Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,
Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City
Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City A. Lavric 1, V. Popa 2 PhD.,Computers, Department of Electronics and Automation,
vtcommander Installing and Starting vtcommander
vtcommander vtcommander provides a local graphical user interface (GUI) to manage Hyper-V R2 server. It supports Hyper-V technology on full and core installations of Windows Server 2008 R2 as well as on
Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface
Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface Chia-Chi Teng, Member, IEEE Abstract Picture Archiving and Communication System (PACS) is commonly used in the hospital
Technologies for SOA-based Distributed Large Scale Process Monitoring and Control Systems
Technologies for SOA-based Distributed Large Scale Process Monitoring and Control Systems Francois Jammes, Bernard Bony,Philippe Nappey, Armando W. Colombo,#, Jerker Delsing *, Jens Eliasson *, Rumen Kyusakov
SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi [email protected]
SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi [email protected] Abstract Time Warner Cable is the second largest Cable TV operator in North America
Six Strategies for Building High Performance SOA Applications
Six Strategies for Building High Performance SOA Applications Uwe Breitenbücher, Oliver Kopp, Frank Leymann, Michael Reiter, Dieter Roller, and Tobias Unger University of Stuttgart, Institute of Architecture
Using SNMP for Remote Measurement and Automation
Using SNMP for Remote Measurement and Automation Nikolay Kakanakov, Elena Kostadinova Department of Computer Systems and Technologies, Technical University of Sofia, branch Plovdiv, 61 St. Petersburg Blvd.,
MASHUPS FOR THE INTERNET OF THINGS
MASHUPS FOR THE INTERNET OF THINGS Matthias Heyde / Fraunhofer FOKUS glue.things a Mashup Platform for wiring the Internet of Things with the Internet of Services 5th International Workshop on the Web
Enterprise Service Bus
We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications
Collaborative Open Market to Place Objects at your Service
Collaborative Open Market to Place Objects at your Service D6.4.1 Marketplace integration First version Project Acronym COMPOSE Project Title Project Number 317862 Work Package WP6 Open marketplace Lead
Traffic Analyzer Based on Data Flow Patterns
AUTOMATYKA 2011 Tom 15 Zeszyt 3 Artur Sierszeñ*, ukasz Sturgulewski* Traffic Analyzer Based on Data Flow Patterns 1. Introduction Nowadays, there are many systems of Network Intrusion Detection System
Service-Oriented Device Communications using the Devices Profile for Web Services
Service-Oriented Device Communications using the Devices Profile for Web Services François Jammes, Antoine Mensch, Harm Smit Schneider Electric, Odonata, Schneider Electric [email protected], [email protected],
PROTOTYPE IMPLEMENTATION OF A DEMAND DRIVEN NETWORK MONITORING ARCHITECTURE
PROTOTYPE IMPLEMENTATION OF A DEMAND DRIVEN NETWORK MONITORING ARCHITECTURE Augusto Ciuffoletti, Yari Marchetti INFN-CNAF (Italy) Antonis Papadogiannakis, Michalis Polychronakis FORTH (Greece) Summary
Thingsquare Technology
Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.
A Method for Implementing, Simulating and Analyzing a Voice over Internet Protocol Network
A Method for Implementing, Simulating and Analyzing a Voice over Internet Protocol Network Bianca Enache Communication Department Politehnica University of Timisoara Timisoara, Romania [email protected]
GEVPlayer. Quick Start Guide
GEVPlayer Quick Start Guide High-performance imaging data and video over Ethernet. Version 2.0 These products are not intended for use in life support appliances, devices, or systems where malfunction
SMART IoT PROTOCOLS. Creating the Living Network. Chonggang Wang Innovation Lab, InterDigital Communications. December 8, 2014
SMART IoT PROTOCOLS Chonggang Wang Innovation Lab, InterDigital Communications December 8, 2014 Creating the Living Network Content IoT Overview IoT Protocols C6-based Smart IoT Smart IoT Protocols Challenges
Making Sense of Internet of Things Protocols and Implementations
Making Sense of Internet of Things Protocols and Implementations Author: Kim Rowe, RoweBots Higher level protocols for Internet of Things have various features and offer different capabilities. Most of
WebSphere Portal Server and Web Services Whitepaper
WebSphere Server and s Whitepaper Thomas Schaeck ([email protected]) IBM Software Group Abstract As web services will become the predominant method for making information and applications available programmatically
Devices Profile for Web Services
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Devices Profile for Web Services February 2006 Co-Developers Shannon Chan, Microsoft Dan Conti,
Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11
2011 AdRem Software, Inc. This document is written by AdRem Software and represents the views and opinions of AdRem Software regarding its content, as of the date the document was issued. The information
SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Communication procedures
I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Technical Paper (11 July 2014) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure
Real-Time Analysis of CDN in an Academic Institute: A Simulation Study
Journal of Algorithms & Computational Technology Vol. 6 No. 3 483 Real-Time Analysis of CDN in an Academic Institute: A Simulation Study N. Ramachandran * and P. Sivaprakasam + *Indian Institute of Management
DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service
DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity
Introduction to Testing Webservices
Introduction to Testing Webservices Author: Vinod R Patil Abstract Internet revolutionized the way information/data is made available to general public or business partners. Web services complement this
Web Services Manageability Concepts (WS-Manageability)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 Web Services Manageability Concepts (WS-Manageability) Version 1.0 September
