SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 7, No. 4, August 2017, pp. 2085~2093
ISSN: 2088-8708, DOI: 10.11591/ijece.v7i4.pp2085-2093  2085
Journal homepage: http://iaesjournal.com/online/index.php/IJECE
Extending UPnP for Application Interoperability in a Home
Network
Kalaiselvi Arunachalam, Gopinath Ganapathy
School of Computer Science, Engineering and Applications, Bharathidasan University, India
Article Info ABSTRACT
Article history:
Received, Dec 1, 2016
Revised, Apr 13, 2017
Accepted, Apr 27, 2017
The Universal Plug and Play (UPnP) technology offers pervasive
communication across heterogeneous devices in a home or small office
network.The UPnP spefications are available for devices only to be
interoperable together in a home or small office network. This paper
proposes an extension of the UPnP technology for application
interoperability in a home or small office network. This paper provides an
UPnP Application Architecture as an extension to the existing UPnP Device
Architecture. This extension enhances the feature of UPnP from device
interoperability to application interoperability which enables the applications
to discover, control and share data with each other in a home or small office
network despite of their device type and operating system. In addition to the
UPnP Application Architecture, the UPnP Application Template and UPnP
Application Service Template are defined towards the development of UPnP-
enabled applications that run on heterogeneous devices in a home or small
office network.
Keyword:
Application architecture
Application interoperability
Home network
UPnP
UPnP extension
Copyright © 2017 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Kalaiselvi Arunachalam,
School of Computer Science, Engineering and Applications,
Bharathidasan University,
Khajamalai Campus,
Tiruchirappalli - 620 023, Tamil Nadu, India.
Email: kalaiselvi.arunachalam@gmail.com
1. INTRODUCTION
The rapid growth of smart devices like Smartphone, Tablet, Phablet, Smart TV, Notebook etc.,
enables billions of users around the world to use them at their home, office etc. The UPnP technology
provides device interoperability through which devices can discover, control and share data with each other
in a home or small office network [1]. The countless applications from various categories like entertainment,
lifestyle, education, business, health etc. are used on these heterogeneous devices. The application
interoperability is the next immediate requirement in a home or small office network where these devices are
used together by the user. The application interoperability feature can enable the users to share data like text,
image, audio, video, URL etc. between the applications residing on these devices. The application
interoperability is more beneficial to the users in terms of interaction, production, communication and time.
The device interoperability is enabled by UPnP in a home network already and it is limited to devices only
where by devices can communicate with each other. But the discovery, control and data sharing between the
applications residing on these devices are very limited. By extending the feature of UPnP for applications,
these diverse applications residing on these heterogeneous devices can discover, control and share data with
each other irrespective of their device type and operating system in a home or small office network. This
paper proposes an UPnP Application Architecture along with the UPnP Application Template and UPnP
Application Service Template to develop UPnP applications that are interoperable across heterogeneous
devices in a home or small office network.
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093
2086
2. UPNP OVERVIEW
2.1. UPnP Technology
The UPnP technology provides a zero-configuration networking between the heterogeneous devices
like personal computers, smart wireless devices and smart home appliances in a home or small office
network [2]. The UPnP is a platform and language independent technology that offers discovery, control and
data sharing between these devices [3]. It is built upon the TCP/IP protocol stack which includes IP, TCP,
UDP, HTTP, SSDP, GENA, SOAP and XML [4]-[6]. It supports the network technologies like Ethernet, IR,
Bluetooth, Wi-Fi, Firewire, Telephone Line and Coaxial Cable. The UPnP devices auto-configure and auto-
discover themselves in a home or small office network for controlling each other and sharing data between
them. The UPnP Forum defines device control protocols (DCPs) for several device categories like
audio/video, networking, printing, scanning, telephony, home automation, remote access, multiscreen etc.
The UPnP technology was promoted by the UPnP forum at the beginning and which is managed by the Open
Connectivity Foundation (OCF) now [7] with more than thousand companies from various industries around
the world as its members.
2.2. Communication flow between UPnP Devices
The UPnP control points and UPnP devices communicate with each other in a home or small office
network [Figure 1]. When an UPnP device joins a network, it acts as a DHCP client and gets an IP address
from a DHCP server if available or generates an IP address by itself using Auto-IP mechanism [8] and checks
the IP address with other devices to avoid address conflicts using Address Resolution Protocol (ARP) [9].
Following the address verification and joining the network, an UPnP device advertises its presence to the
UPnP control points in the home network using SSDP (Simple Service Discovery protocol) over HTTPMU
(HTTP over Multicast UDP) protocol [10-12]. An UPnP control point searches for UPnP devices of interest
in the home network using SSDP (Simple Service Discovery protocol) over HTTPMU (HTTP over Multicast
UDP) protocol. An UPnP device responds to the search request of UPnP control points through SSDP
(Simple Service Discovery protocol) over HTTPU (HTTP over Unicast UDP) protocol [10-12].
Advertisement
Discovery
Device & Service Description
Action
Action Response
Figure 1. Communication between an UPnP Control Point and an UPnP Device
After the discovery of UPnP devices, an UPnP control point retrieves the device and service
descriptions which are defined in XML format [13] from the UPnP devices through the URL provided in the
device discovery message. The UPnP device description document contains the device information, list of
services provided by the device, list of embedded devices or services in it and URLs for control, eventing and
presentation. An UPnP control point retrieves the service description document which is also in XML format
from the device that contains the list of commands or actions that the service responds to along with the
parameters or arguments and a list of variables to represent the state of service at run time. Then an UPnP
control point controls an UPnP device by sending a control message to the device through SOAP protocol
[14]. An UPnP device responds to the control message by returning the action-specific messages or error
codes to the UPnP control point. The services of an UPnP device publishes any updates to the UPnP control
points through event messages when there is a change in their state variables. These event messages are also
in XML format and based on GENA (General Event Notification Architecture) protocol [15]. An UPnP
device provides an URL for presentation page to the UPnP control points for user interaction. When an UPnP
device leaves the network, it advertises this information to all UPnP control points in the home network using
SSDP (Simple Service Discovery protocol) over HTTPMU (HTTP over Multicast UDP) protocol.
UPnP
Device
UPnP
Control
Point
IJECE ISSN: 2088-8708 
Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam)
2087
3. PROPOSED UPNP APPLICATION ARCHITECTURE
The UPnP Device Architecture [16] defines the networking protocols for communication between
the UPnP control points and UPnP devices whereas the proposed UPnP Application Architecture defines the
networking protocols for communication between the UPnP application control points (hereafter referred as
UPnP ACP) and UPnP applications reside on the devices in a home or small office network (Figure 2). Any
applications that are developed based on this proposed UPnP Application Architecture can communicate with
each other irrespective of their device type and operating system in a home or small office network.
Multicast
Unicast
Figure 2. Communication between an UPnP ACP and UPnP Application
An UPnP application that reside on a device once if started or opened acquires the IP address of that
device. Additionally it generates an UUID (Universally Unique Identifier) by itself [17] to uniquely identify
its presence in a home or small office network. Then an UPnP application advertises its presence to all UPnP
ACPs in a home or small office network [Figure 2]. An UPnP ACP searches for UPnP applications of interest
in a home or small office network using SSDP (Simple Service Discovery Protocol) over HTTPMU (HTTP
over Multicast UDP) protocol.
After the discovery of an UPnP application, an UPnP ACP retrieves the application description
document which is in XML format from the URL provided by the application in the discovery message. The
UPnP application description document contains the application information, list of services provided by the
application and URLs for control, eventing and presentation. An UPnP ACP retrieves the application service
description document which is also in XML format from the UPnP application that contains the list of
commands or actions that the service responds to along with the parameters or arguments and a list of
variables to represent the state of service at run time. Then an UPnP ACP controls an UPnP application by
sending a control message to the application through SOAP protocol. An UPnP application responds to the
control message by returning the action-specific messages or error codes to the UPnP ACP [Figure 2]. The
services of an UPnP application publishes any updates to the UPnP ACPs through event messages when there
is a change in their state variables. These event messages are also in XML format and based on GENA
(General Event Notification Architecture) protocol. An UPnP application provides an URL for presentation
page to the UPnP ACPs for user interaction. When an UPnP application is closed or leaves the network, it
advertises this information to all UPnP ACPs in the home network using SSDP (Simple Service Discovery
Protocol) over HTTPMU (HTTP over Multicast UDP) protocol.
4. UPNP APPLICATION TEMPLATE
The proposed UPnP Application Template is an extension of UPnP Device Template. The UPnP
Device Template provides the detailed information about a device whereas the UPnP Application Template
provides the detailed information about an application that run within a device (Figure 3). The UPnP
Application Template is defined in XML format which defines the details of application like IP address of its
device, application ID (UUID), name, version number, description, appliction type (education, entertainment,
Advertise
Search
Request
Response
Device
UPnP
Application
Control
Point
(UPnP ACP)
Applicatio
n
Service
Applicatio
n
Service
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093
2088
business, health etc.), application developer or owner name, application website URL etc (Figure 3). It also
includes the list of services provided by the application which are accessed and controlled by the UPnP ACPs
in a home or small office network.
Figure 3. UPnP Application Template in XML
The UPnP Device Template serves as a standard template for device manufacturers to write their
UPnP device description by filling up the placeholders in UPnP Device Template with their custom
information. The UPnP Application Template serves as a standard template for application developers to
write their UPnP application description (Figure 4) by filling up the placeholders in UPnP Application
Template with their custom information.
Figure 4. UPnP Application Template Hierarchy
The UPnP Application Templates can be written separately for various application categories like
education, entertainment, lifestyle, social media, business etc. to enable application developers or companies
to write UPnP application description documents accordingly and to develop UPnP applications so that these
applications are interoperable across heterogeneous devices in a home or small office network.
5. UPNP APPLICATION SERVICE TEMPLATE
The proposed UPnP Application Service Template is an extension of UPnP Service Template. The
UPnP Service Template defines the list of services provided by a device in a home or small office network.
UPnP
Application
Template
UPnP
Application
Description
UPnP
Application
Description
appType
appDeviceIP
appId
appFriendlyNam
eappDeveloper
appVersion
.......
.......
IJECE ISSN: 2088-8708 
Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam)
2089
The proposed UPnP Application Service Template defines the list of services provided by an application
residing on a device in a home or small office network (Figure 5). The proposed UPnP Application Service
Template is in XML format which defines the details of actions along with their arguments, data types and
state variables for each service listed in the UPnP Application Template.
Figure 5. UPnP Application Service Template in XML
The UPnP Service Template serves as a standard template for device manufacturers to write their
UPnP service description by filling up the placeholders in UPnP Service Template with their custom
information. The UPnP Application Service Template serves as a standard template for application
developers to write their UPnP application service description (Figure 6) by filling up the placeholders in
UPnP Application Service Template with their custom information.
Figure 6. UPnP Application Service Template Hierarchy
The UPnP Application Service Templates can be written separately for various application
categories like education, entertainment, lifestyle, social media, business etc. to enable application developers
UPnP
Application
Service
Template
UPnP
Application
Service
Description
UPnP
Application
Service
Description
appactionList
appaction
.......
appserviceStateTable
appstateVariable
.......
.......
.......
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093
2090
or companies to write UPnP application service description documents accordingly and to develop standard
UPnP applications that are interoperable across heterogeneous devices in a home or small office network.
6. IMPLEMENTATION AND DISCUSSION
Based on the proposed UPnP Application Architecture along with the new UPnP Application
Template and UPnP Application Service Template, an UPnP-enabled application can be developed which
can communicate with other UPnP applications in a home or small office network.
6.1. Implementation Methodology
There are several UPnP frameworks available from the UPnP vendors and open source providers
[18] in different programming languages and platforms as well to create UPnP devices and control points
easily. The existing UPnP frameworks are based on the UPnP Device Architecture and these frameworks can
be extended by implementing the new functionalities based on the proposed UPnP Application Architecture
to create UPnP applications. As UPnP is a platform and language independent technology, an open source
UPnP framework like GUPnP [19] can be chosen for the implementation (Figure 7). The GUPnP is an
object-oriented open source framework which is used for creating UPnP devices and control points.
Figure 7. An open source extended UPnP framework
The application interoperability can be achieved in a home or small office network by the following
steps.
1. The new functionalities based on the proposed UPnP Application Architecture, UPnP
Application Template and UPnP Application Service Template are implemented on an
open source UPnP framework that can be referred as an open source extended UPnP
framework (Figure 7).
2. Develop two different custom applications on two different operating systems using the
above open source extended UPnP framework (Figure 8).
3. Install both applications on their respective devices with different operating systems in a
home or small office network.
4. Run both applications on their respective devices with different operating systems in a
home or small office network.
5. Both applications can discover, control and share data with each other based on their
application and application service descriptions.
When an application is started on a device or added to the home or small office network, then it
sends a multicast message with method NOTIFY and ssdp:alive in the NTS header field of the advertisement
(Figure 9) through SSDP over HTTPMU protocol to all UPnP ACPs in the home network.
When an UPnP ACP is started on a device or added to the home or small office network, then it
searches for UPnP applications by sending a multicast request with method M-SEARCH and ssdp: discover
in the MAN header field of the request (Figure 10) through SSDP over HTTPMU protocol to all UPnP
applications in the home or small office network.
GUPnP
Addressin
g
Discovery
Description Control
Events Presentation
Modules based on
Proposed UPnP
Application
Architecture
Modules based on
UPnP Device
Architecture
Extended UPnP
Framework
IJECE ISSN: 2088-8708 
Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam)
2091
Figure 8. An UPnP Application on a device
NOTIFY * HTTP/1.1
HOST: 239.255.255.250:1900
CACHE-CONTROL: 300
LOCATION: http://50.89.55.96/application_description.xml
NT: urn:schemas-upnp-org:application:appType:ver
NTS: ssdp:alive
Figure 9. Advertisement of an UPnP Application (Joining a network)
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 150
ST: urn:schemas-upnp-org:application:appType:ver
Figure 10. Search request of an UPnP ACP
An UPnP application responds to the search requests of the UPnP ACPs with the message
(Figure 11) which includes the URL for application description document in order to access and perform
actions on it by the UPnP ACPs.
HTTP/1.1 200 OK
CACHE-CONTROL: 300
LOCATION: http://50.89.55.96/application_description.xml
ST: urn:schemas-upnp-org:application:appType:ver
USN: urn:schemas-upnp-org:appservice:appServiceType:ver
Figure 11. Search response of an UPnP Application
After the discovery of an UPnP application, the UPnP application description and UPnP application
service description documents are accessed by the UPnP ACPs in the home or small office network. An
UPnP ACP invokes actions on an UPnP application with a control message (Figure 12) using SOAP
protocol.
An UPnP application responds to the action requests with action-specific messages or error codes to
the UPnP ACPs in the home or small office network. When an UPnP application is stopped or leaves the
home or small office network, it advertises this information (Figure 13) to all UPnP ACPs using the SSDP
over HTTPMU protocol.
Device
UPnP Application Other Applications
...
...
...
Operating System
Application Applicatio
nExtended UPnP
Framework
Custom
Application
Modules
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093
2092
POST http://50.89.55.96/control/appaction HTTP/1.0
HOST: 50.89.55.96:28
CONTENT-LENGTH: 1056
CONTENT-TYPE: text/xml; charset="utf-8"
SOAPACTION: "urn:schemas-upnp-org:appservice:appServiceType:ver#appactionName"
<?xml version="1.0"?>
<s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:actionNamexmlns:u="urn:schemas-upnp-org:appservice:appServiceType:ver">
<argumentName>appargumentNameIn1</argumentName>
</u:actionName>
</s:Body>
</s:Envelope>
Figure 12. Control message of an UPnP ACP
NOTIFY * HTTP/1.1
HOST: 239.255.255.250:1900
NT: urn:schemas-upnp-org:application:appType:ver
NTS: ssdp:byebye
Figure 13. Advertisement of an UPnP Application (Leaving a network)
The UPnP application and UPnP application control point module (UPnP ACP) within the extended
UPnP framework (Figure 8) enables these applications to discover, control and share data with each other in
a home or small office network. For example, a Weather Forecast application in a device can send an alert
message to an Alarm application in another device to raise the alarm in a home or small office network.
7. CONCLUSION
The rapid growth of smart devices with numerous applications from various categories requires
interoperability between these applications in a home or small network where these heterogeneous devices
are used together. This can be achieved by extending the UPnP architecture for applications along with
relevant UPnP application and UPnP application service templates defined for them. By extending an UPnP
framework with the implementation based on the proposed UPnP Application Architecture, an UPnP-enabled
application can be developed. These UPnP applications can discover, control and share data with each other
despite of their device type and operating system in a home or small office network. A prototype
implementation methodology and an example scenario are discussed.
REFERENCES
[1] Yu Shi-cai, et al., “A UPnP-based Decentralized Service Discovery Improved Algorithm”, Indonesian Journal of
Electrical Engineering and Informatics (IJEEI), Vol. 1, No. 1, pp. 21-26, March 2013.
[2] Michael Jeronimo, et al., “UPnP Design by Example: A Software Developer's Guide to Universal Plug and Play”,
Intel Press, United States, May 2003.
[3] Bendaoud Karim Talal, Merzougui Rachid, “Service Discovery – A Survey and Comparison”, International
Journal of UbiComp (IJU), Vol. 4, No. 3, pp. 23-39, July 2013.
[4] Sabriansyah Rizqika Akbar, et al., “Design of Pervasive Discovery, Service and Control for Smart Home
Appliances: An Integration of Raspberry Pi, UPnP Protocols and Xbee”, International Journal of Electrical and
Computer Engineering (IJECE), Vol. 7, No. 2, April 2017.
[5] Transmission Control Protocol (RFC793), “The Internet Engineering Task Force (IETF)”, 1981.
[6] Internet Protocol (RFC791), “The Internet Engineering Task Force (IETF)”, 1981.
[7] Open Connectivity Foundation (OCF): https://openconnectivity.org/upnp
[8] Cheshire, S., et al., “Dynamic Configuration of IPv4 Link-Local Addresses (RFC3927”, The Internet Engineering
Task Force (IETF), United States, May 2005.
[9] An Ethernet Address Resolution Protocol, “The Internet Engineering Task Force (IETF)”, 1982
[10] Simple Service Discovery Protocol/1.0 (SSDP/v1), “The Internet Engineering Task Force (IETF)”, 1999
IJECE ISSN: 2088-8708 
Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam)
2093
[11] Hypertext Transfer Protocol -- HTTP/1.1 (RFC2616), “The Internet Engineering Task Force (IETF)”, 1999.
[12] User Datagram Protocol (RFC768), “The Internet Engineering Task Force (IETF)”, 1980
[13] Extensible Markup Language (XML) 1.0 (Second Edition), “The World Wide Web Consortium (W3C)”, 2000.
[14] Simple Object Access Protocol (SOAP) 1.1, “The World Wide Web Consortium (W3C)”, 2000.
[15] General Event Notification Architecture Base: Client to Arbiter, “The Internet Engineering Task Force (IETF)”,
1999.
[16] Andrew Donoho, et al., “UPnP Device Architecture 2.0”, Open Connectivity Foundation (OCF), United States, Feb
2015.
[17] Leach, P., et al., “A Universally Unique IDentifier (UUID) URN Namespace (RFC4122)”, The Internet
Engineering Task Force (IETF), United States, July 2005.
[18] Open Connectivity Foundation (OCF) - Tools, Stacks & SDKs, https://openconnectivity.org/upnp/tools-stacks-sdks
[19] Jens, G., et al., "The GUPnPFramework,"The GNOME Foundation, United States, 2013.
BIOGRAPHIES OF AUTHORS
Kalaiselvi Arunachalam received the B.Sc. degree in Physics from the University of Madras, India and
M.C.A degree from the Anna University, India. She is currently a Ph.D. scholar in the School of
Computer Science Engineering and Applications, Bharathidasan University, India. Her research interests
include Home Networking, Communication Software and Systems.
Gopinath Ganapathy received the B.Sc. degree in Computer Science from the Bharathidasan
University, India, M.C.A degree from the St.Joseph’s College Autonomous, India and Ph.D from the
Madurai Kamaraj University, India. He is currently the Chair and Head, School of Computer Science
Engineering and Applications, Bharathidasan University, India. His research interests includeSemantic
Web, NLP, Ontology, and Text Mining.

Contenu connexe

Similaire à Extending UPnP for App Interoperability

SIPifying OSGi - M Ma
SIPifying OSGi - M MaSIPifying OSGi - M Ma
SIPifying OSGi - M Mamfrancis
 
Demo scripts for UniPCC windows for home
Demo scripts for UniPCC windows for homeDemo scripts for UniPCC windows for home
Demo scripts for UniPCC windows for homeHermesDDS
 
IRJET- Electronic Notice Board Remotely Operated using Android Phone
IRJET-  	  Electronic Notice Board Remotely Operated using Android PhoneIRJET-  	  Electronic Notice Board Remotely Operated using Android Phone
IRJET- Electronic Notice Board Remotely Operated using Android PhoneIRJET Journal
 
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...IJECEIAES
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
XMPP, HTTP and UPnP
XMPP, HTTP and UPnPXMPP, HTTP and UPnP
XMPP, HTTP and UPnPITVoyagers
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET Journal
 
Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...
Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...
Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...Editor IJCATR
 
U Plug, We Play - NED Summit. Cork, Ireland
U Plug, We Play - NED Summit. Cork, IrelandU Plug, We Play - NED Summit. Cork, Ireland
U Plug, We Play - NED Summit. Cork, IrelandDTM Security
 
Dror-Crazy_toaster
Dror-Crazy_toasterDror-Crazy_toaster
Dror-Crazy_toasterguest66dc5f
 
AnuuTech ID and Network.pdf
AnuuTech ID and Network.pdfAnuuTech ID and Network.pdf
AnuuTech ID and Network.pdfAnuuTech
 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONIJCNCJournal
 
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET Journal
 
EGLA's Patent and Intellectual Property Portfolio - Licensing
EGLA's Patent and Intellectual Property Portfolio - LicensingEGLA's Patent and Intellectual Property Portfolio - Licensing
EGLA's Patent and Intellectual Property Portfolio - LicensingDr. Edwin Hernandez
 
Onubha brochure
Onubha brochureOnubha brochure
Onubha brochureOlsen Song
 
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONSIntellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONSDr. Edwin Hernandez
 
15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdfSiegriqueCeasarAJalw
 
RINA Tutorial at ETSI ISG NGP#3
RINA Tutorial at ETSI ISG NGP#3RINA Tutorial at ETSI ISG NGP#3
RINA Tutorial at ETSI ISG NGP#3ARCFIRE ICT
 
WP7 & Azure
WP7 & AzureWP7 & Azure
WP7 & AzureSam Basu
 

Similaire à Extending UPnP for App Interoperability (20)

SIPifying OSGi - M Ma
SIPifying OSGi - M MaSIPifying OSGi - M Ma
SIPifying OSGi - M Ma
 
Demo scripts for UniPCC windows for home
Demo scripts for UniPCC windows for homeDemo scripts for UniPCC windows for home
Demo scripts for UniPCC windows for home
 
IRJET- Electronic Notice Board Remotely Operated using Android Phone
IRJET-  	  Electronic Notice Board Remotely Operated using Android PhoneIRJET-  	  Electronic Notice Board Remotely Operated using Android Phone
IRJET- Electronic Notice Board Remotely Operated using Android Phone
 
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
XMPP, HTTP and UPnP
XMPP, HTTP and UPnPXMPP, HTTP and UPnP
XMPP, HTTP and UPnP
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
 
Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...
Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...
Remote Control based Audio-Video Content Filter Application for Philips 2K10 ...
 
U Plug, We Play - NED Summit. Cork, Ireland
U Plug, We Play - NED Summit. Cork, IrelandU Plug, We Play - NED Summit. Cork, Ireland
U Plug, We Play - NED Summit. Cork, Ireland
 
Dror-Crazy_toaster
Dror-Crazy_toasterDror-Crazy_toaster
Dror-Crazy_toaster
 
Networking.pptx
Networking.pptxNetworking.pptx
Networking.pptx
 
AnuuTech ID and Network.pdf
AnuuTech ID and Network.pdfAnuuTech ID and Network.pdf
AnuuTech ID and Network.pdf
 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
 
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
 
EGLA's Patent and Intellectual Property Portfolio - Licensing
EGLA's Patent and Intellectual Property Portfolio - LicensingEGLA's Patent and Intellectual Property Portfolio - Licensing
EGLA's Patent and Intellectual Property Portfolio - Licensing
 
Onubha brochure
Onubha brochureOnubha brochure
Onubha brochure
 
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONSIntellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
 
15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf
 
RINA Tutorial at ETSI ISG NGP#3
RINA Tutorial at ETSI ISG NGP#3RINA Tutorial at ETSI ISG NGP#3
RINA Tutorial at ETSI ISG NGP#3
 
WP7 & Azure
WP7 & AzureWP7 & Azure
WP7 & Azure
 

Plus de IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

Plus de IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Dernier

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 

Dernier (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 

Extending UPnP for App Interoperability

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 4, August 2017, pp. 2085~2093 ISSN: 2088-8708, DOI: 10.11591/ijece.v7i4.pp2085-2093  2085 Journal homepage: http://iaesjournal.com/online/index.php/IJECE Extending UPnP for Application Interoperability in a Home Network Kalaiselvi Arunachalam, Gopinath Ganapathy School of Computer Science, Engineering and Applications, Bharathidasan University, India Article Info ABSTRACT Article history: Received, Dec 1, 2016 Revised, Apr 13, 2017 Accepted, Apr 27, 2017 The Universal Plug and Play (UPnP) technology offers pervasive communication across heterogeneous devices in a home or small office network.The UPnP spefications are available for devices only to be interoperable together in a home or small office network. This paper proposes an extension of the UPnP technology for application interoperability in a home or small office network. This paper provides an UPnP Application Architecture as an extension to the existing UPnP Device Architecture. This extension enhances the feature of UPnP from device interoperability to application interoperability which enables the applications to discover, control and share data with each other in a home or small office network despite of their device type and operating system. In addition to the UPnP Application Architecture, the UPnP Application Template and UPnP Application Service Template are defined towards the development of UPnP- enabled applications that run on heterogeneous devices in a home or small office network. Keyword: Application architecture Application interoperability Home network UPnP UPnP extension Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Kalaiselvi Arunachalam, School of Computer Science, Engineering and Applications, Bharathidasan University, Khajamalai Campus, Tiruchirappalli - 620 023, Tamil Nadu, India. Email: kalaiselvi.arunachalam@gmail.com 1. INTRODUCTION The rapid growth of smart devices like Smartphone, Tablet, Phablet, Smart TV, Notebook etc., enables billions of users around the world to use them at their home, office etc. The UPnP technology provides device interoperability through which devices can discover, control and share data with each other in a home or small office network [1]. The countless applications from various categories like entertainment, lifestyle, education, business, health etc. are used on these heterogeneous devices. The application interoperability is the next immediate requirement in a home or small office network where these devices are used together by the user. The application interoperability feature can enable the users to share data like text, image, audio, video, URL etc. between the applications residing on these devices. The application interoperability is more beneficial to the users in terms of interaction, production, communication and time. The device interoperability is enabled by UPnP in a home network already and it is limited to devices only where by devices can communicate with each other. But the discovery, control and data sharing between the applications residing on these devices are very limited. By extending the feature of UPnP for applications, these diverse applications residing on these heterogeneous devices can discover, control and share data with each other irrespective of their device type and operating system in a home or small office network. This paper proposes an UPnP Application Architecture along with the UPnP Application Template and UPnP Application Service Template to develop UPnP applications that are interoperable across heterogeneous devices in a home or small office network.
  • 2.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093 2086 2. UPNP OVERVIEW 2.1. UPnP Technology The UPnP technology provides a zero-configuration networking between the heterogeneous devices like personal computers, smart wireless devices and smart home appliances in a home or small office network [2]. The UPnP is a platform and language independent technology that offers discovery, control and data sharing between these devices [3]. It is built upon the TCP/IP protocol stack which includes IP, TCP, UDP, HTTP, SSDP, GENA, SOAP and XML [4]-[6]. It supports the network technologies like Ethernet, IR, Bluetooth, Wi-Fi, Firewire, Telephone Line and Coaxial Cable. The UPnP devices auto-configure and auto- discover themselves in a home or small office network for controlling each other and sharing data between them. The UPnP Forum defines device control protocols (DCPs) for several device categories like audio/video, networking, printing, scanning, telephony, home automation, remote access, multiscreen etc. The UPnP technology was promoted by the UPnP forum at the beginning and which is managed by the Open Connectivity Foundation (OCF) now [7] with more than thousand companies from various industries around the world as its members. 2.2. Communication flow between UPnP Devices The UPnP control points and UPnP devices communicate with each other in a home or small office network [Figure 1]. When an UPnP device joins a network, it acts as a DHCP client and gets an IP address from a DHCP server if available or generates an IP address by itself using Auto-IP mechanism [8] and checks the IP address with other devices to avoid address conflicts using Address Resolution Protocol (ARP) [9]. Following the address verification and joining the network, an UPnP device advertises its presence to the UPnP control points in the home network using SSDP (Simple Service Discovery protocol) over HTTPMU (HTTP over Multicast UDP) protocol [10-12]. An UPnP control point searches for UPnP devices of interest in the home network using SSDP (Simple Service Discovery protocol) over HTTPMU (HTTP over Multicast UDP) protocol. An UPnP device responds to the search request of UPnP control points through SSDP (Simple Service Discovery protocol) over HTTPU (HTTP over Unicast UDP) protocol [10-12]. Advertisement Discovery Device & Service Description Action Action Response Figure 1. Communication between an UPnP Control Point and an UPnP Device After the discovery of UPnP devices, an UPnP control point retrieves the device and service descriptions which are defined in XML format [13] from the UPnP devices through the URL provided in the device discovery message. The UPnP device description document contains the device information, list of services provided by the device, list of embedded devices or services in it and URLs for control, eventing and presentation. An UPnP control point retrieves the service description document which is also in XML format from the device that contains the list of commands or actions that the service responds to along with the parameters or arguments and a list of variables to represent the state of service at run time. Then an UPnP control point controls an UPnP device by sending a control message to the device through SOAP protocol [14]. An UPnP device responds to the control message by returning the action-specific messages or error codes to the UPnP control point. The services of an UPnP device publishes any updates to the UPnP control points through event messages when there is a change in their state variables. These event messages are also in XML format and based on GENA (General Event Notification Architecture) protocol [15]. An UPnP device provides an URL for presentation page to the UPnP control points for user interaction. When an UPnP device leaves the network, it advertises this information to all UPnP control points in the home network using SSDP (Simple Service Discovery protocol) over HTTPMU (HTTP over Multicast UDP) protocol. UPnP Device UPnP Control Point
  • 3. IJECE ISSN: 2088-8708  Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam) 2087 3. PROPOSED UPNP APPLICATION ARCHITECTURE The UPnP Device Architecture [16] defines the networking protocols for communication between the UPnP control points and UPnP devices whereas the proposed UPnP Application Architecture defines the networking protocols for communication between the UPnP application control points (hereafter referred as UPnP ACP) and UPnP applications reside on the devices in a home or small office network (Figure 2). Any applications that are developed based on this proposed UPnP Application Architecture can communicate with each other irrespective of their device type and operating system in a home or small office network. Multicast Unicast Figure 2. Communication between an UPnP ACP and UPnP Application An UPnP application that reside on a device once if started or opened acquires the IP address of that device. Additionally it generates an UUID (Universally Unique Identifier) by itself [17] to uniquely identify its presence in a home or small office network. Then an UPnP application advertises its presence to all UPnP ACPs in a home or small office network [Figure 2]. An UPnP ACP searches for UPnP applications of interest in a home or small office network using SSDP (Simple Service Discovery Protocol) over HTTPMU (HTTP over Multicast UDP) protocol. After the discovery of an UPnP application, an UPnP ACP retrieves the application description document which is in XML format from the URL provided by the application in the discovery message. The UPnP application description document contains the application information, list of services provided by the application and URLs for control, eventing and presentation. An UPnP ACP retrieves the application service description document which is also in XML format from the UPnP application that contains the list of commands or actions that the service responds to along with the parameters or arguments and a list of variables to represent the state of service at run time. Then an UPnP ACP controls an UPnP application by sending a control message to the application through SOAP protocol. An UPnP application responds to the control message by returning the action-specific messages or error codes to the UPnP ACP [Figure 2]. The services of an UPnP application publishes any updates to the UPnP ACPs through event messages when there is a change in their state variables. These event messages are also in XML format and based on GENA (General Event Notification Architecture) protocol. An UPnP application provides an URL for presentation page to the UPnP ACPs for user interaction. When an UPnP application is closed or leaves the network, it advertises this information to all UPnP ACPs in the home network using SSDP (Simple Service Discovery Protocol) over HTTPMU (HTTP over Multicast UDP) protocol. 4. UPNP APPLICATION TEMPLATE The proposed UPnP Application Template is an extension of UPnP Device Template. The UPnP Device Template provides the detailed information about a device whereas the UPnP Application Template provides the detailed information about an application that run within a device (Figure 3). The UPnP Application Template is defined in XML format which defines the details of application like IP address of its device, application ID (UUID), name, version number, description, appliction type (education, entertainment, Advertise Search Request Response Device UPnP Application Control Point (UPnP ACP) Applicatio n Service Applicatio n Service
  • 4.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093 2088 business, health etc.), application developer or owner name, application website URL etc (Figure 3). It also includes the list of services provided by the application which are accessed and controlled by the UPnP ACPs in a home or small office network. Figure 3. UPnP Application Template in XML The UPnP Device Template serves as a standard template for device manufacturers to write their UPnP device description by filling up the placeholders in UPnP Device Template with their custom information. The UPnP Application Template serves as a standard template for application developers to write their UPnP application description (Figure 4) by filling up the placeholders in UPnP Application Template with their custom information. Figure 4. UPnP Application Template Hierarchy The UPnP Application Templates can be written separately for various application categories like education, entertainment, lifestyle, social media, business etc. to enable application developers or companies to write UPnP application description documents accordingly and to develop UPnP applications so that these applications are interoperable across heterogeneous devices in a home or small office network. 5. UPNP APPLICATION SERVICE TEMPLATE The proposed UPnP Application Service Template is an extension of UPnP Service Template. The UPnP Service Template defines the list of services provided by a device in a home or small office network. UPnP Application Template UPnP Application Description UPnP Application Description appType appDeviceIP appId appFriendlyNam eappDeveloper appVersion ....... .......
  • 5. IJECE ISSN: 2088-8708  Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam) 2089 The proposed UPnP Application Service Template defines the list of services provided by an application residing on a device in a home or small office network (Figure 5). The proposed UPnP Application Service Template is in XML format which defines the details of actions along with their arguments, data types and state variables for each service listed in the UPnP Application Template. Figure 5. UPnP Application Service Template in XML The UPnP Service Template serves as a standard template for device manufacturers to write their UPnP service description by filling up the placeholders in UPnP Service Template with their custom information. The UPnP Application Service Template serves as a standard template for application developers to write their UPnP application service description (Figure 6) by filling up the placeholders in UPnP Application Service Template with their custom information. Figure 6. UPnP Application Service Template Hierarchy The UPnP Application Service Templates can be written separately for various application categories like education, entertainment, lifestyle, social media, business etc. to enable application developers UPnP Application Service Template UPnP Application Service Description UPnP Application Service Description appactionList appaction ....... appserviceStateTable appstateVariable ....... ....... .......
  • 6.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093 2090 or companies to write UPnP application service description documents accordingly and to develop standard UPnP applications that are interoperable across heterogeneous devices in a home or small office network. 6. IMPLEMENTATION AND DISCUSSION Based on the proposed UPnP Application Architecture along with the new UPnP Application Template and UPnP Application Service Template, an UPnP-enabled application can be developed which can communicate with other UPnP applications in a home or small office network. 6.1. Implementation Methodology There are several UPnP frameworks available from the UPnP vendors and open source providers [18] in different programming languages and platforms as well to create UPnP devices and control points easily. The existing UPnP frameworks are based on the UPnP Device Architecture and these frameworks can be extended by implementing the new functionalities based on the proposed UPnP Application Architecture to create UPnP applications. As UPnP is a platform and language independent technology, an open source UPnP framework like GUPnP [19] can be chosen for the implementation (Figure 7). The GUPnP is an object-oriented open source framework which is used for creating UPnP devices and control points. Figure 7. An open source extended UPnP framework The application interoperability can be achieved in a home or small office network by the following steps. 1. The new functionalities based on the proposed UPnP Application Architecture, UPnP Application Template and UPnP Application Service Template are implemented on an open source UPnP framework that can be referred as an open source extended UPnP framework (Figure 7). 2. Develop two different custom applications on two different operating systems using the above open source extended UPnP framework (Figure 8). 3. Install both applications on their respective devices with different operating systems in a home or small office network. 4. Run both applications on their respective devices with different operating systems in a home or small office network. 5. Both applications can discover, control and share data with each other based on their application and application service descriptions. When an application is started on a device or added to the home or small office network, then it sends a multicast message with method NOTIFY and ssdp:alive in the NTS header field of the advertisement (Figure 9) through SSDP over HTTPMU protocol to all UPnP ACPs in the home network. When an UPnP ACP is started on a device or added to the home or small office network, then it searches for UPnP applications by sending a multicast request with method M-SEARCH and ssdp: discover in the MAN header field of the request (Figure 10) through SSDP over HTTPMU protocol to all UPnP applications in the home or small office network. GUPnP Addressin g Discovery Description Control Events Presentation Modules based on Proposed UPnP Application Architecture Modules based on UPnP Device Architecture Extended UPnP Framework
  • 7. IJECE ISSN: 2088-8708  Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam) 2091 Figure 8. An UPnP Application on a device NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: 300 LOCATION: http://50.89.55.96/application_description.xml NT: urn:schemas-upnp-org:application:appType:ver NTS: ssdp:alive Figure 9. Advertisement of an UPnP Application (Joining a network) M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 MAN: "ssdp:discover" MX: 150 ST: urn:schemas-upnp-org:application:appType:ver Figure 10. Search request of an UPnP ACP An UPnP application responds to the search requests of the UPnP ACPs with the message (Figure 11) which includes the URL for application description document in order to access and perform actions on it by the UPnP ACPs. HTTP/1.1 200 OK CACHE-CONTROL: 300 LOCATION: http://50.89.55.96/application_description.xml ST: urn:schemas-upnp-org:application:appType:ver USN: urn:schemas-upnp-org:appservice:appServiceType:ver Figure 11. Search response of an UPnP Application After the discovery of an UPnP application, the UPnP application description and UPnP application service description documents are accessed by the UPnP ACPs in the home or small office network. An UPnP ACP invokes actions on an UPnP application with a control message (Figure 12) using SOAP protocol. An UPnP application responds to the action requests with action-specific messages or error codes to the UPnP ACPs in the home or small office network. When an UPnP application is stopped or leaves the home or small office network, it advertises this information (Figure 13) to all UPnP ACPs using the SSDP over HTTPMU protocol. Device UPnP Application Other Applications ... ... ... Operating System Application Applicatio nExtended UPnP Framework Custom Application Modules
  • 8.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 2085 – 2093 2092 POST http://50.89.55.96/control/appaction HTTP/1.0 HOST: 50.89.55.96:28 CONTENT-LENGTH: 1056 CONTENT-TYPE: text/xml; charset="utf-8" SOAPACTION: "urn:schemas-upnp-org:appservice:appServiceType:ver#appactionName" <?xml version="1.0"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:actionNamexmlns:u="urn:schemas-upnp-org:appservice:appServiceType:ver"> <argumentName>appargumentNameIn1</argumentName> </u:actionName> </s:Body> </s:Envelope> Figure 12. Control message of an UPnP ACP NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 NT: urn:schemas-upnp-org:application:appType:ver NTS: ssdp:byebye Figure 13. Advertisement of an UPnP Application (Leaving a network) The UPnP application and UPnP application control point module (UPnP ACP) within the extended UPnP framework (Figure 8) enables these applications to discover, control and share data with each other in a home or small office network. For example, a Weather Forecast application in a device can send an alert message to an Alarm application in another device to raise the alarm in a home or small office network. 7. CONCLUSION The rapid growth of smart devices with numerous applications from various categories requires interoperability between these applications in a home or small network where these heterogeneous devices are used together. This can be achieved by extending the UPnP architecture for applications along with relevant UPnP application and UPnP application service templates defined for them. By extending an UPnP framework with the implementation based on the proposed UPnP Application Architecture, an UPnP-enabled application can be developed. These UPnP applications can discover, control and share data with each other despite of their device type and operating system in a home or small office network. A prototype implementation methodology and an example scenario are discussed. REFERENCES [1] Yu Shi-cai, et al., “A UPnP-based Decentralized Service Discovery Improved Algorithm”, Indonesian Journal of Electrical Engineering and Informatics (IJEEI), Vol. 1, No. 1, pp. 21-26, March 2013. [2] Michael Jeronimo, et al., “UPnP Design by Example: A Software Developer's Guide to Universal Plug and Play”, Intel Press, United States, May 2003. [3] Bendaoud Karim Talal, Merzougui Rachid, “Service Discovery – A Survey and Comparison”, International Journal of UbiComp (IJU), Vol. 4, No. 3, pp. 23-39, July 2013. [4] Sabriansyah Rizqika Akbar, et al., “Design of Pervasive Discovery, Service and Control for Smart Home Appliances: An Integration of Raspberry Pi, UPnP Protocols and Xbee”, International Journal of Electrical and Computer Engineering (IJECE), Vol. 7, No. 2, April 2017. [5] Transmission Control Protocol (RFC793), “The Internet Engineering Task Force (IETF)”, 1981. [6] Internet Protocol (RFC791), “The Internet Engineering Task Force (IETF)”, 1981. [7] Open Connectivity Foundation (OCF): https://openconnectivity.org/upnp [8] Cheshire, S., et al., “Dynamic Configuration of IPv4 Link-Local Addresses (RFC3927”, The Internet Engineering Task Force (IETF), United States, May 2005. [9] An Ethernet Address Resolution Protocol, “The Internet Engineering Task Force (IETF)”, 1982 [10] Simple Service Discovery Protocol/1.0 (SSDP/v1), “The Internet Engineering Task Force (IETF)”, 1999
  • 9. IJECE ISSN: 2088-8708  Extending UPnP for Application Interoperability in a Home Network (Kalaiselvi Arunachalam) 2093 [11] Hypertext Transfer Protocol -- HTTP/1.1 (RFC2616), “The Internet Engineering Task Force (IETF)”, 1999. [12] User Datagram Protocol (RFC768), “The Internet Engineering Task Force (IETF)”, 1980 [13] Extensible Markup Language (XML) 1.0 (Second Edition), “The World Wide Web Consortium (W3C)”, 2000. [14] Simple Object Access Protocol (SOAP) 1.1, “The World Wide Web Consortium (W3C)”, 2000. [15] General Event Notification Architecture Base: Client to Arbiter, “The Internet Engineering Task Force (IETF)”, 1999. [16] Andrew Donoho, et al., “UPnP Device Architecture 2.0”, Open Connectivity Foundation (OCF), United States, Feb 2015. [17] Leach, P., et al., “A Universally Unique IDentifier (UUID) URN Namespace (RFC4122)”, The Internet Engineering Task Force (IETF), United States, July 2005. [18] Open Connectivity Foundation (OCF) - Tools, Stacks & SDKs, https://openconnectivity.org/upnp/tools-stacks-sdks [19] Jens, G., et al., "The GUPnPFramework,"The GNOME Foundation, United States, 2013. BIOGRAPHIES OF AUTHORS Kalaiselvi Arunachalam received the B.Sc. degree in Physics from the University of Madras, India and M.C.A degree from the Anna University, India. She is currently a Ph.D. scholar in the School of Computer Science Engineering and Applications, Bharathidasan University, India. Her research interests include Home Networking, Communication Software and Systems. Gopinath Ganapathy received the B.Sc. degree in Computer Science from the Bharathidasan University, India, M.C.A degree from the St.Joseph’s College Autonomous, India and Ph.D from the Madurai Kamaraj University, India. He is currently the Chair and Head, School of Computer Science Engineering and Applications, Bharathidasan University, India. His research interests includeSemantic Web, NLP, Ontology, and Text Mining.