CoAP communication with the mobile phone sensors over the IPv6

Size: px
Start display at page:

Download "CoAP communication with the mobile phone sensors over the IPv6"

Transcription

1 CoAP communication with the mobile phone sensors over the IPv6 Tomislav Dimcic *, Dejan Drajic *, Srdjan Krco * * Ericsson d.o.o., Belgrade, Serbia toma.dimcic@gmail.com, dejan.d.drajic@gmail.com, srdjan.krco@ericsson.com Abstract In this paper a few implementations were presented in order to show the importance of the IPv6 usage for IoT and possibilities that IPv6 offer. It is done in order to overcome addressing and routing limitations of IPv4 based mobile networks and WiFi. Two set-ups are presented. In the first one, smartphone is used as end point that could be accessed directly through the IPv6 address. Second set-up shows how smartphone could be used as a half-gateway for non IP devices, and provides access to the devices that use Bluetooth or Infrared communication with smartphone. I. INTRODUCTION Every smartphone has a number of embedded sensors, like GPS, microphone, speaker, camera, light, etc. If the data from the phones sensors could be accessed from the internet they could be combined and used for forming the bigger picture about the environment. For example, data gathered from many different sound sensors on phones could provide information about the noise level in the different parts of the city to form the noise level map. Having in view that there are so many smartphones in the world the potential is huge. Problem occurs while trying to get the data from the phone. Phone, while on the IPv4 mobile network, does not have a static IP address and every time when the phone is switched off and on, it obtains new IP address from the network. On the other hand, if the phone is on the WiFi, through the IPv4 network, port forwarding on the local router must be provided. These problems are the reason why it is not practical as well as possible to implement any server on the phone that could be accessed from the internet. Google developed and offered service for notification system. In order to enable this function, the constant communication with their service needed to be open, which has a large influence on the phone battery consumption [1]. A promising solution for this problem is usage of the IPv6 network. IPv6 addressing system enables every IoT (Internet of Things) device to have a unique IP address which facilitates implementation by avoiding port forwarding. In this paper some practical implementations are presented in order to show the importance of the IPv6 for IoT and possibilities that IPv6 offers. In observed cases a mobile device can have its own sensors (embedded) or different sensors can be connected wirelessly, for example via Bluetooth, when mobile phone acts as halfgateway for sensors from devices that do not support IPv6 protocol, allowing them to be accessible via IPv6 network. Communication with mobile phones is done over CoAP protocol, while Digcovery system is used for the service discovery. Work presented in this paper is done in the scope of the EU FP7 IoT6 research project which aims at researching and exploiting the potential of IPv6 to develop a service oriented architecture overcoming the current IoT fragmentation [2]. Within the project various ways to integrate an IPv6-based IoT into mobile phone networks enabling mobile devices to provide access to smart objects as well as to use mobile devices as sensors/actuators are explored. The paper is organized as follows: after introduction, in Section II CoAP protocol and Digcovery system are explained. Section III covers test case with Mobile Phones with its own sensors, while in Section IV half gateway implementation is presented. In Section V conclusions and future work are given. II. COAP PROTOCOL AND DIGCOVERY CoAP (Constrained Application Protocol) is proposed by the CoRE (Constrained RESTful Environments) working group in order to optimize the use of the RESTful web service architecture in the constrained nodes and networks [3]. CoAP is an application layer protocol designed to lower the complexity for the constrained networks but, also, to enable communication over the existing internet infrastructure. Existing protocols on application layer that operates in requestresponse model are not good match for low-power, resource constrained devices. CoAP is a light-weight application protocol based on UDP that supports multicast requests, cashing and REST web services between the end-points, and is seen as a future protocol for IoT. The lack of reliability of the UDP is compensated by using other methods that provide confirmation of received messages. It is designed for low-powered devices and it fulfills the IoT requirements [4]. CoAP is still work in progress of the IETF CoRE Working Group [5]. It is intended to be used as the HTTP-replacement for smart objects that are connected to the Internet [6]. One of the requirements for CoAP design is resource, service and end point discovery. As suggested in CoRE Resource Directory draft [7], a good solution is usage of Resource Directory for storing descriptions and resource discovering. There are also other solutions. IETF Page 388 of 478

2 considers DNS-SD (Domain Name System Service Discovery) [8] as the service discovery mechanism. Protocols like ZigBee [9] and SLP (Service Location Protocol) [10] are also working on the service discovering systems and they offer their solutions. Digcovery is global discovery platform. This platform is used to locate the different domains and the wide deployed directories with the different resources. It is based on DNS (dig command in Linux OS). Digcovery is public and accessible from anyplace through digcovery.net. Digcovery allows the delegation of each domain to the end-user and/or service provider through digrectories [11]. Digcovery is introduced as a service discovery system on the IoT6 project [12]. It has a CoAP interface build-in in order to enable communication with the constrained devices on the network edge. On low power devices it is too complicated or impossible to implement DNS protocol, and usage of a CoAP for discovery enables development of more distributed systems. It allows end devices to discover services that it needs. In this paper we study the access to the mobile phone sensors over the internet, through the IPv6 network. A smartphone application is responsible for registering phone s sensors into a Digcovery directory. Another device (a laptop in this test case) searches the directory for the required service (see Section III). After receiving the required description, a client application on the laptop communicates with the phone and collects measurements from the sensors on the phone. In addition, access and communication to the external device connected via Bluetooth with the phone is presented (Section IV). III. MOBILE PHONE WITH ITS OWN SENSORS In this test setup an Android based smartphone was used for implementation of the IPv6 CoAP server, a Raspberry Pi [13] was acting as an IPv6 border router and finally a laptop as an IPv6 client (Fig. 1.). if there is no support in the ISP. Within this mechanism IPv6 address is carried by the IPv4 network to the Freenet6 server, where the communication translates completely to the IPv6 network. On Freenet6, a single, permanent IPv6 address and a DNS name are assigned to each user, making their device reachable from anywhere on the IPv6 internet. The Raspberry Pi was set with a Freenet6 client, which enables IPv6 communication. The client keeps the IPv4 tunnel constantly open with the Freenet6 server. Beside that the client is in charge to get the static IPv6 address from the Freenet6 server. Freenet6 has a unique IPv6 address for every account created on its site. Raspberry Pi is basically a Linux machine and therefore it could be set to be a router for the local network enabling internet access to the local devices. Since Raspberry Pi already has a tunneling mechanism that provides IPv6, it is converted to be a Wi-Fi hot spot for the IPv6 network. In this way IPv6 enabled devices could get the IPv6 address through the Raspberry. A full /56 prefix is assigned to a Raspberry, enabling the distribution of IPv6 connectivity to an entire network. A static IPv6 address, accessible from the web is assigned to the Raspberry Pi. Raspberry Pi acts as a border router for the IPv6 network and enables the smartphone to get its IPv6 address. To enable that, a DHCP server is built on the Raspberry which assigns unique IPv6 address to every device that tries to connect with it. The IP address assigned to the smartphone is the following: 2001:5c0:1504:b800:50d0:f101:83cc:b8b4 Since this is a REST CoAP server there are several available interfaces: /sensor, /sensor/gps, / sensor/light, etc. After boot, in order to enable service discovery (Fig. 2), the smartphone s CoAP server registers its available resources and services on the Digcovery, by sending the following PUT requests: and coap://[2001:720:1710:10::1000]:5683/dig?ep=sensors&pr oto=coap&port=5683&d=example.com &lat=25&long=45&z=belgrade, coap://[2001:720:1710:10::1000]:5683/dig?ep=gps&proto =coap&port=5683&d=example.com &lat=25&long=45&z=belgrade, Figure 1. Test set-up, IPv6 communication between laptop and CoAP Server on the Android In order to be able to route communication in a proper way ISP (Internet Service Provider) needs to have a support for IPv6. Because ISP s in Serbia don t support IPv6 addressing system, a tunneling system was used provided by Gogo6 [14] with its Freenet6 Tunnel Broker [15]. A tunneling mechanism enables IPv6 network even Figure 2. Communication flow getting the list of available sensors from the Android phone Page 389 of 478

3 The other end of the communication link is embodied in an IPv6 Client installed on a laptop. Similar to the Raspberry Pi, the laptop obtained an IPv6 address through the Freenet6 Tunnel Broker and is able to make a request over IPv6. In order to read available services on the phone, the IPv6 client sends a GET request to the Digcovery server: coap://[2001:720:1710:10::1000]:5683/dig?qt=2&ep=sensors, Digcovery responds with a description of those services: [{"name":"coap.sensors","port":5683,"addr":"2001:5c0:1504:b800 :50d0:f101:83cc:b8b4","values":[{"value":"25@45","nameField": "geo"},{"value":"belgrade","namefield":"gps"}],"gps":"belgrade ","loc":[45.0,25.0],"domainname":"example.com"}, {"name":"coap.gps","port":5683,"addr":"2001:5c0:1504:b800:50d 0:f101:83cc:b8b4","values":[{"value":"25@45","nameField":"geo "},{"value":"belgrade","namefield":"gps"}],"gps":"belgrade","lo c":[45.0,25.0],"domainname":"example.com"}] The descriptions of both services are being sent because they are registered from one domain. After receiving this message, the IPv6 CoAP client installed on the laptop sends a GET request to the following address: coap://[2001:5c0:1504:b800:50d0:f101:83cc:b8b4]:5683/sensors/ The request is tunneled through the Freenet6 over the Internet to the Raspberry Pi, which than transmits the request to its final destination, a smartphone. Because the smartphone listens on the 5683 port, it gets the request, processes it and sends back a response to the laptop through the same communication channel (Fig. 2.). The response holds information about the available sensors on the phone (Table 1.): TABLE I. LIST OF AVAILABLE SENSORS devices via the Internet, it is crucial to show how these devices could have an internet access over the IPv6 network. The role of half-gateway is to communicate through IPv6 but still to be able to connect to a device via Bluetooth or Infrared. The mobile phone performs registration of these devices in Digcovery or a Resource Directory thus allowing their discovery and obtaining measurements. In the full gateway implementation additionally protocol adaptations, security and privacy aspects should be supported, what is not investigated in this paper. In this setup an Android phone, with CoAP Server implemented, is used as IPv6 half-gateway for the Bluetooth enabled device MindWave [16]. The MindWave device is able to read brain wave activity and to send raw measurements to the smartphone. As in the first test case, Raspberry Pi is set as the Border Router for IPv6 and got its IPv6 address with the Freenet6 client which enables the IPv6 communication. On Freenet6, a single, permanent IPv6 address and a DNS name are assigned to each user, making their device (PC, laptop) or any other device reachable from anywhere on the IPv6 internet. The IP address on the phone is the following: 2001:5c0:1504:b800:71bc:54c0:eee3:3b83 The MindWave device is able to read brain wave activity and to send raw measurements to the smartphone. A connection between the MindWave and the smartphone is established using Bluetooth. An application installed on the phone communicates over the IPv6 network, reads and process the EEG (Electro Encephalograph) data from the MindWave (and interpret it as the level of attention and meditation) and it has a CoAP server that waits for the request from the internet. The server listens the port This setup enables access to the Bluetooth device via IPv6 network. This is a list of available sensors: KR3DM 3-axis Accelerometer AK axis Magnetic field sensor GP2A Light sensor GP2A Proximity sensor K3G Gyroscope sensor Rotation Vector Sensor Gravity Sensor Linear Acceleration Sensor Orientation Sensor Corrected Gyroscope Sensor GPS For example, if the request is sent to the: coap://[2001:5c0:1504:b800:50d0:f101:83cc:b8b4]:5683/sensor/gps, the response is the current location of the phone. Similar to this, the measurements from all sensors can be read. IV. HALF GATEWAY IMPLEMENTATION In this test case mobile phone acts as a half-gateway for sensors from devices that don t support IPv6 protocol [10]. These devices are connected to the phone via Bluetooth, Infrared, etc. Since IoT means connected Figure 3. IPv6 communication between laptop and MindWave device using Android phone as a gateway After running the IPv6 EEG CoAP Server Application on the phone (Fig. 3.), it sends the registration data to the Digcovery: coap://[2001:5c0:1504:b800:71bc:54c0:eee3:3b83]:5683/di g?ep=attention&proto=coap&port=5683&d=example.com &lat=25&long=45&z=belgrade Page 390 of 478

4 and coap://[2001:5c0:1504:b800:71bc:54c0:eee3:3b83]:5683/di g?ep=meditation&proto=coap&port=5683&d= example.com &lat=25&long=45&z=belgrade In order to read the data from the MindWave, IPv6 CoAP Client on the laptop sends GET request to the Android application that can handle the CoAP request and it is connected to the MindWave via Bluetooth: GET on coap://[ 2001:5c0:1504:b800:71bc:54c0:eee3:3b83]:5683/attention/ or GET on coap://[ 2001:5c0:1504:b800:71bc:54c0:eee3:3b83]:5683/meditation/ The request is tunneled through the Freenet6 over the Internet to the Raspberry, which than transmits the request to its final destination, Android phone. Phone listens the 5683 port, gets the request, process it and send back the response to the laptop through the same communication channel (Fig. 4.). The response holds information about current data gathered from the MindWave. enables every IoT device to have a unique address could be used. In this paper some implementations were presented in order to show the importance of the IPv6 for IoT and possibilities that IPv6 offer. Since in Serbia ISPs don t have a support for IPv6, tunneling mechanism is used to demonstrate proof of concept. Freenet6 Tunneling Broker enables carrying IPv6 address through the IPv4 channel which enables local networks IPv6 connectivity. To avoid having the tunneling mechanism for every device a Raspberry Pi device was set to work as a Border Router for IPv6. In this way any device could have IPv6 connectivity using WiFi through Raspberry Pi. Also, every device connected through this system has a unique IPv6 address. Two set-ups are presented. In the first one, smartphone is used as end point that could be accessed directly through the IPv6 address. Smartphone has a number of sensors and, if asked, it could response with readings from those sensors. The REST CoAP server is used so every sensor could be accessed independently. Second set-up shows how smartphone could be used as a halfgateway for non IP devices. In that way, access to the devices that use Bluetooth or infrared, is provided. In the future work we plan to compare IPv6 set-up that uses Digcovery system presented here, with the same setup where instead of the Digcovery IPv4 based Resource Directory will be used [7]. Preliminary results show that there is a major influence of the IPv6 tunneling mechanism on the communication speed, so it is necessary directly to use IPv6 access point in order to avoid tunneling delays and to perform real comparisons of IPv6 Digovery system and IPv4 based Resource Directory. Figure 4 Communication flow getting the attention or meditation level from the MindWave If the request was sent to the attention interface, the response holds information about current attention level, and if the request was sent to the meditation interface, the response holds information about current meditation level. These levels are relative values between 0 and 100. V. CONCLUSIONS AND FUTURE WORK In IPv4 based mobile networks, mobile phone does not have a static IP address, and every time the phone is switched off and on, it obtains new IP address from the network, while if the phone is on the WiFi, through the IPv4 network, port forwarding on the local router must be provided. It makes a problem to get sensors data from the smartphones. To avoid these problems IPv6 networks that ACKNOWLEDGMENT Main part of the research presented in this paper was undertaken in the context of European Project FP7 IoT6 project (STREP). The project has received funding from the European Community's Seventh Framework Programme under grant agreement n REFERENCES [1] [2] IoT6 D1.3 Updated version of IoT6 architecture & SOA specifications [3] Tomislav Dimčić, Srđan Krčo, Nenad Gligorić, CoAP (Constrained Application Protocol) implementation in M2M Environmental Monitoring System, 2nd International Conference on Information Society Technology, 2012 [4] Nenad Gligorić at al: CoAP over SMS Performance Evaluation for Machine to Machine Communication, 20th Telecommunications Forum (TELFOR), Special Session, 2012 [5] IETF CoRE Working Group [Last accessed April 2013] [6] Bergmann, O.; Hillmann, K.T.; Gerdes, S., "A CoAP-gateway for smart homes," Computing, Networking and Communications (ICNC), 2012 International Conference on, vol., no., pp , Jan Feb [7] Page 391 of 478

5 [8] S. Cheshire and M. Krochmal. DNS-Based Service Discovery. RFC ISSN: , Internet Engineering Task Force, February [9] Zigbee Specification. ZigBee Document r17, January [10] E. Guttman, C. Perkins, J. Veizades and M. Day. Service Location Protocol, Version 2. IETF RFC2165, June 1999 [11] IoT6 D6.2 Ubiquitous access and mobile phone network interactions report [12] [13] [14] [15] [16] Page 392 of 478

Common Service Discovery Scheme in IoT Environments

Common Service Discovery Scheme in IoT Environments , pp.28-32 http://dx.doi.org/10.14257/astl.2018.149.07 Common Service Discovery Scheme in IoT Environments Joosang Youn 1 * and TaeJin Lee 2 1 Dept. of Industrial ICT Engineering, Dong-Eui University 176,

More information

DNS Naming Services for Service Discovery and Remote Control for Internet-of-Things Devices

DNS Naming Services for Service Discovery and Remote Control for Internet-of-Things Devices DNS Naming Services for Service Discovery and Remote Control for Internet-of-Things Devices Seokhwa Kim, Keuntae Lee, and Jaehoon (Paul) Jeong Department of Computer Science & Engineering, Sungkyunkwan

More information

CrossMount MediaTek White Paper April2015

CrossMount MediaTek White Paper April2015 MediaTek White Paper April2015 2015 MediaTek Inc. Technology Introducing is a new MediaTek technology that simplifies hardware and software resource sharing between different consumer devices. Designed

More information

Interoperability Frameworks for RIOT-OS

Interoperability Frameworks for RIOT-OS Interoperability Frameworks for RIOT-OS @Mattia_Antonini m.antonini@create-net.org Università degli Studi INTEROPERABILITY Berlin, 15th July 2016 Stack Base Layer Service Layer Implementations Official

More information

IOTIVITY INTRODUCTION

IOTIVITY INTRODUCTION IOTIVITY INTRODUCTION Martin Hsu Intel Open Source Technology Center 1 Content may contain references, logos, trade or service marks that are the property of their respective owners. Agenda Overview Architecture

More information

Portal Quick Start Guide Portal version 1.9

Portal Quick Start Guide Portal version 1.9 Portal Quick Start Guide 1 Content 1. Unboxing... 4 1.1. Packaging content... 4 1.2. What you need to start... 5 2. Set up your account... 6 2.1. Sign up to the Portal... 6 2.2. Download your gateway application...

More information

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services

More information

Proposed Node and Network Models for M2M Internet

Proposed Node and Network Models for M2M Internet 2009-2012 NTT CORPORATION. All Rights Reserved. Proposed Node and Network Models for M2M Internet Yuminobu Igarashi NTT Information Sharing Platform Laboratories 2012 NTT Information Sharing Platform Laboratories

More information

ARM mbed Reference Designs

ARM mbed Reference Designs ARM mbed Reference Designs Steve Ogborne Senior Engineer Internet of Things Business Unit mbed Connect / Shenzhen, China 15 th Dec 2015 Contents Intro Smart City Sub-GHz Reference Design Wi-Fi Reference

More information

An IoT-Aware Architecture for Smart

An IoT-Aware Architecture for Smart An IoT-Aware Architecture for Smart Healthcare System Presented By: Amnah Allboani Abstract Smart hospital system (SHS) relies on complementary technologies specifically RFID, WSN, and smart mobile, interoperating

More information

IPv6: Where are we in 2017? Based on Internet Society 2017 report https://www.internetsociety.org/doc/state-ipv6-deployment-2017 June 6, 2017

IPv6: Where are we in 2017? Based on Internet Society 2017 report https://www.internetsociety.org/doc/state-ipv6-deployment-2017 June 6, 2017 IPv6: Where are we in 2017? Based on Internet Society 2017 report https://www.internetsociety.org/doc/state-ipv6-deployment-2017 June 6, 2017 History of IPv6 1990: IETF realized that IPv4 address space

More information

Smart Waste Management using Internet of Things Architecture

Smart Waste Management using Internet of Things Architecture Smart Waste Management using Internet of Things Architecture Alexandru Costin AVRAM Department of Economic Informatics and Cybernetics The Bucharest University of Economic Studies ROMANIA alexanderavram@gmail.com

More information

SE 3S03 - Tutorial 1. Zahra Ali. Week of Feb 1, 2016

SE 3S03 - Tutorial 1. Zahra Ali. Week of Feb 1, 2016 SE 3S03 - Tutorial 1 Department of Computer Science McMaster University naqvis7@mcmaster.ca Week of Feb 1, 2016 testing vs Software Devices and s Devices and s App Device Outline testing vs Software Devices

More information

Lesson 10. Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet

Lesson 10. Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet Lesson 10 Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet 1 Connecting Arduino USB to Internet Arduino board IDE supports USB. USB port connects to a mobile or computer or

More information

INTEROPERABILITY ISSUES IN IOT

INTEROPERABILITY ISSUES IN IOT INTEROPERABILITY ISSUES IN IOT 4/8/2016 WHITEPAPER Interoperability is the key issue ailing the mass adoption of IoT devices. Standardization is the remedy. This paper talks about the inherent Interoperability

More information

IPv6 Community Wifi. Unique IPv6 Prefix per Host. IPv6 Enhanced Subscriber Access for WLAN Access Gunter Van de Velde Public.

IPv6 Community Wifi. Unique IPv6 Prefix per Host. IPv6 Enhanced Subscriber Access for WLAN Access Gunter Van de Velde Public. IPv6 Community Wifi Unique IPv6 Prefix per Host IPv6 Enhanced Subscriber Access for WLAN Access Gunter Van de Velde 19-01-2016 1 Nokia 2016 Public IPv6 timeline 4 waves as noticed by ALU IP Division ~2000

More information

EMBEDDED SYSTEMS AND MOBILE SYSTEMS

EMBEDDED SYSTEMS AND MOBILE SYSTEMS EMBEDDED SYSTEMS AND MOBILE SYSTEMS Embedded systems Sensors, actuators, devices 8-bit uc, sensors, actuators Mobile systems: Portable PC (powerfull, WiFi connected, heavy, cumbersome, about 4h of battery

More information

Lecture 04 Introduction: IoT Networking - Part I

Lecture 04 Introduction: IoT Networking - Part I Introduction to Industry 4.0 and Industrial Internet of Things Prof. Sudip Misra Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture 04 Introduction: IoT Networking

More information

Rendezvous: Revolutionary Networking Technology

Rendezvous: Revolutionary Networking Technology Rendezvous: Revolutionary Networking Technology Author: Erik Regis Research Project 4C03 April 6, 2004 Introduction. Wireless technology has created a unique situation that has been the catalyst to innovation

More information

Parking Lot Practical IOT COURSE

Parking Lot Practical IOT COURSE Parking Lot Practical IOT COURSE Richard Verhoeven Qingzhi Liu December 11, 2018, Eindhoven Parking System Internet 802.11 (wifi) Server Parking Lot Owner Parking Spot Vehicle From: Libelium.com / System

More information

Quick Start Guide. WiFi Camera HD Wi-Fi camera with temperature & humidity detection. EU Environmental Protection PL - W0420

Quick Start Guide. WiFi Camera HD Wi-Fi camera with temperature & humidity detection. EU Environmental Protection PL - W0420 PL - W0420 Quick Start Guide EU Environmental Protection Waste electrical products should not be disposed of with household waste. Please recycle where facilities exist. Check with your local authority

More information

Overview. Background. Intelligence at the Edge. Learning at the Edge: Challenges and Brainstorming. Amazon Alexa Smart Home!

Overview. Background. Intelligence at the Edge. Learning at the Edge: Challenges and Brainstorming. Amazon Alexa Smart Home! Overview Background Intelligence at the Edge Samsung Research Learning at the Edge: Challenges and Brainstorming Amazon Alexa Smart Home! Background Ph.D. at UW CSE RFID, Mobile, Sensors, Data Nokia Research

More information

SmartSantander. Dr srđan KrČo

SmartSantander. Dr srđan KrČo SmartSantander a Smart City example Dr srđan KrČo Why Smart Cities now? 50% of the world population lives in a city 2010-2050: Urban population will almost double Cities occupy 2% of the world s geography

More information

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India 2017 IEEE 7th International Advance Computing Conference Smart Organization Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India vivekgghule@gmail.com

More information

CASAN: A New Communication Architecture for Sensors Based on CoAP

CASAN: A New Communication Architecture for Sensors Based on CoAP CASAN: A New Communication Architecture for Sensors Based on Pierre David pda@unistra.fr Philippe Pittoli p.pittoli@unistra.fr Thomas Noël noel@unistra.fr Laboratoire ICube Université de Strasbourg France

More information

Simpli.Fi. App for wifi DK series cameras OWNER'S MANUAL. APP DSE Simpli.Fi for Wi-Fi DK series cameras. Product description. Download DSE Simpli.

Simpli.Fi. App for wifi DK series cameras OWNER'S MANUAL. APP DSE Simpli.Fi for Wi-Fi DK series cameras. Product description. Download DSE Simpli. Page: 1 Simpli.Fi App for wifi DK series cameras Product description Simpli.Fi is THE app to control all our WIFI hidden cameras to investigate Series DK. Our investigation for cameras are IP cameras to

More information

Internet of Things 2018/2019

Internet of Things 2018/2019 Internet of Things 2018/2019 Discovering the Things Johan Lukkien with slides by Milosh Stolikj John Carpenter, 1982 1 Guiding questions What does service discovery entail, and what are relevant criteria

More information

Tizen Connectivity Support. for IoT Devices. Steve(Taesoo) Jun, Ph.D. Copyright 2017 Samsung. All Rights Reserved.

Tizen Connectivity Support. for IoT Devices. Steve(Taesoo) Jun, Ph.D. Copyright 2017 Samsung. All Rights Reserved. Tizen Connectivity Support 1 for IoT Devices Steve(Taesoo) Jun, Ph.D. Principle Engineer Samsung Electronics 1 Copyright 2017 Samsung. All Rights Reserved. What you expect here Tizen 1.0 Tizen 2.0 Tizen

More information

ARM IoT Tutorial. CoAP: The Web of Things Protocol Zach Shelby. April 30 th, 2014

ARM IoT Tutorial. CoAP: The Web of Things Protocol Zach Shelby. April 30 th, 2014 ARM IoT Tutorial CoAP: The Web of Things Protocol Zach Shelby April 30 th, 2014 1 2 Introduction Evolution from M2M to IoT M2M Big Data Internet of Things Services Web The Web Little Data Things 3 3 CoAP:

More information

Lesson 8 Internet Connected Smart Home Services And Monitoring. Chapter-12 L08: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 8 Internet Connected Smart Home Services And Monitoring. Chapter-12 L08: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 8 Internet Connected Smart Home Services And Monitoring 1 Internet Connected Smart Home Services And Monitoring Smart home services Home lighting control Control and monitoring of appliances Security

More information

Venue : Panimalar Institute of Technology, Chennai EVENT DETAILS

Venue : Panimalar Institute of Technology, Chennai EVENT DETAILS Two days Zonal level workshops on IoT using RaspberryPi January 19-20,2018 Venue : Panimalar Institute of Technology, Chennai 600123 EVENT DETAILS Stages of Event Round 1: A Workshop will be organized

More information

Enhanced Cluster-based CoAP in Internet-of-Things Networks

Enhanced Cluster-based CoAP in Internet-of-Things Networks Enhanced Cluster-based CoAP in Internet-of-Things Networks Dong-Kyu Choi School of Computer Science and Engineering, Kyungpook National University Daegu, Korea supergint@gmail.com Joong-Hwa Jung School

More information

Foreword xxiii Preface xxvii IPv6 Rationale and Features

Foreword xxiii Preface xxvii IPv6 Rationale and Features Contents Foreword Preface xxiii xxvii 1 IPv6 Rationale and Features 1 1.1 Internet Growth 1 1.1.1 IPv4 Addressing 1 1.1.2 IPv4 Address Space Utilization 3 1.1.3 Network Address Translation 5 1.1.4 HTTP

More information

Reliable Stream Analysis on the Internet of Things

Reliable Stream Analysis on the Internet of Things Reliable Stream Analysis on the Internet of Things ECE6102 Course Project Team IoT Submitted April 30, 2014 1 1. Introduction Team IoT is interested in developing a distributed system that supports live

More information

EMBEDDED SYSTEMS PROGRAMMING Accessing Hardware

EMBEDDED SYSTEMS PROGRAMMING Accessing Hardware EMBEDDED SYSTEMS PROGRAMMING 2016-17 Accessing Hardware HARDWARE LIST Accelerometer Vector magnetometer (compass) Gyroscope GPS and/or other location facilities (Front/rear) camera Microphone Speaker Battery

More information

What? Why? How? Dave Botherway November

What? Why? How? Dave Botherway November What? Why? How? Dave Botherway November - 2016 Connecting any Computer-type devices PCs, Tablets, Phones, GPS Smart TV, Smart Watches, Fitbit-type devices Printers, Modems, Routers, Network Storage Keyboards,

More information

XDK HARDWARE OVERVIEW

XDK HARDWARE OVERVIEW XDK HARDWARE OVERVIEW Agenda 1 General Overview 2 3 4 Sensors Communications Extension Board 2 General Overview 1. General Overview What is the XDK? The Cross-Domain Development Kit, or XDK, is a battery

More information

Embedded Web Services

Embedded Web Services Nov 1 st, 2011 Embedded Web Services Zach Shelby, Chief Nerd 1 Course Overview Powering M2M with the Internet of Things Industry examples What are Web Services? CoRE - Constrained RESTful Environments

More information

Lecture 14: DHCP and NAT

Lecture 14: DHCP and NAT Lecture 14: DHCP and NAT Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks IPv4 Address Shortage Classless IP addressing solved IPv4 address shortage

More information

Introduction to IPv6 - II

Introduction to IPv6 - II Introduction to IPv6 - II Building your IPv6 network Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT Contents IPv6 Protocols and Autoconfiguration - ICMPv6 - Path MTU Discovery

More information

Internet of Things: Latest Technology Development and Applications

Internet of Things: Latest Technology Development and Applications Internet of Things: Latest Technology Development and Applications Mr UY Tat-Kong Assistant Vice President Network Evolution Planning & Development 22 August 2014 Agenda Communication Technologies Development

More information

System Architecture Challenges in the Home M2M Network

System Architecture Challenges in the Home M2M Network System Architecture Challenges in the Home M2M Network Michael Starsinic InterDigital Communications M2M Background M2M Communications Machine-to-Machine or Machine-to-Man The Machine usually includes

More information

Configuring your Laptop as a gateway/router for your Raspberry Pi

Configuring your Laptop as a gateway/router for your Raspberry Pi Configuring your Laptop as a gateway/router for your Raspberry Pi The Raspberry Pi will need now and then an internet connection to get packages from the internet. Windows There are two ways to set this

More information

Khartoum, Sudan Dec 2017

Khartoum, Sudan Dec 2017 ITU-SUDACAD Regional Forum on Internet of Things for Development of Smart and Sustainable Cities Khartoum, Sudan 13-14 Dec 2017 Standardized architectures and important standards defining organizations

More information

Network Working Group. Sun Microsystems October 2001

Network Working Group. Sun Microsystems October 2001 Network Working Group Request for Comments: 3105 Category: Experimental J. Kempf NTT DoCoMo USA Labs G. Montenegro Sun Microsystems October 2001 Finding an RSIP Server with SLP Status of this Memo This

More information

Lightweight Internet Protocols for Web Enablement of Sensors using Constrained Gateway Devices

Lightweight Internet Protocols for Web Enablement of Sensors using Constrained Gateway Devices 2013 International Conference on Computing, Networking and Communications, Workshops Cyber Physical System Lightweight Internet Protocols for Web Enablement of Sensors using Constrained Gateway Devices

More information

ITU-T Y Requirements of smartphone as sink node for IoT applications and services

ITU-T Y Requirements of smartphone as sink node for IoT applications and services I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4553 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

QUICK GUIDE FOR APP "UDVGUARD" (ANDROID DEVICES)

QUICK GUIDE FOR APP UDVGUARD (ANDROID DEVICES) QUICK GUIDE FOR APP "UDVGUARD" (ANDROID DEVICES) This guide describes the settings and the main features related to the "UDVGuard" app required to receive audio / video calls from the AgoràIP IPV11AGL

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

1. Install the DANALE app. 2. Create an account

1. Install the DANALE app. 2. Create an account USER S MANUAL EN 1. Install the DANALE app For Android users On your Google Play Store, search for Danale and then install the app on your phone. For ios users Please open your App Store, search for Danale

More information

Introduction to Linux-wpan and Potential Collaboration. Stefan Schmidt Samsung Open Source Group

Introduction to Linux-wpan and Potential Collaboration. Stefan Schmidt Samsung Open Source Group Introduction to Linux-wpan and Potential Collaboration Stefan Schmidt stefan@osg.samsung.com Samsung Open Source Group Agenda Relationship to RIOT Linux-wpan Project Current Collaboration Future Relationship

More information

IoT Intro. Fernando Solano Warsaw University of Technology

IoT Intro. Fernando Solano Warsaw University of Technology IoT Intro Fernando Solano Warsaw University of Technology fs@tele.pw.edu.pl Embedded Systems Wireless Sensor and Actuator Networks Enabling technologies Communication Protocols Cloud Computing Big Data

More information

Feature Notes LCOS 9.20 RC2.

Feature Notes LCOS 9.20 RC2. Feature Notes LCOS 9.20 RC2 www.lancom-systems.com LCOS 9.20 Best Wi-Fi & maximum security for your network! The new LCOS version 9.20 is a massive package that offers secure networking and top-quality

More information

Indoor navigation using smartphones. Chris Hide IESSG, University of Nottingham, UK

Indoor navigation using smartphones. Chris Hide IESSG, University of Nottingham, UK Indoor navigation using smartphones Chris Hide IESSG, University of Nottingham, UK Overview Smartphones Available sensors Current positioning methods Positioning research at IESSG 1. Wi-Fi fingerprinting

More information

(JBE Vol. 21, No. 3, May 2016) 6LoWPAN. Implementation of CoAP/6LoWPAN over BLE Networks for IoT Services. Abstract

(JBE Vol. 21, No. 3, May 2016) 6LoWPAN. Implementation of CoAP/6LoWPAN over BLE Networks for IoT Services. Abstract (Special Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.298 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) BLE CoAP 6LoWPAN a), a), a), a) Implementation of

More information

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases Fusing Sensors into Mobile Operating Systems & Innovative Use Cases May 23, 2012 Tristan Joo (tristanjoo@wca.org) Board Director & Co-Chair of Mobile SIG Wireless Communications Alliance, Independent Executive

More information

IPv4/v6 Considerations Ralph Droms Cisco Systems

IPv4/v6 Considerations Ralph Droms Cisco Systems Title IPv4/v6 Considerations Ralph Droms Cisco Systems Agenda Motivation for IPv6 Review of IPv6 Impact of differences Tools and techniques Why IPv6? More addresses More addresses More addresses Security,

More information

Application Of Internet Of Things

Application Of Internet Of Things Application Of Internet Of Things (Applied to Wheelchair for Monitoring and Security Purpose) Kawinna Nipatphonsakun, Alongkot Charoenchit, Chanakarn Klaw-om, Asa Prateepasen Production Engineering King

More information

IP Based Architecture for the Internet of Things. IPV6 and Related Standards for IoT Interoperability November 20, 2014

IP Based Architecture for the Internet of Things. IPV6 and Related Standards for IoT Interoperability November 20, 2014 IP Based Architecture for the Internet of Things IPV6 and Related Standards for IoT Interoperability November 20, 2014 1 IoT Architecture Problems to Solve Interoperability In the way in which software

More information

Jonas Green, Björn Otterdahl HMS Industrial Networks AB. February 22, 2017

Jonas Green, Björn Otterdahl HMS Industrial Networks AB. February 22, 2017 Resource-constrained Industrial Things Proposal for the Adaptation of CoAP to EtherNet/IP Jonas Green, Björn Otterdahl HMS Industrial Networks AB February 22, 2017 Connect all devices in a factory to EtherNet/IP

More information

IPv6 Transition Technologies (TechRef)

IPv6 Transition Technologies (TechRef) Tomado de: http://technet.microsoft.com/en-us/library/dd379548.aspx IPv6 Transition Technologies (TechRef) Updated: January 7, 2009 IPv6 Transition Technologies Protocol transitions are not easy, and the

More information

Case study of Wireless Technologies in Industrial Applications

Case study of Wireless Technologies in Industrial Applications International Journal of Scientific and Research Publications, Volume 7, Issue 1, January 2017 257 Case study of Wireless Technologies in Industrial Applications Rahul Hanumanth Rao Computer Information

More information

ProHome IPC App. Operating Manual. easy to operate using the "ProHomeIPC" app from Olympia en

ProHome IPC App. Operating Manual. easy to operate using the ProHomeIPC app from Olympia en ProHome IPC App easy to operate using the "ProHomeIPC" app from Olympia Operating Manual 11.2016 en General Information... 5 Installing the ProHomeIPC App... 5 Connecting the Smartphone/Tablet PC to the

More information

Proposal of cooperative operation framework for M2M systems

Proposal of cooperative operation framework for M2M systems Proposal of cooperative operation framework for M2M systems Fumihito Sugihara, Katsuhiro Naito, Hidekazu Suzuki, Akira Watanabe, Kazuo Mori, Hideo Kobayashi Department of Electrical and Electronic Engineering,

More information

Tizen 2.3 TBT User Guide

Tizen 2.3 TBT User Guide Tizen 2.3 TBT User Guide Revision History Date Version History Writer Reviewer 19-Sep-2014 1.0 First version of document Md. Nazmus Saqib Rezwanul Huq Shuhan 1-Oct-2014 2.0 Second version of document Md.

More information

6.S062: Mobile and Sensor Computing aka IoT Systems

6.S062: Mobile and Sensor Computing aka IoT Systems 6.S062: Mobile and Sensor Computing aka IoT Systems http://6s062.github.io/6mob Lecturers Hari Balakrishnan (hari@csail.mit.edu) Fadel Adib (fadel@mit.edu) TA Hyunjoon (Richard) Song (rsong@mit.edu) Course

More information

P2P Based Architecture for Global Home Agent Dynamic Discovery in IP Mobility

P2P Based Architecture for Global Home Agent Dynamic Discovery in IP Mobility P2P Based Architecture for Global Home Agent Dynamic Discovery in IP Mobility Rubén Cuevas, Carmen Guerrero, Ángel Cuevas, María Calderón, Carlos J. Bernardos Departamento de Ingeniería Telemática, Universidad

More information

IoTivity Big Picture. MyeongGi Jeong Software R&D Center

IoTivity Big Picture. MyeongGi Jeong Software R&D Center IoTivity Big Picture MyeongGi Jeong 2016.11.17 Software R&D Center Contents Overview Features Messaging Security Service Q&A Copyright c 2016 SAMSUNG ELECTRONICS. ALL RIGHTS RESERVED Overview IoTivity?

More information

SMART RADIO MONITOR (SRM)

SMART RADIO MONITOR (SRM) SMART RADIO MONITOR (SRM) Pravir CHAWDHRY, Francis CLEMENT Joint Research Center www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation ITU Regional Conference on QOS Measuring

More information

Distributed Systems 26. Mobile Ad Hoc Mesh Networks

Distributed Systems 26. Mobile Ad Hoc Mesh Networks Distributed Systems 26. Mobile Ad Hoc Mesh Networks Paul Krzyzanowski pxk@cs.rutgers.edu 12/16/2011 1 Mesh Networks Mobile Ad-hoc networks, sensor networks, Decentralized networking No need for routers

More information

The FP7 ITSSv6 Project

The FP7 ITSSv6 Project The FP7 ITSSv6 Project IPv6 ITS Station Stack for Cooperative ITS FOTs http://www.itssv6.eu Coordinated by INRIA (Thierry Ernst) thierry.ernst@mines-paristech.fr Mines ParisTech / INRIA 2012-05-25 ITSSv6:

More information

Experiences in Setting Up Automatic Home Networking. Jari Arkko Ericsson Research

Experiences in Setting Up Automatic Home Networking. Jari Arkko Ericsson Research Experiences in Setting Up Automatic Home Networking Jari Arkko Ericsson Research 1 Background This is NOT about home gateway routers And NOT about ISPs and their IPv6 services But it IS about IPv6 networks

More information

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS ANDROID PRIVACY & SECURITY GUIDE WESNET The Women s Services Network Smartphones store a lot of personal information, including email or social media accounts, reminders and notes, the number of steps

More information

Smart Home Automation Using Intelligent D2D Communication with IoT

Smart Home Automation Using Intelligent D2D Communication with IoT ISSN 2395-1621 Smart Home Automation Using Intelligent D2D Communication with IoT #1 Hemant Karade, #2 Swapnil Bhosale, #3 Rohit Dandime, #4 Santosh Kshirsagar, #5 Prof. Santosh Darade 1 hemantkarade@gmail.com

More information

The new maximum security smartphone No Camera - No GPS - No Recorder

The new maximum security smartphone No Camera - No GPS - No Recorder The new maximum security smartphone No Camera - No GPS - No Recorder The new maximum security smartphone DASS H-ONE Smartphone is your smart choice to be protected and connected the whole time. What is

More information

Linux-based 6LoWPAN border router

Linux-based 6LoWPAN border router Linux-based 6LoWPAN border router David Hauweele University of Mons 7 August 2013 Table of Contents 1 Internet of Things 2 Problem and state of the art 3 Implementation 4 Validation 5 Conclusion David

More information

ZigBee IP update IETF 87 Berlin. Robert Cragie

ZigBee IP update IETF 87 Berlin. Robert Cragie ZigBee IP update IETF 87 Berlin Robert Cragie robert.cragie@gridmerge.com Introduction ZigBee IP is a super specification for an IPv6 stack Umbrella specification for a set of IETF RFCs Aimed at 802.15.4

More information

AT&T Global Network Client for Android

AT&T Global Network Client for Android Version 4.1.0 AT&T Global Network Client for Android 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual

More information

Lecture 13 IoT and Augmented Reality

Lecture 13 IoT and Augmented Reality Introduction to Engineering Using Robotics Experiments Lecture 13 IoT and Augmented Reality Yinong Chen Arizona State University, U.S.A. http://www.public.asu.edu/~ychen10/ Cloud Computing and IoIT as

More information

Interoperability. Luca Mottola slides partly by Simon Duquennoy. Politecnico di Milano, Italy and Swedish Institute of Computer Science

Interoperability. Luca Mottola slides partly by Simon Duquennoy. Politecnico di Milano, Italy and Swedish Institute of Computer Science Interoperability Luca Mottola slides partly by Simon Duquennoy Politecnico di Milano, Italy and Swedish Institute of Computer Science 2 Not just stand-alone systems 3 NES in business processes! Motivation

More information

DHCPv6 OPERATIONAL ISSUES Tom Coffeen 4/7/2016

DHCPv6 OPERATIONAL ISSUES Tom Coffeen 4/7/2016 1 2016 2013 Infoblox Inc. All Inc. Rights All Reserved. Rights Reserved. DHCPv6 OPERATIONAL ISSUES Tom Coffeen 4/7/2016 ABOUT THE PRESENTER Tom Coffeen IPv6 Evangelist Infoblox @ipv6tom tom@ipv6.works

More information

International Journal of Advance Engineering and Research Development REMOTE WEB BASED ECG MONITORING USING MQTT PROTOCOL FOR IOT IN HEALTHCARE

International Journal of Advance Engineering and Research Development REMOTE WEB BASED ECG MONITORING USING MQTT PROTOCOL FOR IOT IN HEALTHCARE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REMOTE

More information

IoT Edge Router Getting Started Guide Published on Silver Spring Networks STAGE (

IoT Edge Router Getting Started Guide Published on Silver Spring Networks STAGE ( IoT Edge Router Developer Kit Build your own edge application Order a Developer Kit [1] This Getting Started Guide will quickly get you up and running with the IoT Edge Router and put you on the path toward

More information

An Overview of the User Services Platform (USP) (Broadband Forum TR-369)

An Overview of the User Services Platform (USP) (Broadband Forum TR-369) An Overview of the User Services Platform (USP) (Broadband Forum TR-369) Prepared especially for technical people - most meaningless marketing terms have been removed What we re going to talk about TR-069

More information

Partners: Nokia, NSN, Aalto/ComNet, Aalto/CSE, UH, VTT Future Internet SHOK preconference Johanna Nieminen (Nokia)

Partners: Nokia, NSN, Aalto/ComNet, Aalto/CSE, UH, VTT Future Internet SHOK preconference Johanna Nieminen (Nokia) Partners: Nokia, NSN, Aalto/ComNet, Aalto/CSE, UH, VTT Future Internet SHOK preconference 30.5.2012 Johanna Nieminen (Nokia) Vision: Future Internet = a mission cri1cal backbone of global informa1on society

More information

Keywords. IPv6 network; network topology auto-discovery; IPv6 address; IPv6 stateless address autoconfiguration

Keywords. IPv6 network; network topology auto-discovery; IPv6 address; IPv6 stateless address autoconfiguration Research of the Topology Auto-discovery Approach in the IPv6 Access Network Shen Zengwei School of Computer Science and Engineering Beijing University of Aeronautics and Astronautics Beijing, 100083,P.R.China

More information

Major Components of the Internet of Things Systems

Major Components of the Internet of Things Systems Major Components of the Internet of Things Systems 1 1. Sensors and Control Units 2 Sensors Analog Sensors: thermistor, photoconductor, pressure gauge and Hall sensor Digital Sensors: touch sensor, proximity

More information

ConnectOpen Automatic Integration of IoT Devices

ConnectOpen Automatic Integration of IoT Devices ConnectOpen Automatic Integration of IoT Devices Nuria Pazos, Michael Müller, Marco Aeberli, Nabil Ouerhani Applied Science University Western Switzerland (HES-SO), HE-Arc Engineering School Switzerland

More information

Lenovo ThinkSmart Hub 500 Deployment Guide. Lenovo ThinkSmart Hub 500 Deployment Guide. Version /29/2018. Lenovo Smart Office

Lenovo ThinkSmart Hub 500 Deployment Guide. Lenovo ThinkSmart Hub 500 Deployment Guide. Version /29/2018. Lenovo Smart Office Lenovo ThinkSmart Hub 500 Version 0.15 03/29/2018 Lenovo Smart Office Table of Contents Introduction... 3 Hub 500 Port (Back panel)... 3 Technical Specifications... 4 Microsoft Skype Room Systems... 4

More information

A Multihoming based IPv4/IPv6 Transition Approach

A Multihoming based IPv4/IPv6 Transition Approach A Multihoming based IPv4/IPv6 Transition Approach Lizhong Xie, Jun Bi, and Jianping Wu Network Research Center, Tsinghua University, China Education and Research Network (CERNET) Beijing 100084, China

More information

The Internet of Everything

The Internet of Everything The Internet of Everything THE THIRD WAVE OF THE INTERNET & THE FUTURE OF TELECOM Vincent H. Wiemer, CPA What is the Internet of Everything (IoE)? Includes the three waves of the Internet: 1st WAVE: Home

More information

Internet of Things: An Introduction

Internet of Things: An Introduction Internet of Things: An Introduction IoT Overview and Architecture IoT Communication Protocols Acknowledgements 1.1 What is IoT? Internet of Things (IoT) comprises things that have unique identities and

More information

Mini Full HD IP Camera

Mini Full HD IP Camera Mini Full HD IP Camera Plug&Play H.264 wireless IP cameras View on iphone/ipad and Android The IP Camera is a Full HD (two mega-pixel) camera designed for all day video surveillance on your iphone/ipad

More information

User Manual. Microdigital IP cameras with built-in Ivideon software

User Manual. Microdigital IP cameras with built-in Ivideon software User Manual Microdigital IP cameras with built-in Ivideon software Table of Contents Introduction to Ivideon... What is Ivideon about?... Why use an IP camera with built-in Ivideon software?... How to

More information

Environmental Monitoring Using Heterogeneous Wi-Fi and IEEE Networks

Environmental Monitoring Using Heterogeneous Wi-Fi and IEEE Networks 1 Environmental Monitoring Using Heterogeneous Wi-Fi and IEEE 802.15.4 Networks Cristian Cocioabă, Dan Tudose Computer Science Department University POLITEHNICA of Bucharest Bucharest, Romania cristiancocioaba@gmail.com,

More information

Mobile Security Fall 2011

Mobile Security Fall 2011 Mobile Security 14-829 Fall 2011 Patrick Tague Class #9 Smartphones, PANs, and the IoT Announcements HW #2 will be posted this week Project group meetings: I'd like to schedule a meeting with each group

More information

Communication Models in Internet of Things: A Survey

Communication Models in Internet of Things: A Survey IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 11 May 2017 ISSN (online): 2349-784X Communication Models in Internet of Things: A Survey Santosh Kulkarni Lecturer Department

More information

INTERNET OF THINGS (IoT) DESIGN CONSIDERATIONS FOR EMBEDDED CONNECTED DEVICES ANDREW CAPLES SENIOR PRODUCT MARKETING MANAGER, NUCLEUS

INTERNET OF THINGS (IoT) DESIGN CONSIDERATIONS FOR EMBEDDED CONNECTED DEVICES ANDREW CAPLES SENIOR PRODUCT MARKETING MANAGER, NUCLEUS INTERNET OF THINGS (IoT) DESIGN CONSIDERATIONS FOR EMBEDDED CONNECTED DEVICES ANDREW CAPLES SENIOR PRODUCT MARKETING MANAGER, NUCLEUS E M B E D D E D S O F T W A R E W H I T E P A P E R w w w. m e n t

More information

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help Introduction Keep a watch on your family, pet, home or office 24/7, even when you re not there. Creative Live! Cam IP SmartHD gives you a live update on your phone, wherever you are. Get activity alerts,

More information

STEALING PINS VIA MOBILE SENSORS: ACTUAL RISK VERSUS USER PERCEPTION

STEALING PINS VIA MOBILE SENSORS: ACTUAL RISK VERSUS USER PERCEPTION STEALING PINS VIA MOBILE SENSORS: ACTUAL RISK VERSUS USER PERCEPTION Maryam Mehrnezhad Ehsan Toreini Siamak F. Shahandashti Feng Hao Newcastle University, UK At EuroUSEC, July 2016 JavaScript-based attack

More information