SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
TELKOMNIKA, Vol.15, No.4, December 2017, pp. 1875~1882
ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013
DOI: 10.12928/TELKOMNIKA.v15i4.5725  1875
Received August 15, 2017; Revised October 28, 2017; Accepted November 24, 2017
Pervasive Device and Service Discovery Protocol in
Interoperability XBee-IP Network
Sabriansyah Rizqika Akbar*
1
, Helmi Nizar
2
, Wijaya Kurniawan
3
,
Mochammad Hannats Hanafi Ichsan
4
, Issa Arwani
5
Faculty of Computer Science, University of Brawijaya, Jl. Veteran Malang, East Java, Phone: +62 341
551611/ Fax +62 341 565420
*Corresponding author, e-mail: sabrian@ub.ac.id
1
, helminizar94@gmail.com
2
, wjaykurnia@ub.ac.id
3
,
hanas.hanafi@ub.ac.id
4
, issa.arwani@ub.ac.id
5
Abstract
The Internet of Things (IoT) communication protocol built over IP and non-IP environment.
Therefore, a gateway device will be needed to bridge the IP and non-IP network transparently since an IoT
user is more likely to concern on the service provided by the IoT device, rather than the complexity of the
network or device configuration. Since today ubiquitous computing needs to hide the architectural level
from it users, the data & information centric approach was proposed. However, the data & information
centric protocol is having several issues and one of them is device and service discovery protocol over IP
& non-IP network. This paper proposed a pervasive device and service discovery protocol that able to
work in interoperability of the IP and non-IP network. The system environment consists of a smart device
with XBee Communication as the non-IP network that will send the device and service description data to
the IP network using WebSocket. The gateway will able to recognize the smart device and sent the data to
the web-based user application. The user application displayed the discovered devices along the services
and able to send the control data to each of the smart devices. Our proposed protocol also enriched with
the smart device inoperability detection by using keep-alive tracking from the gateway to each of the smart
devices. The result showed that the delay for the user application to detect the smart device in the XBee
network is around 10.13 ms delay, and the service average delay requested by the user application to
each of the devices is 2.13 ms.
Keywords: Pervasive, Interoperability, WebSocket, XBee
Copyright © 2017 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Interoperability and interconnecting devices that able to adapt autonomously is a central
issue in the Internet of Things (IoT) [1]. In the pervasive and ubiquitous environment, providing
on-the-fly communication services is recently considered as an emerging field of technology and
research [2]. With the heterogeneous pervasive environment, the communication protocol will
be varied and make it more complex to its users [3]. The pervasive and ubiquitous computing
goal is to hide this complexity to it users by creating a transparent network and make the user
more focus on the application [4]. At the application level, a system that provides context
awareness become more important since the user only cares about what device and service
provided in the pervasive environment beside of the technology that relies on it. There are
several pervasive application-level protocols such as UPnP [5], Alljoyn [6], CoAP [7], etc.
The pervasive device and service discovery protocol is also implemented in wireless
Machine-to-Machine (M2M) communication. There are several wireless standards in M2M, and
802.15.4 becomes more popular for M2M communication since it has been standardized by
IEEE and enhanced the low cost and low power consumption features. XBee [8] is an upper
layer communication device based on 802.15.4 technology and now widely used in wireless
network field [9]-[11]. XBee is a non-IP communication device that has the ability to self-
organized their network but needs to be integrated with a gateway to make it able to
communicate with the TCP/IP network.
European Telecommunication Standard Institute (ETSI) has been developed a standard
topology for M2M contained Network (TCP/IP) and Device and Gateway Domain (Non-IP
Communication) [12]. The border between the network and the device domain is separated by
the gateway and have a different physical layer communication. In the TCP/IP communication,
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882
1876
WebSocket becomes more popular since it enhanced the HTTP performance by adding real-
time bi-directional, and persistent connection with the server [13]. WebSocket also popular to be
used as control interface in smart technology, since it deployed above the widely used HTTP
protocol, WebSocket able to be created with intuitive Graphical Utility Interfaces in the web
browser [14], [15]. Our research proposed a gateway design and implementation for XBee and
the TCP/IP network that able to connect seamlessly by providing the pervasive device and
service discovery protocol. By using our method and architecture, the user will be able to more
focus on the service provided by the XBee based devices and not bothered by the complexity of
the network architecture and configuration.
2. Proposed Method
Our research using XBee [8] as a ZigBee device and will communicate with the
WebSocket technology to perform the pervasive device and service discovery protocol. With
topology shown in Figure 1. There is XBee area Network and the TCP/IP Network that will be
communicated each other using a gateway. We provide 4 XBee act as smart device and
configured as XBee Router device, gateway plugged with XBee act as coordinator (using
Raspberry Pi), WebSocket server and web-based user application installed on a computer.
Figure 1. XBee & TCP/IP M2M Network
Our research proposed pervasive device and service discovery shown in Figure 3. At
the first stage, the web-based user application will be connected with the WebSocket server to
make the web user application always ready to receive data from the WebSocket server. If the
gateway device turned on, it will be automatically connected with the WebSocket server. At the
next stage, when there is a smart device around the gateway network with PAN ID 1AAA, smart
devices will inform its presence to the gateway by sending broadcast information along with it
device and service description presented in Figure 2. If the first smart device active, it will inform
the gateway that the smart device is lamp the type is an actuator and provide turn on and turn
off services. If the second device active, it will inform the gateway that the smart device is door
as an actuator and have open, close, and lock services.
After the gateway received the broadcast information, the gateway will send a unicast
acknowledgment packet to make the smart device change it state to listen to a service request.
When the gateway received the device and service description, the gateway will forward the
information to the WebSocket server and WebSocket server will push the device and service
description to the web user application. The web user application will be display the graphical
utility interface that matched with the device and service description sent by the smart device.
TELKOMNIKA ISSN: 1693-6930 
Pervasive Device Service Discovery Protocol in... (Sabriansyah Rizqika Akbar)
1877
ce Description Data
Figure 2. Device and Servi
When the interface displayed, user will be able to choose which device will be controlled
and which service will be requested.
Figure 4 and Figure 5 show the system entities flowchart contained of smart device,
gateway, and the user application. Figure 4(a) explained the flowchart from smart device as the
provider of the device and service discovery data. The smart device will broadcast the
information to the gateway/coordinator and will call a receive handler to listen to the ACK
message that will be sent from the gateway, the smart device will change it back to the
broadcast device and service discover state if the ACK message not received in 30s.
The receive handler function is also used to receive service data requested by the user
application. Figure 4(b) displayed the flowchart and show the process when the gateway
forwards the pervasive device and service discovery data from the XBee network to the user
application. Our research proposed the gateway method as a development from previous
research [16] by added WebSocket protocol as the TCP/IP communication between the
gateway and user application.
Figure 3. Proposed Pervasive Device & Service Discovery
The gateway will run three threads which are XBee receive the callback, keep-alive
messages, and WebSocket receive the callback. XBee receive the callback is used to listening
package from the smart device in the XBee network. Gateway will receive device and service
description data from the smart device and will be sent it to user application via WebSocket
protocol. The keep-alive thread is use to detect an inactive smart device and inform user
application that the smart device is unavailable. The keep-alive thread will send a “ping”
message to the smart device periodically and if the smart device is not replied the message the
smart device will be considered as an inactive node.
First Smart Device: {"device":"Lamp","type":"actuator","service":["Turn On","Turn Off"]}
Second Smart device: {"device":"Door","type":"actuator","service":["Open","Close","Lock"]}
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882
1878
The WebSocket receive thread will handle the WebSocket receive communication to
the WebSocket server and user application. The WebSocket receive thread is equipped with the
duplication check feature to avoid the same smart device duplication. The WebSocket receive
thread is able to recognize the smart device uniquely by the long address and the short
address, If the smart device long and short address is already recognized by the gateway, it will
not be published to the user application and the device and service discovery data will be
ignored.
Start
Serial
Initialization
Xbee
Receive
Callback
Send Device &
Service (D&S)
Description To GW
(Broadcast)
Receive Service
Data?F
Service
Activation
T
(a) Smart Device Xbee
Start
Serial
Initialization
Xbee Receive
Callback
Receive Xbee
D&S Desc Data?
Websocket(ws)
Connect
Websocket
Receive
Callback
Receive ws
Service Data?
Send Device &
Service Descr. Via
Websocket
T
F
Get Node Long
Address Data
Send Service
Data to Xbee
Node
T
F
Receive ACK in
30s ?
T
F
Keep Alive
Message
Found Node
Down
Inform User
App via
Websocket
T
F
Duplicate?
F
T
(b) Smart Device Gateway
Figure 4. Smart Device and Gateway Flowchart
Start
Serial
Initialization
Websocket(ws)
Connect
Websocket
Receive
Callback
Receive
D&S Data?
Web Display:
Device &
Service
F
Send
Service
Data?
Send Service
Data To
Websocket
Server
T
F
Receive Device
Deletion Message?
T
Web Display:
Device &
Service Deletion
T
F
Figure 5. User Apllication Flowchart
TELKOMNIKA ISSN: 1693-6930 
Pervasive Device Service Discovery Protocol in... (Sabriansyah Rizqika Akbar)
1879
Figure 5 presenting the flowchart for user application. The user application interface is
created in web-based environment and WebSocket protocol for communication with the
gateway. The user application will receive device and service description data from the gateway
and displayed on the web. The user will also have a device removal notification if there is
unavailable smart device detected by the keep-alive process in the gateway. After the device
and service description has been received by the user application, the user web browser will
display each of the recognized devices and the user will be able to send a service request to the
smart device via the gateway.
3. Result and Analysis
Smart device will broadcast its presence to the gateway and will be forwarded to the
user application. Figure 6 displayed the gateway status when received the broadcast device
and service description. The displayed information showed that there is two devices lamp and
door that identified by each XBee source long address. After the gateway received the
broadcast message, the gateway will send the information to the WebSocket server and push it
to the user application interface.
Figure 6. Gateway Broadcast Received
User application interface presented in Figure 7 and displayed two smart device which
is lamp and door. The smart devices identified uniquely in the port field by the smart devices
long address. The door device is identified in the 0013A200400DCA4E6 and the lamp device is
identified in 0013A20040E88458. The user will be able to send the service data request for
each device displayed in the service field. The door device has an open, close and lock
services, while the lamp device provides turn on and turn off services.
Figure 7. User Application Interface
The smart device received the service requested by the user via gateway as shown in
Figure 8. We provide time delay measurement to check the response time when the user sent
the service request until the smart device receive the service requested.
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882
1880
Figure 8. Service Received and Executed by the Smart Device
Our research conducted a two experiment scenario. The first scenario is to measure the
delay when the smart device start to send the broadcast device and service information until it
has been received by the user application. The second scenario is conducted by measuring the
delay when the user application sent the service data to the smart device.
Table 1. Broadcast Time and Time Received Delay
No.
Delay (milisecond)
Smart Device-
WebSocketServer
WebSocket server-User Application Smart Device-User Application
Lamp Door Lamp Door Lamp Door
1. 0.20 0.21 9.92 9.93 10.12 10.13
2. 0.20 0.22 9.92 9.93 10.12 10.15
3. 0.21 0.22 9.92 9.92 10.13 10.14
4. 0.21 0.22 9.92 9.92 10.13 10.14
5. 0.21 0.21 9.92 9.92 10.13 10.13
6. 0.20 0.21 9.98 9.92 10.18 10.13
7. 0.21 0.21 9.92 9.92 10.13 10.13
8. 0.21 0.21 9.92 9.93 10.13 10.14
9. 0.20 0.22 9.92 9.93 10.12 10.14
10. 0.20 0.22 9.93 9.92 10.13 10.14
Average 0.205 0.215 9.927 9.924 10.132 10.137
Table 1 displayed the delay information when the smart device broadcast its device and
service description to the WebSocket server and user application. The result showed that the
average delay between smart devices with the WebSocket server is 0.205 for the Lamp device
and 0.215 for the door device. The average delay between the WebSocket server and user
application is 9.927 ms for the lamp device and 9.93 ms for the door device. Figure 9 presented
the delay measurement from the smart device to user application with average delay 10.137
ms. The second experiment scenario conducted is to measure the service delay between the
user applications to the smart device. User application will be able to send the service data
(such as turn on or turn off lamp) after the user application able to recognize each of the devices
and service descriptions.
Figure 9. Smart Device - User Application Delay Measurement
10.08
10.1
10.12
10.14
10.16
10.18
10.2
1 2 3 4 5 6 7 8 9 10
DelayMeasurement
(inms)
Number Of Experiment
Lamp
Door
TELKOMNIKA ISSN: 1693-6930 
Pervasive Device Service Discovery Protocol in... (Sabriansyah Rizqika Akbar)
1881
Table 2. Service Delay
No.
Delay in Milisecond
Delay Web Browser
to Gateway (milisecond)
Delay Gateway
to Device (milisecond)
Delay Web Browser
to Device (milisecond)
1 2.268000126 0.059999943 2.328000069
2 2.269000053 0.059999943 2.328999996
3 2.281000137 0.059999943 2.34100008
4 2.271000147 0.059999943 2.33100009
5 2.282000065 0.059999943 2.342000008
6 2.27699995 0.059999943 2.336999893
7 2.282000065 0.059999943 2.342000008
8 2.282000065 0.059999943 2.342000008
9 2.279999971 0.060000181 2.340000153
10 2.282999992 0.059999943 2.342999935
11 2.282999992 0.060000181 2.343000174
12 2.290999889 0.059999943 2.350999832
13 2.286000013 0.059999943 2.345999956
14 2.375999928 0.070000172 2.446000099
15 2.286000013 0.059999943 2.345999956
16 2.29399991 0.060000181 2.354000092
17 2.289999962 0.059999943 2.349999905
18 2.290999889 0.060000181 2.351000071
19 2.292000055 0.059999943 2.351999998
20 2.296000004 0.059999943 2.355999947
Average: 2.288000011 0.060500002 2.348500013
Table 2 showed the experiment result for the service delay sent by the user application.
The average delay from the web browser user application to the gateway is 2.288 ms. And the
average delay from the gateway to the smart device is 0.060 ms. The average delay from the
user application to the smart device is 2.34 ms and presented in Figure 10.
Figure 10. Service Delay between the User Applications to Smart Device
4. Conclusion
Our research successfully developed the pervasive and service discovery protocol in
Interoperability XBee-IP network. Our system proposed XBee as smart device and the gateway
that able to made interoperability into the WebSocket. The smart devices will be broadcast the
pervasive and service description data into the gateway and the gateway will push the data to
the user application with WebSocket protocols. The user application will be able to send the
service data to the smart device via the gateway. Our research developed smart door device
prototype with close, open, lock services and smart door lamp with turn on and turn off services.
The user application will be displayed the device and each of the device services in the web
browser and able to send the door and lamp services data to the smart device.
Our system enriched with the keep-alive features to detect if there is smart device that
not able to function properly and inform the web user application if the smart device will be
inaccessible. From the conducted experiment, the average delay when the smart device is
recognized by the user application is around 10.13 ms delay. The average service delay when
the user application sent service data to the smart device is around 2.34 ms delay. The
pervasive device and service discovery protocol in the XBee-IP network interoperability able to
2.25
2.3
2.35
2.4
2.45
2.5
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Delayin
Miliseconds
Number of Experiment
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882
1882
made the transparent network and made the user more focusses on the services provided by
the system.
Reference
[1] L. Atzori, A. Iera and G. Morabito. The Internet of Things: A survey. Computer Networks. 2010;
IV(54): 2787-2805.
[2] F. Palmieri. Scalable service discovery in ubiquitous and pervasive computing architectures: A
percolation-driven approach. Future Generation Computer Systems. 2012; 29: 693-703.
[3] Li Han, Huan-yan Qian. The Implementation of One Opportunistic Routing in Wireless Networks.
TELKOMNIKA. 2015; 13(2): 460-468.
[4] S. Najar, M. K. Pinheiro and C. Souveyet,. A new approach for service discovery and prediction on
Pervasive Information System. in International Conference on Ambient Systems, Networks and
Technologies (ANT-2014),the 4th International Conference on Sustainable Energy Information
Technology (SEIT-2014), Paris, 2014
[5] Open Connectivity Foundation, About UPnP, [Online]. Available: http://openconnectivity.org/upnp.
[Accessed 2 May 2016].
[6] Allseen Alliance, AllJoyn Documentation, [Online]. Available:
https://allseenalliance.org/framework/documentation. [Accessed 2 May 2016].
[7] C. Bormann, A. P. Castellani and Z. Shelby. CoAP: An Application Protocol for Billions of Tiny
Internet Nodes. IEEE, 2012.
[8] Digi, Xbee, Digi, [Online]. Available: http://www.digi.com/lp/xbee. [Accessed
10 August 2016].
[9] A. H. Kioumars and D. L. Tang. ATmega and XBee-Based Wireless Sensing, in Proceedings of the
5th International Conference on Automation, Robotics and Applications, Wellington, New Zealand,
2011.
[10] N. Zulkifli, F. Harun and N. Azahar. XBee Wireless Sensor Networks for Heart Rate Monitoring in
Sport Training. in 2012 International Conference on Biomedical Engineering (ICoBE) , Penang,
Malaysia, 2012.
[11] R. L. Pascual, D. M. R. Sanchez, D. L. E. Naces and W. A. Nuñez,. A Wireless Sensor Network
Using XBee for Precision Agriculture of Sweet Potatoes (Ipomoea batatas). in 8th IEEE International
Conference Humanoid, Nanotechnology, Information Technology Communication and Control,
Environment and Management (HNICEM), Cebu,
Philliphines, 2015.
[12] J. Holler, V. Tsiatsis, C. Mulligan, S. Karnouskos, S. Avesand and D. Boyle, From Machine-to-
Machine to the Internet of Things Introduction to a New Age of Intelligence, Massachusetts: Elsevier,
2014.
[13] Lihong Geng, Liang Pan, Yiqiang Sheng, Zhichuan Guo. Towards Smooth and High-Quality Bitrate
Adaptation for HTTP Adaptive Streaming. TELKOMNIKA. 2016; 14 (3):
904-915.
[14] T. Abdulrahman, O. Isiwekpeni, N. Surajudeen-Bakinde and A. Otuoze. Design, Specification and
Implementation of a Distributed Home Automation System. Procedia Computer Science; 2016: 94:
473-478.
[15] L. Srinivasan, J. Scharnagl and K. Schilling. Analysis of WebSockets as the New Age Protocol for
Remote Robot Tele-operation. in The International Federation of Automatic Control, Seoul, Korea,
2013.
[16] S. R. Akbar, W. Kurniawan, M. H. H. Ichsan, I. Arwani and M. T. Handono. Pervasive Device and
Service Discovery Protocol In XBee Sensor Network. in 2016 International Conference on Advanced
Computer Science and Information Systems, Malang, East Java,
Indonesia, 2016.

Contenu connexe

Tendances

A Review of IP and MAC Address Filtering in Wireless Network Security
A Review of IP and MAC Address Filtering in Wireless Network SecurityA Review of IP and MAC Address Filtering in Wireless Network Security
A Review of IP and MAC Address Filtering in Wireless Network SecurityUniversitas Pembangunan Panca Budi
 
IRJET - Site to Site Open VPN
IRJET -  	  Site to Site Open VPNIRJET -  	  Site to Site Open VPN
IRJET - Site to Site Open VPNIRJET Journal
 
KEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTING
KEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTINGKEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTING
KEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTINGecij
 
A secure protocol for Spontaneous Wireless Ad Hoc Networks Creation
A secure protocol for Spontaneous Wireless Ad Hoc Networks CreationA secure protocol for Spontaneous Wireless Ad Hoc Networks Creation
A secure protocol for Spontaneous Wireless Ad Hoc Networks CreationSahil Bajaj
 
KAFA: A novel interoperability open framework to utilize Indonesian electroni...
KAFA: A novel interoperability open framework to utilize Indonesian electroni...KAFA: A novel interoperability open framework to utilize Indonesian electroni...
KAFA: A novel interoperability open framework to utilize Indonesian electroni...TELKOMNIKA JOURNAL
 
IRJET- Revisiting Security Aspects of Internet of Things for Self-Managed...
IRJET-  	  Revisiting Security Aspects of Internet of Things for Self-Managed...IRJET-  	  Revisiting Security Aspects of Internet of Things for Self-Managed...
IRJET- Revisiting Security Aspects of Internet of Things for Self-Managed...IRJET Journal
 
Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...
Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...
Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...Dr. Amarjeet Singh
 
Protocols for internet of things
Protocols for internet of thingsProtocols for internet of things
Protocols for internet of thingsCharles Gibbons
 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoTIJCERT
 
Part05 communication security
Part05 communication securityPart05 communication security
Part05 communication securityLê Liêu
 
IRJET - Identification and Classification of IoT Devices in Various Appli...
IRJET -  	  Identification and Classification of IoT Devices in Various Appli...IRJET -  	  Identification and Classification of IoT Devices in Various Appli...
IRJET - Identification and Classification of IoT Devices in Various Appli...IRJET Journal
 
Identity based cryptography for client side security in web applications (web...
Identity based cryptography for client side security in web applications (web...Identity based cryptography for client side security in web applications (web...
Identity based cryptography for client side security in web applications (web...eSAT Publishing House
 
Cisco discovery d homesb module 7 - v.4 in english.
Cisco discovery   d homesb module 7 - v.4 in english.Cisco discovery   d homesb module 7 - v.4 in english.
Cisco discovery d homesb module 7 - v.4 in english.igede tirtanata
 
Research review of iot
Research review of iotResearch review of iot
Research review of iotAbdullah Aziz
 
A Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee TechnologyA Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee Technologyrahulmonikasharma
 

Tendances (19)

A Review of IP and MAC Address Filtering in Wireless Network Security
A Review of IP and MAC Address Filtering in Wireless Network SecurityA Review of IP and MAC Address Filtering in Wireless Network Security
A Review of IP and MAC Address Filtering in Wireless Network Security
 
IRJET - Site to Site Open VPN
IRJET -  	  Site to Site Open VPNIRJET -  	  Site to Site Open VPN
IRJET - Site to Site Open VPN
 
KEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTING
KEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTINGKEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTING
KEY GENERATION FRAMEWORK FOR MULTIPLE WIRELESS DEVICES USING MULTIPATH ROUTING
 
A secure protocol for Spontaneous Wireless Ad Hoc Networks Creation
A secure protocol for Spontaneous Wireless Ad Hoc Networks CreationA secure protocol for Spontaneous Wireless Ad Hoc Networks Creation
A secure protocol for Spontaneous Wireless Ad Hoc Networks Creation
 
KAFA: A novel interoperability open framework to utilize Indonesian electroni...
KAFA: A novel interoperability open framework to utilize Indonesian electroni...KAFA: A novel interoperability open framework to utilize Indonesian electroni...
KAFA: A novel interoperability open framework to utilize Indonesian electroni...
 
IRJET- Revisiting Security Aspects of Internet of Things for Self-Managed...
IRJET-  	  Revisiting Security Aspects of Internet of Things for Self-Managed...IRJET-  	  Revisiting Security Aspects of Internet of Things for Self-Managed...
IRJET- Revisiting Security Aspects of Internet of Things for Self-Managed...
 
IoT Control Units and Communication Models
IoT Control Units and Communication ModelsIoT Control Units and Communication Models
IoT Control Units and Communication Models
 
Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...
Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...
Solving Downgrade and DoS Attack Due to the Four Ways Handshake Vulnerabiliti...
 
Protocols for internet of things
Protocols for internet of thingsProtocols for internet of things
Protocols for internet of things
 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoT
 
Part05 communication security
Part05 communication securityPart05 communication security
Part05 communication security
 
IRJET - Identification and Classification of IoT Devices in Various Appli...
IRJET -  	  Identification and Classification of IoT Devices in Various Appli...IRJET -  	  Identification and Classification of IoT Devices in Various Appli...
IRJET - Identification and Classification of IoT Devices in Various Appli...
 
Iot
IotIot
Iot
 
Identity based cryptography for client side security in web applications (web...
Identity based cryptography for client side security in web applications (web...Identity based cryptography for client side security in web applications (web...
Identity based cryptography for client side security in web applications (web...
 
CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014
 
Cisco discovery d homesb module 7 - v.4 in english.
Cisco discovery   d homesb module 7 - v.4 in english.Cisco discovery   d homesb module 7 - v.4 in english.
Cisco discovery d homesb module 7 - v.4 in english.
 
Research review of iot
Research review of iotResearch review of iot
Research review of iot
 
Paper1_Final
Paper1_FinalPaper1_Final
Paper1_Final
 
A Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee TechnologyA Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee Technology
 

Similaire à Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP Network

Development of web-based surveillance system for Internet of Things (IoT) app...
Development of web-based surveillance system for Internet of Things (IoT) app...Development of web-based surveillance system for Internet of Things (IoT) app...
Development of web-based surveillance system for Internet of Things (IoT) app...journalBEEI
 
Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...TELKOMNIKA JOURNAL
 
Iot lecture notes_hyd
Iot lecture notes_hydIot lecture notes_hyd
Iot lecture notes_hydKishore5511
 
UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...
UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...
UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...IJECEIAES
 
3G Wireless Access, Abstract
3G Wireless Access, Abstract3G Wireless Access, Abstract
3G Wireless Access, AbstractVictoria Burke
 
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
 
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...IJECEIAES
 
Report File On Virtual Private Network(VPN)
Report File On Virtual Private Network(VPN)Report File On Virtual Private Network(VPN)
Report File On Virtual Private Network(VPN)Rajendra Dangwal
 
mumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on Smartphonesmumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on SmartphonesAnand Bhojan
 
Analysis of network traffic by using packet sniffing tool wireshark
Analysis of network traffic by using packet sniffing tool wiresharkAnalysis of network traffic by using packet sniffing tool wireshark
Analysis of network traffic by using packet sniffing tool wiresharkIJARIIT
 
Performance Evaluation Of A Wimax Testbed
Performance Evaluation Of A Wimax TestbedPerformance Evaluation Of A Wimax Testbed
Performance Evaluation Of A Wimax TestbedAlison Reed
 
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...TELKOMNIKA JOURNAL
 

Similaire à Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP Network (20)

Development of web-based surveillance system for Internet of Things (IoT) app...
Development of web-based surveillance system for Internet of Things (IoT) app...Development of web-based surveillance system for Internet of Things (IoT) app...
Development of web-based surveillance system for Internet of Things (IoT) app...
 
50120140505003
5012014050500350120140505003
50120140505003
 
Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...
 
IOT.pdf
IOT.pdfIOT.pdf
IOT.pdf
 
Iot lecture notes_hyd
Iot lecture notes_hydIot lecture notes_hyd
Iot lecture notes_hyd
 
UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...
UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...
UDP Pervasive Protocol Integration with IoT for Smart Home Environment using ...
 
3G Wireless Access, Abstract
3G Wireless Access, Abstract3G Wireless Access, Abstract
3G Wireless Access, Abstract
 
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...
 
IOT-Monograph .docx
IOT-Monograph .docxIOT-Monograph .docx
IOT-Monograph .docx
 
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
 
COMPARATIVE STUDY BETWEEN VARIOUS PROTOCOLS USED IN INTERNET OF THING
COMPARATIVE STUDY BETWEEN VARIOUS  PROTOCOLS USED IN INTERNET OF THINGCOMPARATIVE STUDY BETWEEN VARIOUS  PROTOCOLS USED IN INTERNET OF THING
COMPARATIVE STUDY BETWEEN VARIOUS PROTOCOLS USED IN INTERNET OF THING
 
Chapter 1 pdf
Chapter 1 pdfChapter 1 pdf
Chapter 1 pdf
 
Report File On Virtual Private Network(VPN)
Report File On Virtual Private Network(VPN)Report File On Virtual Private Network(VPN)
Report File On Virtual Private Network(VPN)
 
mumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on Smartphonesmumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on Smartphones
 
Internet 2.0
Internet 2.0Internet 2.0
Internet 2.0
 
Virtual private networks
Virtual private networks Virtual private networks
Virtual private networks
 
Analysis of network traffic by using packet sniffing tool wireshark
Analysis of network traffic by using packet sniffing tool wiresharkAnalysis of network traffic by using packet sniffing tool wireshark
Analysis of network traffic by using packet sniffing tool wireshark
 
Performance Evaluation Of A Wimax Testbed
Performance Evaluation Of A Wimax TestbedPerformance Evaluation Of A Wimax Testbed
Performance Evaluation Of A Wimax Testbed
 
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
 
Iot Report
Iot ReportIot Report
Iot Report
 

Plus de TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

Plus de TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Dernier

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
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
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 

Dernier (20)

Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
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
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 

Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP Network

  • 1. TELKOMNIKA, Vol.15, No.4, December 2017, pp. 1875~1882 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v15i4.5725  1875 Received August 15, 2017; Revised October 28, 2017; Accepted November 24, 2017 Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP Network Sabriansyah Rizqika Akbar* 1 , Helmi Nizar 2 , Wijaya Kurniawan 3 , Mochammad Hannats Hanafi Ichsan 4 , Issa Arwani 5 Faculty of Computer Science, University of Brawijaya, Jl. Veteran Malang, East Java, Phone: +62 341 551611/ Fax +62 341 565420 *Corresponding author, e-mail: sabrian@ub.ac.id 1 , helminizar94@gmail.com 2 , wjaykurnia@ub.ac.id 3 , hanas.hanafi@ub.ac.id 4 , issa.arwani@ub.ac.id 5 Abstract The Internet of Things (IoT) communication protocol built over IP and non-IP environment. Therefore, a gateway device will be needed to bridge the IP and non-IP network transparently since an IoT user is more likely to concern on the service provided by the IoT device, rather than the complexity of the network or device configuration. Since today ubiquitous computing needs to hide the architectural level from it users, the data & information centric approach was proposed. However, the data & information centric protocol is having several issues and one of them is device and service discovery protocol over IP & non-IP network. This paper proposed a pervasive device and service discovery protocol that able to work in interoperability of the IP and non-IP network. The system environment consists of a smart device with XBee Communication as the non-IP network that will send the device and service description data to the IP network using WebSocket. The gateway will able to recognize the smart device and sent the data to the web-based user application. The user application displayed the discovered devices along the services and able to send the control data to each of the smart devices. Our proposed protocol also enriched with the smart device inoperability detection by using keep-alive tracking from the gateway to each of the smart devices. The result showed that the delay for the user application to detect the smart device in the XBee network is around 10.13 ms delay, and the service average delay requested by the user application to each of the devices is 2.13 ms. Keywords: Pervasive, Interoperability, WebSocket, XBee Copyright © 2017 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Interoperability and interconnecting devices that able to adapt autonomously is a central issue in the Internet of Things (IoT) [1]. In the pervasive and ubiquitous environment, providing on-the-fly communication services is recently considered as an emerging field of technology and research [2]. With the heterogeneous pervasive environment, the communication protocol will be varied and make it more complex to its users [3]. The pervasive and ubiquitous computing goal is to hide this complexity to it users by creating a transparent network and make the user more focus on the application [4]. At the application level, a system that provides context awareness become more important since the user only cares about what device and service provided in the pervasive environment beside of the technology that relies on it. There are several pervasive application-level protocols such as UPnP [5], Alljoyn [6], CoAP [7], etc. The pervasive device and service discovery protocol is also implemented in wireless Machine-to-Machine (M2M) communication. There are several wireless standards in M2M, and 802.15.4 becomes more popular for M2M communication since it has been standardized by IEEE and enhanced the low cost and low power consumption features. XBee [8] is an upper layer communication device based on 802.15.4 technology and now widely used in wireless network field [9]-[11]. XBee is a non-IP communication device that has the ability to self- organized their network but needs to be integrated with a gateway to make it able to communicate with the TCP/IP network. European Telecommunication Standard Institute (ETSI) has been developed a standard topology for M2M contained Network (TCP/IP) and Device and Gateway Domain (Non-IP Communication) [12]. The border between the network and the device domain is separated by the gateway and have a different physical layer communication. In the TCP/IP communication,
  • 2.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882 1876 WebSocket becomes more popular since it enhanced the HTTP performance by adding real- time bi-directional, and persistent connection with the server [13]. WebSocket also popular to be used as control interface in smart technology, since it deployed above the widely used HTTP protocol, WebSocket able to be created with intuitive Graphical Utility Interfaces in the web browser [14], [15]. Our research proposed a gateway design and implementation for XBee and the TCP/IP network that able to connect seamlessly by providing the pervasive device and service discovery protocol. By using our method and architecture, the user will be able to more focus on the service provided by the XBee based devices and not bothered by the complexity of the network architecture and configuration. 2. Proposed Method Our research using XBee [8] as a ZigBee device and will communicate with the WebSocket technology to perform the pervasive device and service discovery protocol. With topology shown in Figure 1. There is XBee area Network and the TCP/IP Network that will be communicated each other using a gateway. We provide 4 XBee act as smart device and configured as XBee Router device, gateway plugged with XBee act as coordinator (using Raspberry Pi), WebSocket server and web-based user application installed on a computer. Figure 1. XBee & TCP/IP M2M Network Our research proposed pervasive device and service discovery shown in Figure 3. At the first stage, the web-based user application will be connected with the WebSocket server to make the web user application always ready to receive data from the WebSocket server. If the gateway device turned on, it will be automatically connected with the WebSocket server. At the next stage, when there is a smart device around the gateway network with PAN ID 1AAA, smart devices will inform its presence to the gateway by sending broadcast information along with it device and service description presented in Figure 2. If the first smart device active, it will inform the gateway that the smart device is lamp the type is an actuator and provide turn on and turn off services. If the second device active, it will inform the gateway that the smart device is door as an actuator and have open, close, and lock services. After the gateway received the broadcast information, the gateway will send a unicast acknowledgment packet to make the smart device change it state to listen to a service request. When the gateway received the device and service description, the gateway will forward the information to the WebSocket server and WebSocket server will push the device and service description to the web user application. The web user application will be display the graphical utility interface that matched with the device and service description sent by the smart device.
  • 3. TELKOMNIKA ISSN: 1693-6930  Pervasive Device Service Discovery Protocol in... (Sabriansyah Rizqika Akbar) 1877 ce Description Data Figure 2. Device and Servi When the interface displayed, user will be able to choose which device will be controlled and which service will be requested. Figure 4 and Figure 5 show the system entities flowchart contained of smart device, gateway, and the user application. Figure 4(a) explained the flowchart from smart device as the provider of the device and service discovery data. The smart device will broadcast the information to the gateway/coordinator and will call a receive handler to listen to the ACK message that will be sent from the gateway, the smart device will change it back to the broadcast device and service discover state if the ACK message not received in 30s. The receive handler function is also used to receive service data requested by the user application. Figure 4(b) displayed the flowchart and show the process when the gateway forwards the pervasive device and service discovery data from the XBee network to the user application. Our research proposed the gateway method as a development from previous research [16] by added WebSocket protocol as the TCP/IP communication between the gateway and user application. Figure 3. Proposed Pervasive Device & Service Discovery The gateway will run three threads which are XBee receive the callback, keep-alive messages, and WebSocket receive the callback. XBee receive the callback is used to listening package from the smart device in the XBee network. Gateway will receive device and service description data from the smart device and will be sent it to user application via WebSocket protocol. The keep-alive thread is use to detect an inactive smart device and inform user application that the smart device is unavailable. The keep-alive thread will send a “ping” message to the smart device periodically and if the smart device is not replied the message the smart device will be considered as an inactive node. First Smart Device: {"device":"Lamp","type":"actuator","service":["Turn On","Turn Off"]} Second Smart device: {"device":"Door","type":"actuator","service":["Open","Close","Lock"]}
  • 4.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882 1878 The WebSocket receive thread will handle the WebSocket receive communication to the WebSocket server and user application. The WebSocket receive thread is equipped with the duplication check feature to avoid the same smart device duplication. The WebSocket receive thread is able to recognize the smart device uniquely by the long address and the short address, If the smart device long and short address is already recognized by the gateway, it will not be published to the user application and the device and service discovery data will be ignored. Start Serial Initialization Xbee Receive Callback Send Device & Service (D&S) Description To GW (Broadcast) Receive Service Data?F Service Activation T (a) Smart Device Xbee Start Serial Initialization Xbee Receive Callback Receive Xbee D&S Desc Data? Websocket(ws) Connect Websocket Receive Callback Receive ws Service Data? Send Device & Service Descr. Via Websocket T F Get Node Long Address Data Send Service Data to Xbee Node T F Receive ACK in 30s ? T F Keep Alive Message Found Node Down Inform User App via Websocket T F Duplicate? F T (b) Smart Device Gateway Figure 4. Smart Device and Gateway Flowchart Start Serial Initialization Websocket(ws) Connect Websocket Receive Callback Receive D&S Data? Web Display: Device & Service F Send Service Data? Send Service Data To Websocket Server T F Receive Device Deletion Message? T Web Display: Device & Service Deletion T F Figure 5. User Apllication Flowchart
  • 5. TELKOMNIKA ISSN: 1693-6930  Pervasive Device Service Discovery Protocol in... (Sabriansyah Rizqika Akbar) 1879 Figure 5 presenting the flowchart for user application. The user application interface is created in web-based environment and WebSocket protocol for communication with the gateway. The user application will receive device and service description data from the gateway and displayed on the web. The user will also have a device removal notification if there is unavailable smart device detected by the keep-alive process in the gateway. After the device and service description has been received by the user application, the user web browser will display each of the recognized devices and the user will be able to send a service request to the smart device via the gateway. 3. Result and Analysis Smart device will broadcast its presence to the gateway and will be forwarded to the user application. Figure 6 displayed the gateway status when received the broadcast device and service description. The displayed information showed that there is two devices lamp and door that identified by each XBee source long address. After the gateway received the broadcast message, the gateway will send the information to the WebSocket server and push it to the user application interface. Figure 6. Gateway Broadcast Received User application interface presented in Figure 7 and displayed two smart device which is lamp and door. The smart devices identified uniquely in the port field by the smart devices long address. The door device is identified in the 0013A200400DCA4E6 and the lamp device is identified in 0013A20040E88458. The user will be able to send the service data request for each device displayed in the service field. The door device has an open, close and lock services, while the lamp device provides turn on and turn off services. Figure 7. User Application Interface The smart device received the service requested by the user via gateway as shown in Figure 8. We provide time delay measurement to check the response time when the user sent the service request until the smart device receive the service requested.
  • 6.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882 1880 Figure 8. Service Received and Executed by the Smart Device Our research conducted a two experiment scenario. The first scenario is to measure the delay when the smart device start to send the broadcast device and service information until it has been received by the user application. The second scenario is conducted by measuring the delay when the user application sent the service data to the smart device. Table 1. Broadcast Time and Time Received Delay No. Delay (milisecond) Smart Device- WebSocketServer WebSocket server-User Application Smart Device-User Application Lamp Door Lamp Door Lamp Door 1. 0.20 0.21 9.92 9.93 10.12 10.13 2. 0.20 0.22 9.92 9.93 10.12 10.15 3. 0.21 0.22 9.92 9.92 10.13 10.14 4. 0.21 0.22 9.92 9.92 10.13 10.14 5. 0.21 0.21 9.92 9.92 10.13 10.13 6. 0.20 0.21 9.98 9.92 10.18 10.13 7. 0.21 0.21 9.92 9.92 10.13 10.13 8. 0.21 0.21 9.92 9.93 10.13 10.14 9. 0.20 0.22 9.92 9.93 10.12 10.14 10. 0.20 0.22 9.93 9.92 10.13 10.14 Average 0.205 0.215 9.927 9.924 10.132 10.137 Table 1 displayed the delay information when the smart device broadcast its device and service description to the WebSocket server and user application. The result showed that the average delay between smart devices with the WebSocket server is 0.205 for the Lamp device and 0.215 for the door device. The average delay between the WebSocket server and user application is 9.927 ms for the lamp device and 9.93 ms for the door device. Figure 9 presented the delay measurement from the smart device to user application with average delay 10.137 ms. The second experiment scenario conducted is to measure the service delay between the user applications to the smart device. User application will be able to send the service data (such as turn on or turn off lamp) after the user application able to recognize each of the devices and service descriptions. Figure 9. Smart Device - User Application Delay Measurement 10.08 10.1 10.12 10.14 10.16 10.18 10.2 1 2 3 4 5 6 7 8 9 10 DelayMeasurement (inms) Number Of Experiment Lamp Door
  • 7. TELKOMNIKA ISSN: 1693-6930  Pervasive Device Service Discovery Protocol in... (Sabriansyah Rizqika Akbar) 1881 Table 2. Service Delay No. Delay in Milisecond Delay Web Browser to Gateway (milisecond) Delay Gateway to Device (milisecond) Delay Web Browser to Device (milisecond) 1 2.268000126 0.059999943 2.328000069 2 2.269000053 0.059999943 2.328999996 3 2.281000137 0.059999943 2.34100008 4 2.271000147 0.059999943 2.33100009 5 2.282000065 0.059999943 2.342000008 6 2.27699995 0.059999943 2.336999893 7 2.282000065 0.059999943 2.342000008 8 2.282000065 0.059999943 2.342000008 9 2.279999971 0.060000181 2.340000153 10 2.282999992 0.059999943 2.342999935 11 2.282999992 0.060000181 2.343000174 12 2.290999889 0.059999943 2.350999832 13 2.286000013 0.059999943 2.345999956 14 2.375999928 0.070000172 2.446000099 15 2.286000013 0.059999943 2.345999956 16 2.29399991 0.060000181 2.354000092 17 2.289999962 0.059999943 2.349999905 18 2.290999889 0.060000181 2.351000071 19 2.292000055 0.059999943 2.351999998 20 2.296000004 0.059999943 2.355999947 Average: 2.288000011 0.060500002 2.348500013 Table 2 showed the experiment result for the service delay sent by the user application. The average delay from the web browser user application to the gateway is 2.288 ms. And the average delay from the gateway to the smart device is 0.060 ms. The average delay from the user application to the smart device is 2.34 ms and presented in Figure 10. Figure 10. Service Delay between the User Applications to Smart Device 4. Conclusion Our research successfully developed the pervasive and service discovery protocol in Interoperability XBee-IP network. Our system proposed XBee as smart device and the gateway that able to made interoperability into the WebSocket. The smart devices will be broadcast the pervasive and service description data into the gateway and the gateway will push the data to the user application with WebSocket protocols. The user application will be able to send the service data to the smart device via the gateway. Our research developed smart door device prototype with close, open, lock services and smart door lamp with turn on and turn off services. The user application will be displayed the device and each of the device services in the web browser and able to send the door and lamp services data to the smart device. Our system enriched with the keep-alive features to detect if there is smart device that not able to function properly and inform the web user application if the smart device will be inaccessible. From the conducted experiment, the average delay when the smart device is recognized by the user application is around 10.13 ms delay. The average service delay when the user application sent service data to the smart device is around 2.34 ms delay. The pervasive device and service discovery protocol in the XBee-IP network interoperability able to 2.25 2.3 2.35 2.4 2.45 2.5 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Delayin Miliseconds Number of Experiment
  • 8.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 4, December 2017: 1876 – 1882 1882 made the transparent network and made the user more focusses on the services provided by the system. Reference [1] L. Atzori, A. Iera and G. Morabito. The Internet of Things: A survey. Computer Networks. 2010; IV(54): 2787-2805. [2] F. Palmieri. Scalable service discovery in ubiquitous and pervasive computing architectures: A percolation-driven approach. Future Generation Computer Systems. 2012; 29: 693-703. [3] Li Han, Huan-yan Qian. The Implementation of One Opportunistic Routing in Wireless Networks. TELKOMNIKA. 2015; 13(2): 460-468. [4] S. Najar, M. K. Pinheiro and C. Souveyet,. A new approach for service discovery and prediction on Pervasive Information System. in International Conference on Ambient Systems, Networks and Technologies (ANT-2014),the 4th International Conference on Sustainable Energy Information Technology (SEIT-2014), Paris, 2014 [5] Open Connectivity Foundation, About UPnP, [Online]. Available: http://openconnectivity.org/upnp. [Accessed 2 May 2016]. [6] Allseen Alliance, AllJoyn Documentation, [Online]. Available: https://allseenalliance.org/framework/documentation. [Accessed 2 May 2016]. [7] C. Bormann, A. P. Castellani and Z. Shelby. CoAP: An Application Protocol for Billions of Tiny Internet Nodes. IEEE, 2012. [8] Digi, Xbee, Digi, [Online]. Available: http://www.digi.com/lp/xbee. [Accessed 10 August 2016]. [9] A. H. Kioumars and D. L. Tang. ATmega and XBee-Based Wireless Sensing, in Proceedings of the 5th International Conference on Automation, Robotics and Applications, Wellington, New Zealand, 2011. [10] N. Zulkifli, F. Harun and N. Azahar. XBee Wireless Sensor Networks for Heart Rate Monitoring in Sport Training. in 2012 International Conference on Biomedical Engineering (ICoBE) , Penang, Malaysia, 2012. [11] R. L. Pascual, D. M. R. Sanchez, D. L. E. Naces and W. A. Nuñez,. A Wireless Sensor Network Using XBee for Precision Agriculture of Sweet Potatoes (Ipomoea batatas). in 8th IEEE International Conference Humanoid, Nanotechnology, Information Technology Communication and Control, Environment and Management (HNICEM), Cebu, Philliphines, 2015. [12] J. Holler, V. Tsiatsis, C. Mulligan, S. Karnouskos, S. Avesand and D. Boyle, From Machine-to- Machine to the Internet of Things Introduction to a New Age of Intelligence, Massachusetts: Elsevier, 2014. [13] Lihong Geng, Liang Pan, Yiqiang Sheng, Zhichuan Guo. Towards Smooth and High-Quality Bitrate Adaptation for HTTP Adaptive Streaming. TELKOMNIKA. 2016; 14 (3): 904-915. [14] T. Abdulrahman, O. Isiwekpeni, N. Surajudeen-Bakinde and A. Otuoze. Design, Specification and Implementation of a Distributed Home Automation System. Procedia Computer Science; 2016: 94: 473-478. [15] L. Srinivasan, J. Scharnagl and K. Schilling. Analysis of WebSockets as the New Age Protocol for Remote Robot Tele-operation. in The International Federation of Automatic Control, Seoul, Korea, 2013. [16] S. R. Akbar, W. Kurniawan, M. H. H. Ichsan, I. Arwani and M. T. Handono. Pervasive Device and Service Discovery Protocol In XBee Sensor Network. in 2016 International Conference on Advanced Computer Science and Information Systems, Malang, East Java, Indonesia, 2016.