SlideShare a Scribd company logo
1 of 112
Download to read offline
Everything
about
Internet of Things
Muhammad Hassan Nasr
Senior Software Engineer
GISTIC
March 2015
The Internet of Things (IoT) is
the network of physical objects or
"uniquely identifiable things"
embedded with software, sensors and connectivity
to enable it to
achieve greater value and service by
exchanging data
without human interaction.
Agenda
Why IoT?
What is IoT?
How to build IoT?
IoT (Internet of Things)
Sometimes called M2M (Machine-to-Machine)
Why IoT?
Internet is everywhere
like electricity
On 2020
20-50 billion devices expected
to be connected
7 devices per person!
Huge Business
Opportunity
Smart Roads is
a billion dollar
business opportunity
IoT Takes Over Big Data
As Technology
July 2014
Gartner’s 2012 Hype Cycle
Gartner’s 2013 Hype Cycle
Gartner’s 2014 Hype Cycle
What is IoT?
Why is IoT?
IoT Components
IoT Components
Devices
Sensors
MCUs
Gateways
Smart Phones
Network
Media and Protocols
Middleware / IoT Platforms
Cloud
Storage (SQL, NoSQL)
Web apps, APIs, analytics, …
Architecture of ARM mbed
How to Build IoT?
Devices
MCUs
Arduino
Microduino
TI Launch Pad
…
Small Computers
BeagleBone Black
Cheap
Fast
Raspberry Pi 2
Cheap
Big community
Intel Galileo (Arduino based)
…
Spark Electron
Spark Electron
(IoT for folks)
Spark Electron
Arduino-like cellular
development kit
Open Source HW & SW
$39/board
$3/Month Data plan
ARM mbed Devices
And a lot more …
Manufacturing Guidelines
Manufacturing Guidelines
At least IP65 enclosure (Dust, Water Proof)
Heavy Duty
Runs for years
Raspberry Pi, education to production?
CE and FCC certified
Own Device/MCU vs Off-the-shelf
Case Study
Traffic Monitoring Devices
Meshlium/Waspmote
Many Radios (Zigbee, LoRa, …)
Meshlium Manager is Open Source
Detects 95% of SmartPhone
SmarTek Acoustic Sensor
Low Power
Multilane detection
Offline 60 Days storage
Armadillo Tracker
Radar Technology (DC310 microwave
sensor)
Multi-lane bidirectional
Long range wireless connectivity
2+ Weeks Batteries
Solar Power
TraffiCloud
(DriveTimes Feature)
What is IoT?
OS for Devices
Contiki-os
Designed for IoT (Memory, Protocols, Battery)
Open Source
Raspbian
ARM mbed OS
Linux/*nix,…
Network
Network
Media and Protocols
Wired?
Wireless
Everything is going wireless
So is
The Internet of Things
Wired Ethernet is almost
obsolete!
Wireless Networking
WiFi (Battery Hungry)
BLE (Great for PAN)
GSM
Works for many use cases
$ for large # of devices
Other Wireless Networking
Z-Wave
ZigBee
6LoWPAN
LoRa
…
Z-Wave
Designed for:
Home automation
Control and status apps
100kbps
Encrypted
ZigBee
Low power
10–100 meters line-of-sight
Mesh network (Longer Distances)
250kbps
ZigBee
Encrypted
Simpler, less expensive than WiFi
Variants: Zigbee IP, Zigbee Pro
ZigBee Vs Z-Wave
Z-Wave only available from “Sigma
Designs”
ZigBee has many vendors
Z-wave range is greater than Zigbee
Z-wave has less interference
ZigBee Vs BLE
ZigBee
Home WLAN
Mesh topology covers unlimited # of nodes
Sense & Control apps
BLE
PAN
Star topology covers limited # of nodes
Body and Peripherals
Zig Bee vs LP-WiFi
6LoWPAN
IPv6 Low-power WPAN
Encrypted
Newest competitor to ZigBee
ZigBee more mature
LoRa
Long Range
2+ Miles Range In Dense Urban (NLOS)
Low Power (Multi-Year Battery)
One Gateway support 10(s)K Nodes
Works on Harsh Environments
Works with Raspberry PI, Arduino, ..
LoRa Alliance
IBM, Cisco, …
Developed LoRaWAN protocol
Efficient, Low TCO
No more mesh maintenance
Cover cities and countries with few base stations
Data Rate up to 300 kbps
Case Studies
Lora IoT Station
Bidirectional
communications
With 1000(s) things
Several kilometers away.
Libelium's LoRa module
Line Of Sight (LOS) Tests
Libelium's LoRa module
Non Line Of Sight (NLOS) Tests
LoRa Alternatives
WEIGHTLESS
5km range
10 years battery
$2 chip
No alliance like LoRa?
Symphony WALoP
Cents/Month vs cellular Dollars/Month
Cover square miles
Star topology
One Gateway covers 250,000 device
AA like batteries for years
New company…
Symphony WALoP vs Others
(m)
Middleware
Agenda for Middleware
Protocols
Data Transfer
Device Management
IoT platforms
Standardization
Data Protocols
Data Protocols
MQTT
CoAP
AMQP, STOMP
WebSocket
…
MQTT
Publish/Subscribe
Lightweight (than HTTP)
IBM says “MQTT can send messages wirelessly using 

10 times less battery power and 93 times faster"
Best for:
Low Bandwidth
Unreliable Network
OASIS standard
Used by Libelium
CoAP
IETF standard
RESTful design
Feels like HTTP
Lighters than HTTP
Works for constrained network/nodes
Ex: micro-controller with 10 KiB of RAM
Device Management
Protocols
Credit To Julien Vermillard
Device Management
Protocols
TR-069
OMA-DM
OMA Lightweight M2M
OSGi
Manual Approach
TR-069
SOAP/HTTP-based protocol.
Auto-configuration
Dynamic service provisioning
Software/firmware management
Status and performance monitoring
TR-069
Diagnostics
Secured using SSL/TLS
Used by millions of devices
Supported by many commercial vendors
Better for broadband equipments
OMA-DM
Open Mobile Alliance (OMA) - Device
Management (DM)
Designed for mobile devices, which have:
Small foot-print
Constraint on bandwidth
Tight security (vulnerable to software attacks)
OMA-DM Features
Provisioning
Configuration of the device (including first time use)
Enabling and disabling features
Device Configuration (change device settings &
parameters)
Software Upgrades
Fault Management (Report error, status)
Open Source implementations available
OMA Lightweight M2M
Simple, efficient protocol
Banking class security (DTLS, …)
Supports Cellular, 6LoWPAN, WiFi and
ZigBee IP or any other IP-based devices
Will be supported in OneM2M (standard)
Open Source Implementation
OSGi
An open standard service platform for Java
Enables dynamic component model (bundles)
Bundles can (remotely without a reboot) be:
installed/uninstalled
started/stopped
updated
OSGi
Other Features
Modularity application logic separated into modules
Deploy multiple versions of a module concurrently
Dynamically discover/use services of other modules
Run on low power hardware with 156 MHz and 8
MB RAM only
Many commercial/Open Source Implementations
Manual Approach
Update Device
SSH login/run script remote
Or Pull changes using git
Device monitoring
Send heartbeats to custom web
service
Manual Approach
Pros
very lightweight
Cons
reliable, scalable?
IoT Platforms
Open Source
Sentilo
Kura
Node-RED
…
Sentilo
High performance message processing, scalable
Based on fast “Redis” In-Memory DB
RESTful API to manage sensors, publish/read sensor
observations, …
Alarm/Alert management for sensors, for ex:
temp > 20 C,
data frozen “idle for 5 minutes”
Send Orders to sensors
Sentilo
Admin console for managing sensors.
Security AAA
Reliability
Already used by Barcelona City
Code commented in Spanish!
Very Generic
Kura
iot.eclipse.org project
Store and forward telemetry data collected
by the gateway to remote servers.
Policy-driven publishing system
Abstracts developer from network
complexity
Default Messaging lib: Eclipse Paho (MQTT)
Kura
Cloud Services - API to communicate
with remote servers
OSGi Configuration Admin/Remote
Management
Watchdog Service (Force system reset
upon problem).
Web-based management for gateway
Node-RED
Developed by IBM
A tool for wiring hardware devices, APIs and online
services.
Browser-based flow editing
Lightweight runtime built on Node.js
120,000+ modules
Distributed Node-RED
Commercial
Axeda
Acquired by PTC and replaced Thingworx
Thingworx
Acquired by PTC as well
PTC had 6 IoT awards in 2014
ProSyst
Acquired by Bosch few days ago !
Commercial
Telefonica
Oracle IoT
Bosch IoT Suite
Temboo
ARM mbed
IBM IoT
Xively
PubNub
…
Thingworx
Pricing
22 K+ Euro per year royalty only (15 K+
Euro per year for demo)
Powerful and productive mashup builder
Middleware support device management
and many protocols
Samples built By
Mashup Builder
ProSyst
Pricing
6K+ Euro for client, 15K+ Euro for server
Excels in device management
Built on standard OSGi
No Application Layer support
Support OMA-DM, TR-069, JMS, … protocols
MQTT is not supported yet
Temboo

Organic Programming
ARM mbed
ARM approach to IoT, they have built 

their own Device OS and Device Server (middleware)
ARM mbed OS
Full-stack OS
ARM Cortex®-M MCUs
Energy Optimized
Connectivity:
Bluetooth, 6LoWPAN, Wi-Fi, Cellular
Free.
ARM mbed Device Server
Like a Web Server but for Devices
Standard Protocols (CoAP, MQTT, …)
10x bandwidth reduction
Scalable
Expose RESTful API to other web apps
Device Management (Lightweight M2M, …)
Tools: Web IDE, TLS
ARM mbed Stack
ARM mbed
Case Study
mbed Smart City
IBM IoT
An IoT platform
Part of IBM awesome cloud service
Bluemix
Supporting many languages, VMs,
Node-RED, …
Open/Affordable Prices with 30 days trial
Scalable
IBM IoT
Using Open Standards like MQTT
Extensible by other services like
Cloudant NoSQL DB
GeoSpatial Analytics
Twilio
…
Connected Car Live Demo
Xively
Supports HTTP, REST, MQTT protocols
(only)
Supports many Raspberry Pi, Arduino,
ARM, ...
Simple Device management features
Expensive $45K+ Per year!!
10K devices, 20K users
PubNub
Support Streaming Protocols:
Web socket, Socket.IO, WebRTC
Scalable, Fast, Secure
Supported on ARM, Arduino, Raspberry Pi
Pricing affordable
Device management?
Standardization
Standardization
Fragmentation
Apple HomeKit
OData
AllJoyn
OneM2M
Open Interconnect Consortium
IoT Guidelines
The IoT is Huge
Many challenges!
Many technologies/protocols
Design for Best Fit
Determine your hardest problem
Choose the primary protocol/tool to solve it
IoT Guidelines
Protocol/tool choice depends on
scenario
A complex system can use more
than one protocol/tool
Support standard IoT protocols
Use time series NoSQL is a must!
IoT Guidelines
Device
On-boarding
Management
OTA Programming
Security is not an option
Scalability & APIs
Sandbox/testing environment
Questions
Thank you!

More Related Content

What's hot

The Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected CarThe Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected CarJorgen Thelin
 
IoT Solutions for Smart Energy Smart Grid and Smart Utility Applications
IoT Solutions for Smart Energy Smart Grid and Smart Utility ApplicationsIoT Solutions for Smart Energy Smart Grid and Smart Utility Applications
IoT Solutions for Smart Energy Smart Grid and Smart Utility ApplicationsEurotech
 
5G Automotive, V2X Opportunity and Challenges
5G Automotive, V2X Opportunity and Challenges5G Automotive, V2X Opportunity and Challenges
5G Automotive, V2X Opportunity and ChallengesMarie-Paule Odini
 
Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass Amazon Web Services
 
Internet of Things(IoT) & Applications
Internet of Things(IoT) & ApplicationsInternet of Things(IoT) & Applications
Internet of Things(IoT) & ApplicationsGunjan Panara
 
Cyber Physical System: Architecture, Applications and Research Challenges
Cyber Physical System: Architecture, Applicationsand Research ChallengesCyber Physical System: Architecture, Applicationsand Research Challenges
Cyber Physical System: Architecture, Applications and Research ChallengesSyed Hassan Ahmed
 
Microsoft Azure Cloud Services
Microsoft Azure Cloud ServicesMicrosoft Azure Cloud Services
Microsoft Azure Cloud ServicesDavid J Rosenthal
 
Launch of HUAWEI CLOUD EI Development Tools
Launch of HUAWEI CLOUD EI Development ToolsLaunch of HUAWEI CLOUD EI Development Tools
Launch of HUAWEI CLOUD EI Development ToolsHuawei Technologies
 
Essential Capabilities of an IoT Platform
Essential Capabilities of an IoT PlatformEssential Capabilities of an IoT Platform
Essential Capabilities of an IoT PlatformAmazon Web Services
 
IoT and connected devices: an overview
IoT and connected devices: an overviewIoT and connected devices: an overview
IoT and connected devices: an overviewPascal Bodin
 
Adaptive AUTOSAR - The New AUTOSAR Architecture
Adaptive AUTOSAR - The New AUTOSAR ArchitectureAdaptive AUTOSAR - The New AUTOSAR Architecture
Adaptive AUTOSAR - The New AUTOSAR ArchitectureAdaCore
 
Sensors On 3d Digitization
Sensors On 3d DigitizationSensors On 3d Digitization
Sensors On 3d DigitizationRajan Kumar
 
Renewable Energy, IoT and Integration
Renewable Energy, IoT and IntegrationRenewable Energy, IoT and Integration
Renewable Energy, IoT and IntegrationBizTalk360
 

What's hot (20)

Retaam_ThingWorx
Retaam_ThingWorxRetaam_ThingWorx
Retaam_ThingWorx
 
The Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected CarThe Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected Car
 
Internet of vehicles
Internet of vehiclesInternet of vehicles
Internet of vehicles
 
IoT Solutions for Smart Energy Smart Grid and Smart Utility Applications
IoT Solutions for Smart Energy Smart Grid and Smart Utility ApplicationsIoT Solutions for Smart Energy Smart Grid and Smart Utility Applications
IoT Solutions for Smart Energy Smart Grid and Smart Utility Applications
 
Azure IoT Hub
Azure IoT HubAzure IoT Hub
Azure IoT Hub
 
5G Automotive, V2X Opportunity and Challenges
5G Automotive, V2X Opportunity and Challenges5G Automotive, V2X Opportunity and Challenges
5G Automotive, V2X Opportunity and Challenges
 
Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass
 
Internet of Things(IoT) & Applications
Internet of Things(IoT) & ApplicationsInternet of Things(IoT) & Applications
Internet of Things(IoT) & Applications
 
Cyber Physical System: Architecture, Applications and Research Challenges
Cyber Physical System: Architecture, Applicationsand Research ChallengesCyber Physical System: Architecture, Applicationsand Research Challenges
Cyber Physical System: Architecture, Applications and Research Challenges
 
Microsoft Azure Cloud Services
Microsoft Azure Cloud ServicesMicrosoft Azure Cloud Services
Microsoft Azure Cloud Services
 
Launch of HUAWEI CLOUD EI Development Tools
Launch of HUAWEI CLOUD EI Development ToolsLaunch of HUAWEI CLOUD EI Development Tools
Launch of HUAWEI CLOUD EI Development Tools
 
AI at the Edge
AI at the EdgeAI at the Edge
AI at the Edge
 
Essential Capabilities of an IoT Platform
Essential Capabilities of an IoT PlatformEssential Capabilities of an IoT Platform
Essential Capabilities of an IoT Platform
 
App Modernization with Microsoft Azure
App Modernization with Microsoft AzureApp Modernization with Microsoft Azure
App Modernization with Microsoft Azure
 
IoT and connected devices: an overview
IoT and connected devices: an overviewIoT and connected devices: an overview
IoT and connected devices: an overview
 
Adaptive AUTOSAR - The New AUTOSAR Architecture
Adaptive AUTOSAR - The New AUTOSAR ArchitectureAdaptive AUTOSAR - The New AUTOSAR Architecture
Adaptive AUTOSAR - The New AUTOSAR Architecture
 
Vehicular Networks
Vehicular NetworksVehicular Networks
Vehicular Networks
 
Internet of vehicle
Internet of vehicleInternet of vehicle
Internet of vehicle
 
Sensors On 3d Digitization
Sensors On 3d DigitizationSensors On 3d Digitization
Sensors On 3d Digitization
 
Renewable Energy, IoT and Integration
Renewable Energy, IoT and IntegrationRenewable Energy, IoT and Integration
Renewable Energy, IoT and Integration
 

Viewers also liked

Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)Robert Vivanco Salcedo
 
The Internet of Everywhere — How The Weather Company Scales
The Internet of Everywhere — How The Weather Company ScalesThe Internet of Everywhere — How The Weather Company Scales
The Internet of Everywhere — How The Weather Company Scalessparktc
 
World of Watson 2016 - Internet of (Things) Tomorrow
World of Watson 2016 - Internet of (Things) TomorrowWorld of Watson 2016 - Internet of (Things) Tomorrow
World of Watson 2016 - Internet of (Things) TomorrowKeith Redman
 
Taller Dircom Castilla y León: "Los nuevos retos: BigData, Internet of Things...
Taller Dircom Castilla y León: "Los nuevos retos:BigData, Internet of Things...Taller Dircom Castilla y León: "Los nuevos retos:BigData, Internet of Things...
Taller Dircom Castilla y León: "Los nuevos retos: BigData, Internet of Things...Asociación de Directivos de Comunicación
 
Wireless Open Weather (WOW)
Wireless Open Weather (WOW)Wireless Open Weather (WOW)
Wireless Open Weather (WOW)Mirko Mancin
 
Meetup 4/2/2016 - Functionele en technische architectuur IoT
Meetup  4/2/2016 - Functionele en technische architectuur IoTMeetup  4/2/2016 - Functionele en technische architectuur IoT
Meetup 4/2/2016 - Functionele en technische architectuur IoTDigipolis Antwerpen
 
M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...
M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...
M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...Edielson P. Frigieri
 
IoT RF Protocols
IoT RF ProtocolsIoT RF Protocols
IoT RF ProtocolsAPNIC
 
Adaptive missile guidance using gps
Adaptive missile guidance using gpsAdaptive missile guidance using gps
Adaptive missile guidance using gpsAvinash Mishra
 
El "IoT for dummies" / Creación de productos IoT
El "IoT for dummies" / Creación de productos IoTEl "IoT for dummies" / Creación de productos IoT
El "IoT for dummies" / Creación de productos IoTBruno Cendón
 
HMBC Public Relations Profile
HMBC Public Relations ProfileHMBC Public Relations Profile
HMBC Public Relations ProfileHormaz Mistry
 
Presentation For Arcobaleno Closet 2
Presentation For Arcobaleno Closet 2Presentation For Arcobaleno Closet 2
Presentation For Arcobaleno Closet 2Arcobaleno Closet
 
Information artifact simplicity
Information artifact simplicityInformation artifact simplicity
Information artifact simplicityJohan Hoberg
 
強棒的業務行銷-970822 千禧磁磚-詹翔霖教授
強棒的業務行銷-970822 千禧磁磚-詹翔霖教授強棒的業務行銷-970822 千禧磁磚-詹翔霖教授
強棒的業務行銷-970822 千禧磁磚-詹翔霖教授文化大學
 
Contently Presentation
Contently PresentationContently Presentation
Contently PresentationJoe826
 
Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...
Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...
Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...Shane Mitchell
 
Competitive SEO - Canadian Chamber of Commerce, Hong Kong
Competitive SEO - Canadian Chamber of Commerce, Hong KongCompetitive SEO - Canadian Chamber of Commerce, Hong Kong
Competitive SEO - Canadian Chamber of Commerce, Hong KongMWI Hong Kong
 

Viewers also liked (20)

Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)
 
The Internet of Everywhere — How The Weather Company Scales
The Internet of Everywhere — How The Weather Company ScalesThe Internet of Everywhere — How The Weather Company Scales
The Internet of Everywhere — How The Weather Company Scales
 
World of Watson 2016 - Internet of (Things) Tomorrow
World of Watson 2016 - Internet of (Things) TomorrowWorld of Watson 2016 - Internet of (Things) Tomorrow
World of Watson 2016 - Internet of (Things) Tomorrow
 
Taller Dircom Castilla y León: "Los nuevos retos: BigData, Internet of Things...
Taller Dircom Castilla y León: "Los nuevos retos:BigData, Internet of Things...Taller Dircom Castilla y León: "Los nuevos retos:BigData, Internet of Things...
Taller Dircom Castilla y León: "Los nuevos retos: BigData, Internet of Things...
 
Wireless Open Weather (WOW)
Wireless Open Weather (WOW)Wireless Open Weather (WOW)
Wireless Open Weather (WOW)
 
Meetup 4/2/2016 - Functionele en technische architectuur IoT
Meetup  4/2/2016 - Functionele en technische architectuur IoTMeetup  4/2/2016 - Functionele en technische architectuur IoT
Meetup 4/2/2016 - Functionele en technische architectuur IoT
 
M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...
M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...
M2M Protocols for Constrained Environments in the Context of IoT: A Compariso...
 
IoT RF Protocols
IoT RF ProtocolsIoT RF Protocols
IoT RF Protocols
 
Adaptive missile guidance using gps
Adaptive missile guidance using gpsAdaptive missile guidance using gps
Adaptive missile guidance using gps
 
El "IoT for dummies" / Creación de productos IoT
El "IoT for dummies" / Creación de productos IoTEl "IoT for dummies" / Creación de productos IoT
El "IoT for dummies" / Creación de productos IoT
 
LPWAN for IoT
LPWAN for IoTLPWAN for IoT
LPWAN for IoT
 
Lo ra
Lo raLo ra
Lo ra
 
HMBC Public Relations Profile
HMBC Public Relations ProfileHMBC Public Relations Profile
HMBC Public Relations Profile
 
Presentation For Arcobaleno Closet 2
Presentation For Arcobaleno Closet 2Presentation For Arcobaleno Closet 2
Presentation For Arcobaleno Closet 2
 
Information artifact simplicity
Information artifact simplicityInformation artifact simplicity
Information artifact simplicity
 
強棒的業務行銷-970822 千禧磁磚-詹翔霖教授
強棒的業務行銷-970822 千禧磁磚-詹翔霖教授強棒的業務行銷-970822 千禧磁磚-詹翔霖教授
強棒的業務行銷-970822 千禧磁磚-詹翔霖教授
 
Contently Presentation
Contently PresentationContently Presentation
Contently Presentation
 
Zaragoza turismo 244
Zaragoza turismo 244Zaragoza turismo 244
Zaragoza turismo 244
 
Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...
Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...
Joon Byeong Yoon - Seoul Metropolitan Government - Smart Transportation in Se...
 
Competitive SEO - Canadian Chamber of Commerce, Hong Kong
Competitive SEO - Canadian Chamber of Commerce, Hong KongCompetitive SEO - Canadian Chamber of Commerce, Hong Kong
Competitive SEO - Canadian Chamber of Commerce, Hong Kong
 

Similar to Everything about Internet of Things

Simple things about Internet of Things
Simple things about Internet of ThingsSimple things about Internet of Things
Simple things about Internet of ThingsMuhammad Nasr
 
IT Solution through IoT Development
IT Solution through IoT DevelopmentIT Solution through IoT Development
IT Solution through IoT DevelopmentAndri Yadi
 
Industrial IoT Mayhem? Java IoT Gateways to the Rescue
Industrial IoT Mayhem? Java IoT Gateways to the RescueIndustrial IoT Mayhem? Java IoT Gateways to the Rescue
Industrial IoT Mayhem? Java IoT Gateways to the RescueEurotech
 
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehnenode.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
node.js is made for IoT - node.hh 07/16, Hamburg by Michael KuehneMichael Kuehne-Schlinkert
 
Catching the Internet of Things (IoT) Wave
Catching the Internet of Things (IoT) WaveCatching the Internet of Things (IoT) Wave
Catching the Internet of Things (IoT) WaveChuck Petras
 
IoT Masterclass ESGT Santarem - Connecting The Dots
IoT Masterclass ESGT Santarem -  Connecting The DotsIoT Masterclass ESGT Santarem -  Connecting The Dots
IoT Masterclass ESGT Santarem - Connecting The DotsMarco Silva
 
IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018Peter Defreyne
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...IRJET Journal
 
Io t standard_bis_arpanpal
Io t standard_bis_arpanpalIo t standard_bis_arpanpal
Io t standard_bis_arpanpalArpan Pal
 
How to bootstrap your IoT project
How to bootstrap  your IoT projectHow to bootstrap  your IoT project
How to bootstrap your IoT projectEurotech
 
Internet of things
Internet of thingsInternet of things
Internet of thingsAlok Ranjan
 
The internet of things in now , see how golang is a part of this evolution
The internet of things in now , see how golang is a part of this evolutionThe internet of things in now , see how golang is a part of this evolution
The internet of things in now , see how golang is a part of this evolutionYoni Davidson
 
MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014MachinePulse
 
Evolution of M2M Communication
Evolution of M2M CommunicationEvolution of M2M Communication
Evolution of M2M CommunicationIndaka Raigama
 
Internet of things (IoT) with Azure
Internet of things (IoT) with AzureInternet of things (IoT) with Azure
Internet of things (IoT) with AzureVinoth Rajagopalan
 
2016-09-eclipse-iot-cf-summit
2016-09-eclipse-iot-cf-summit2016-09-eclipse-iot-cf-summit
2016-09-eclipse-iot-cf-summitMike Milinkovich
 
Mainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT PlatformMainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT PlatformSasa Klopanovic
 
Mainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT PlatformMainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT PlatformSasa Klopanovic
 

Similar to Everything about Internet of Things (20)

Simple things about Internet of Things
Simple things about Internet of ThingsSimple things about Internet of Things
Simple things about Internet of Things
 
IT Solution through IoT Development
IT Solution through IoT DevelopmentIT Solution through IoT Development
IT Solution through IoT Development
 
IoT
IoTIoT
IoT
 
Industrial IoT Mayhem? Java IoT Gateways to the Rescue
Industrial IoT Mayhem? Java IoT Gateways to the RescueIndustrial IoT Mayhem? Java IoT Gateways to the Rescue
Industrial IoT Mayhem? Java IoT Gateways to the Rescue
 
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehnenode.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
 
Catching the Internet of Things (IoT) Wave
Catching the Internet of Things (IoT) WaveCatching the Internet of Things (IoT) Wave
Catching the Internet of Things (IoT) Wave
 
IoT Masterclass ESGT Santarem - Connecting The Dots
IoT Masterclass ESGT Santarem -  Connecting The DotsIoT Masterclass ESGT Santarem -  Connecting The Dots
IoT Masterclass ESGT Santarem - Connecting The Dots
 
IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
 
Zig Bee
Zig BeeZig Bee
Zig Bee
 
Io t standard_bis_arpanpal
Io t standard_bis_arpanpalIo t standard_bis_arpanpal
Io t standard_bis_arpanpal
 
How to bootstrap your IoT project
How to bootstrap  your IoT projectHow to bootstrap  your IoT project
How to bootstrap your IoT project
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
The internet of things in now , see how golang is a part of this evolution
The internet of things in now , see how golang is a part of this evolutionThe internet of things in now , see how golang is a part of this evolution
The internet of things in now , see how golang is a part of this evolution
 
MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014
 
Evolution of M2M Communication
Evolution of M2M CommunicationEvolution of M2M Communication
Evolution of M2M Communication
 
Internet of things (IoT) with Azure
Internet of things (IoT) with AzureInternet of things (IoT) with Azure
Internet of things (IoT) with Azure
 
2016-09-eclipse-iot-cf-summit
2016-09-eclipse-iot-cf-summit2016-09-eclipse-iot-cf-summit
2016-09-eclipse-iot-cf-summit
 
Mainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT PlatformMainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT Platform
 
Mainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT PlatformMainflux - Hyperscalable Unified IoT Platform
Mainflux - Hyperscalable Unified IoT Platform
 

Recently uploaded

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Recently uploaded (20)

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

Everything about Internet of Things