SlideShare a Scribd company logo
Open IoT Cloud
Mokoversity
Jollen Chen, 2015.04.11, Shenzhen
<jollen@jollen.org>
!
www.mokoversity.com
Mokoversity
Open IoT Cloud 设计思想
IoT 三件⼤大事
IoT 进⼊入与Web 融合的新阶段-Web of Things。
Google 为WoT 时代推出Physical Web 计画,ARM 也
推出ARM mbed ⽣生态体系。 Big players 都在推展⾃自已
的WoT ⽣生态与IoT Cloud 架构。
1 Going Web
2
Open IoT Cloud
Architecture
IoT CloudIoT Device Mobile
3 Physical Object
http://wot.city/1/00886956590989/kitchen/sensor/dust/a
ws://wot.city/object/00886956590989/kitchen/sensor/dust/a
coap://wot.city/00886956590989/kitchen/sensor/dust/a
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
REST Object
Physical Web
GET /1/00886956590989/kitchen/sensor/dust/a
REST Object
Physical Web
GET /1/00886956590989/kitchen/sensor/dust/a
Web
Web of Things
使用情境
IoT Device Mobile
HTTP 1.1/2.0HTTP 1.1/2.0
Light-weight
Web server
Web 
Frontend
Physical Object
HTTP 使用情境
http://wot.city/1/jollenchen/sensor/dust/a
IoT Device Mobile
HTTP 1.1/2.0
Streaming Data
Physical Object
Web 
Frontend
Physical Object
Websocket 使用情境
Real-Time Data
Broker
ws://wot.city/object/jollenchen/sensor/dust/a
IoT App
In the form of URLs.
Smart Object
IoT Node
GET /1/00886956590989/kitchen/sensor/dust/a
HTTP
Websocket
CoAP
http://
ws://
coap://
Websocket
HTTP 1.1/2.0
CoAP
IoT
Cloud
IoT Device
IoT Device
IoT Device IoT Device
Mobile &
Client
IoT Proxy
Open IoT Cloud Architecture
www.mokoversity.com
Privacy
Security
Personal
隐私性
安全性
个⼈人性
⾃自有云
TLS / SSL
⾃自有云
Privacy
制造商收集你的个⼈人
资讯,加⼯工后⽤用于商
业⾏行为
集中化
现有的IoT ⽣生态,所收集的资料健康照
护或个⼈人⽣生理监测数据,都朝向「集中
化储存」的发展趋势。然⽽而,以个⼈人⽣生
理资料来说,我们都是⽆无偿对这些「云
服务」公司提供宝贵资料,这些公司对
资料进⾏行分析与价值挖掘后,所取得的
商业利益,是否能有⼀一个机制,能分享
与回馈给提供「素材」的我们
Free
将数据储存到⾮非开放的IoT 云服
务,是否能「取回」⾃自已的资料,
会是⼀一个问题。储存在真正开放
的IoT 云,才能解决这样的问
题。开放式IoT 架构的意义,必
须是⾃自由的:Personal Things
Libre
Software
Gives users the freedom to run the
software for any purpose as well as
to study, modify, and distribute the
original software and the adapted
versions. (—wikipedia)
Libre
IoT
Cloud
Gives users the freedom to ___ the
personal data for any purpose as
well as to ___, ___, and ___ the
original data and the ______
versions. (—WoT.City)
Websocket
HTTP 1.1/2.0
CoAP
Personal
Things
OSHW
IoT
OSHW
IoT
OSHW
IoT
OSHW
IoT
Mobile &
Client
IoT Proxy
Open & Libre 
IoT Cloud Architecture
www.mokoversity.com
Open Standards
WoT.City 
IoT Cloud Architecture
Open
IoT
Cloud
Open
Standards
Personal
Things
Free & Libre
Things
Open
Hardware
Web
IoT Cloud
Framework
Hacker 
x
Maker
OSHW
「物联⺴⽹网装置终将免费」。在IoT
Open Architecture 的理想中,
消费者可以免费取得硬件。这个
理想并⾮非不可⾏行,第⼀一个步骤,
就是设法降低取得硬件的成本。
⾃自造硬体(成为IoT 的创客),
就是重要的起步
IoT
Smart Phone
Open Source
CultureOpen
Hardware
Maker Culture
Free & App Economic
Free and Libre
Education&Training
W o T. C i t y
(C) 2015 Mokoversity Inc. v0.1.0 CONFIDENTIAL.
jollen <jollen@jollen.org>
Mokoversity Inc.
Web of Things
Web-technolog Matrix
HTML5/
CSS/JS
REST SPA WebSocket CORS
Frontend
Patterns
Web Pages V
Web App V V
SPA V V
V
(Backbone)
Web Service V V (Server) V
IoT / WoT V V V (Client)
V
(jQuery、Module、
Closure)
IoT vs WoT
IoT WoT
連結⽅方式 Bluetooth HTTP
數據管理 Centerlized Decenterlized
Things Objects RESTful Objects
應⽤用開發模式 Native Web (SPA)
硬件概念 Sensor Device
Physical Web
(Sensor Fusion)
Figure: Thinking in WoT. Copyright (C) 2014 Mokoversity Inc.
Connectivity
IoT WoT
Connectivity Machine to Machine
LWM2M
Machine to Web
Networking TCP / UDP HTTP / REST / CoAP
Things Sensor Device RESTful Objects
Data Streaming Data Time-Series Data
Discover MQTT Publish / Subscribe
Figure: Thinking in WoT. Copyright (C) 2015 Mokoversity Inc.
Open IoT Cloud Architecture, Web of Things, Shenzhen, China.
Source: http://coap.technology
REST model for small
devices
!
Like HTTP, CoAP is based on the wildly successful
REST model: Servers make resources available
under a URL, and clients access these resources
using methods such as GET, PUT, POST, and
DELETE.
Source: http://coap.technology
Made for billions of
nodes
!
The Internet of Things will need billions of nodes,
many of which will need to be inexpensive. CoAP
has been designed to work on microcontrollers
with as low as 10 KiB of RAM and 100 KiB of code
space (RFC 7228).
Source: http://coap.technology
Existing skills transfer
!
From a developer point of view, CoAP feels very
much like HTTP. Obtaining a value from a sensor
is not much different from obtaining a value from
a Web API.
Source: http://coap.technology
Ready for integration
!
Since HTTP and CoAP share the REST model, they
can easily be connected using application-
agnostic cross-protocol proxies. A Web client may
not even notice that it just accessed a sensor
resource!
ARM IoT Tutorial	

https://www.youtube.com/watch?v=4bSr5x5gKvA
Websocket
HTTP 1.1/2.0
CoAP
CoAP
www.mokoversity.com
IoT
Cloud
IoT Device
IoT Device
IoT Proxy
1
2
IoT Device
2
3
Mobile &
Client
The Web of Things Protocol
3
From HTTP to CoAP
HTTP
The Web protocol.
!
CoAP
The Web of Things 
Protocol.
!
MQTT
The TCP Protocol.
IoT Device
IoT Device
IoT Proxy
1
2
IoT Device
2
3
Constrained Environment
3
RESTful
UDP
M2M
Wireless Sensor Network
HTTP in Uniform way
Simple Cache
IoT Device
IoT Device
IoT Proxy
1
2
IoT Device
2
3
Constrained Environment
3
Features of CoAP
W o T. C i t y
打造 放的
WoT
源方案
WoT.City
Mokoversity
提倡 放的
WoT
创业思想
MakerWoT
Open

Hardware
Mokoversity x Seeed x Openmbed
mbed REST Object OS
ARM mbed
Source: http://mbed.org/technology/os/
mbed OS
mbed™ OS is an operating system for IoT devices
and is especially well-suited to run in energy
constrained environments.
mbed Tools
Digital Interface
Networking
HTTPD & REST API
Websocket
HTTP
Websocket
CoAP
Collect and
Assemble
Manage and
Analysis
Frontend
Composition 
Layer
API Driven Development
API
Business Logic
Data Access Layer !
and Databases
Security
Logging
“server-side
implementations are
becoming a thin layer
with an API for data and
security” (-Shiju
Varghese)
“modern Web developers
are writing their server-
side code for both Mobile
apps and Web apps” (-
Shiju Varghese)
AutomationJS
Web Frontend
Boundary Compositor -!
update DOM subtree
Data Compositor -!
integrate the services and data
AutomationJS
Composition Layer -
programmable widgets
!
Physical Mashup
!
Building Blocks Pattern
!
(…)
IoT Device Mobile
HTTP 1.1/2.0
Streaming Data
Physical Object
Web 
Frontend
Physical Object
Websocket 使用情境
Real-Time Data
Broker
ws://wot.city/object/jollenchen/sensor/dust/a
WoT.City 
IoT Cloud
Device Registration
!
Device Container
!
Websocket Broker
(Channel)
!
CoAP Broker (Channel)
!
Data Compositor
ARM mbed IoT Devices
!
Maker Kit
!
In-place small data
analytics
WoT.City 
IoT Device
IoT Application Layer
Framework
!
AutomationJS
WoT.City

Mobile
and
Client
Jollen
WeChat ID: jollentw
<jollen@jollen.org>
Thanks
Mokoversity Openmbed

More Related Content

What's hot (20)

PDF
IoT introduction
Aravindhan G K
 
PDF
Tutorial on Internet of Thing (IoT) Paradigm in Consumer Applications
Raffaele Giaffreda
 
PPTX
Enterprise, Architecture and IoT
Nibodha Technologies
 
PPTX
Simon Ford - ARM and the Open Internet of Things
Business of Software Conference
 
PPTX
Internet of Things (IoT) Presentation
Jason K
 
PDF
TUW-ASE Summer 2015: IoT Cloud Systems
Hong-Linh Truong
 
PPTX
Introduction to IoT
Mujahed Al-Tahle
 
PDF
Connected Things, IoT and 5G
Eueung Mulyana
 
PDF
Introduction to IoT
Sameer Tathare
 
PDF
Overview of IoT and Security issues
Anastasios Economides
 
PPTX
Internet of Things [IoT]
Vikram Nandini
 
PPTX
Internet of things (IoT)
Ankur Pipara
 
PDF
IoT Architecture
Naseeba P P
 
PDF
Iot Software-As-A-Service Implementation Framework
Chandrashekhar More
 
PDF
XMPP & Internet Of Things
Rikard Strid
 
PDF
Simple things about Internet of Things
Muhammad Nasr
 
PPTX
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
Allied Consultants
 
PDF
Internet of things applications covering industrial domain
Dev Bhattacharya
 
PDF
Presentation for IoT workshop at Sinhagad University (Feb 4, 2016) - 1/2
Bhavin Chandarana
 
PDF
IoT introduction
Qayyum Halim
 
IoT introduction
Aravindhan G K
 
Tutorial on Internet of Thing (IoT) Paradigm in Consumer Applications
Raffaele Giaffreda
 
Enterprise, Architecture and IoT
Nibodha Technologies
 
Simon Ford - ARM and the Open Internet of Things
Business of Software Conference
 
Internet of Things (IoT) Presentation
Jason K
 
TUW-ASE Summer 2015: IoT Cloud Systems
Hong-Linh Truong
 
Introduction to IoT
Mujahed Al-Tahle
 
Connected Things, IoT and 5G
Eueung Mulyana
 
Introduction to IoT
Sameer Tathare
 
Overview of IoT and Security issues
Anastasios Economides
 
Internet of Things [IoT]
Vikram Nandini
 
Internet of things (IoT)
Ankur Pipara
 
IoT Architecture
Naseeba P P
 
Iot Software-As-A-Service Implementation Framework
Chandrashekhar More
 
XMPP & Internet Of Things
Rikard Strid
 
Simple things about Internet of Things
Muhammad Nasr
 
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
Allied Consultants
 
Internet of things applications covering industrial domain
Dev Bhattacharya
 
Presentation for IoT workshop at Sinhagad University (Feb 4, 2016) - 1/2
Bhavin Chandarana
 
IoT introduction
Qayyum Halim
 

Viewers also liked (20)

PDF
IoT and Maker Crossover (IMCO) Conference 2015
Jollen Chen
 
PPTX
Webinar IoT Cloud Platforms and Middleware for Rapid Application Development
Harbinger Systems - HRTech Builder of Choice
 
PDF
IoT architecture
Sumit Sharma
 
PPT
Internet of Things and its applications
Pasquale Puzio
 
PPTX
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Mohan Kumar G
 
PDF
Maker of Things - the open IoT cloud for makers chapter.
Jollen Chen
 
PDF
State of Digital Transformation 2016. Altimeter Report
Den Reymer
 
PDF
Gartner TOP 10 Strategic Technology Trends 2017
Den Reymer
 
PPTX
IoT - IT 423 ppt
Mhae Lyn
 
PDF
IoT Cloud Service & Partner IoT Solution
harishgaur
 
PPTX
Nice, France Talk. Working in the Cloud, 2011
John Mayfield
 
PDF
Cloudcamp Chicago Nov 2104 Fintech - John Downey's "A Hypothetical Public Clo...
CloudCamp Chicago
 
PDF
Cloud in io t 12042016
Fedor Antsiferov
 
PPTX
Working in the Cloud
Stefanie Ainge Hahn
 
PDF
IoT et architecture cloud haute performance
Microsoft
 
PDF
Presentation evrythng
Andreas Ruppen
 
PPTX
IndianaJS - Building spatially aware web sites for the Web of Things
TECO Research Group
 
PPTX
Enabling High Level Application Development In The Internet Of Things
Pankesh Patel
 
PPTX
Thesis Defence: A Model Driven Architecture for the Web of Things
Andreas Ruppen
 
PDF
Industry 4.0 and Internet of Things (IoT)- The Emerging Marketing Trends
Suyati Technologies
 
IoT and Maker Crossover (IMCO) Conference 2015
Jollen Chen
 
Webinar IoT Cloud Platforms and Middleware for Rapid Application Development
Harbinger Systems - HRTech Builder of Choice
 
IoT architecture
Sumit Sharma
 
Internet of Things and its applications
Pasquale Puzio
 
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Mohan Kumar G
 
Maker of Things - the open IoT cloud for makers chapter.
Jollen Chen
 
State of Digital Transformation 2016. Altimeter Report
Den Reymer
 
Gartner TOP 10 Strategic Technology Trends 2017
Den Reymer
 
IoT - IT 423 ppt
Mhae Lyn
 
IoT Cloud Service & Partner IoT Solution
harishgaur
 
Nice, France Talk. Working in the Cloud, 2011
John Mayfield
 
Cloudcamp Chicago Nov 2104 Fintech - John Downey's "A Hypothetical Public Clo...
CloudCamp Chicago
 
Cloud in io t 12042016
Fedor Antsiferov
 
Working in the Cloud
Stefanie Ainge Hahn
 
IoT et architecture cloud haute performance
Microsoft
 
Presentation evrythng
Andreas Ruppen
 
IndianaJS - Building spatially aware web sites for the Web of Things
TECO Research Group
 
Enabling High Level Application Development In The Internet Of Things
Pankesh Patel
 
Thesis Defence: A Model Driven Architecture for the Web of Things
Andreas Ruppen
 
Industry 4.0 and Internet of Things (IoT)- The Emerging Marketing Trends
Suyati Technologies
 
Ad

Similar to Open IoT Cloud Architecture, Web of Things, Shenzhen, China. (20)

PPTX
La web de las Cosas
Agile Express Ecuador / Thoughtworks
 
PDF
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
Michael Kuehne-Schlinkert
 
PDF
WoT.City and IoT Protocols Movement @ Taipei, Taiwan
Jollen Chen
 
PPTX
Could Iot be WebRTC's greatest source of innovation? (The IIT RTC Conference ...
Brian Pulito
 
PPTX
Rapid IoT Application Development with IBM Bluemix - Mikko Poutanen
WithTheBest
 
PPTX
Ramu droid for swach bharat abhiyaan
ALTANAI BISHT
 
PPTX
Io t standard_bis_arpanpal
Arpan Pal
 
PDF
IoT and Embedded OS Lecture - Cristian Toma and George Iosif
IT&C Security Master Informatics Security Master
 
PPTX
Defining an Open IoT Stack - Presented at IoT World 2015
Ian Skerrett
 
PPTX
Creating the open source building blocks for IoT
Ian Skerrett
 
PDF
MQTT with Eclipse Paho: A protocol for IoT and M2M communication
Christian Götz
 
PPT
Connecting devices to the internet of things
Bernard Kufluk
 
PDF
WoT.js - WoT App. Framework for Open Source Hardware
Jonathan Jeon
 
PDF
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
confluent
 
PDF
WoT framework and use cases
Soumya Kanti Datta
 
PDF
KNoT - a framework for iot interoperability
Tiago Barros
 
PDF
WebRTC in IOT presented in KrankyGeek
ALTANAI BISHT
 
PDF
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IRJET Journal
 
PPTX
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
Brian Pulito
 
PDF
Media Streams in IOT via WebRTC
ALTANAI BISHT
 
node.js is made for IoT - node.hh 07/16, Hamburg by Michael Kuehne
Michael Kuehne-Schlinkert
 
WoT.City and IoT Protocols Movement @ Taipei, Taiwan
Jollen Chen
 
Could Iot be WebRTC's greatest source of innovation? (The IIT RTC Conference ...
Brian Pulito
 
Rapid IoT Application Development with IBM Bluemix - Mikko Poutanen
WithTheBest
 
Ramu droid for swach bharat abhiyaan
ALTANAI BISHT
 
Io t standard_bis_arpanpal
Arpan Pal
 
IoT and Embedded OS Lecture - Cristian Toma and George Iosif
IT&C Security Master Informatics Security Master
 
Defining an Open IoT Stack - Presented at IoT World 2015
Ian Skerrett
 
Creating the open source building blocks for IoT
Ian Skerrett
 
MQTT with Eclipse Paho: A protocol for IoT and M2M communication
Christian Götz
 
Connecting devices to the internet of things
Bernard Kufluk
 
WoT.js - WoT App. Framework for Open Source Hardware
Jonathan Jeon
 
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
confluent
 
WoT framework and use cases
Soumya Kanti Datta
 
KNoT - a framework for iot interoperability
Tiago Barros
 
WebRTC in IOT presented in KrankyGeek
ALTANAI BISHT
 
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IRJET Journal
 
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
Brian Pulito
 
Media Streams in IOT via WebRTC
ALTANAI BISHT
 
Ad

More from Jollen Chen (18)

PDF
Flowchain blockchain classroom at Taiwan Tech University
Jollen Chen
 
PDF
Bitmark and Hyperledger Workshop: the Digital Assets and Property
Jollen Chen
 
PDF
Introducing the Blockchain and Distributed Ledger Technology
Jollen Chen
 
PDF
Backbone.js and MVW 101
Jollen Chen
 
PDF
Single-Page Application Design Principles 101
Jollen Chen
 
PDF
MongoDB & NoSQL 101
Jollen Chen
 
PDF
Mokoversity Course: Apple Swift 101 - Introduction
Jollen Chen
 
PDF
Android Wear SDK: Level 101
Jollen Chen
 
PDF
Startup eng-camp 3
Jollen Chen
 
PDF
讓 HTML5 走進 IPTV Framework
Jollen Chen
 
PDF
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
Jollen Chen
 
PDF
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
Jollen Chen
 
PDF
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(1)
Jollen Chen
 
PDF
Android HAL Introduction: libhardware and its legacy
Jollen Chen
 
PDF
Jollen's Presentation: Introducing Android low-level
Jollen Chen
 
PDF
Embedded Linux: Introduction
Jollen Chen
 
PDF
Android Application: Introduction
Jollen Chen
 
PDF
Android OS Porting: Introduction
Jollen Chen
 
Flowchain blockchain classroom at Taiwan Tech University
Jollen Chen
 
Bitmark and Hyperledger Workshop: the Digital Assets and Property
Jollen Chen
 
Introducing the Blockchain and Distributed Ledger Technology
Jollen Chen
 
Backbone.js and MVW 101
Jollen Chen
 
Single-Page Application Design Principles 101
Jollen Chen
 
MongoDB & NoSQL 101
Jollen Chen
 
Mokoversity Course: Apple Swift 101 - Introduction
Jollen Chen
 
Android Wear SDK: Level 101
Jollen Chen
 
Startup eng-camp 3
Jollen Chen
 
讓 HTML5 走進 IPTV Framework
Jollen Chen
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(2)
Jollen Chen
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(3)
Jollen Chen
 
課程名稱:八屏一雲時代來臨 教你HTML5六小時打通(1)
Jollen Chen
 
Android HAL Introduction: libhardware and its legacy
Jollen Chen
 
Jollen's Presentation: Introducing Android low-level
Jollen Chen
 
Embedded Linux: Introduction
Jollen Chen
 
Android Application: Introduction
Jollen Chen
 
Android OS Porting: Introduction
Jollen Chen
 

Recently uploaded (20)

PPTX
Different Generation Of Computers .pptx
divcoder9507
 
PPTX
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
PDF
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PDF
LB# 820-1889_051-7370_C000.schematic.pdf
matheusalbuquerqueco3
 
PDF
LOGENVIDAD DANNYFGRETRRTTRRRTRRRRRRRRR.pdf
juan456ytpro
 
PDF
The AI Trust Gap: Consumer Attitudes to AI-Generated Content
Exploding Topics
 
PPT
1965 INDO PAK WAR which Pak will never forget.ppt
sanjaychief112
 
PPTX
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
PDF
Data Protection & Resilience in Focus.pdf
AmyPoblete3
 
PPTX
Artificial-Intelligence-in-Daily-Life (2).pptx
nidhigoswami335
 
PPTX
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PPTX
The Latest Scam Shocking the USA in 2025.pptx
onlinescamreport4
 
PPTX
How tech helps people in the modern era.
upadhyayaryan154
 
PDF
Latest Scam Shocking the USA in 2025.pdf
onlinescamreport4
 
PPTX
The Monk and the Sadhurr and the story of how
BeshoyGirgis2
 
PDF
UI/UX Developer Guide: Tools, Trends, and Tips for 2025
Penguin peak
 
PPTX
B2B_Ecommerce_Internship_Simranpreet.pptx
LipakshiJindal
 
PPTX
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PPTX
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
PPTX
Google SGE SEO: 5 Critical Changes That Could Wreck Your Rankings in 2025
Reversed Out Creative
 
Different Generation Of Computers .pptx
divcoder9507
 
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
LB# 820-1889_051-7370_C000.schematic.pdf
matheusalbuquerqueco3
 
LOGENVIDAD DANNYFGRETRRTTRRRTRRRRRRRRR.pdf
juan456ytpro
 
The AI Trust Gap: Consumer Attitudes to AI-Generated Content
Exploding Topics
 
1965 INDO PAK WAR which Pak will never forget.ppt
sanjaychief112
 
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
Data Protection & Resilience in Focus.pdf
AmyPoblete3
 
Artificial-Intelligence-in-Daily-Life (2).pptx
nidhigoswami335
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
The Latest Scam Shocking the USA in 2025.pptx
onlinescamreport4
 
How tech helps people in the modern era.
upadhyayaryan154
 
Latest Scam Shocking the USA in 2025.pdf
onlinescamreport4
 
The Monk and the Sadhurr and the story of how
BeshoyGirgis2
 
UI/UX Developer Guide: Tools, Trends, and Tips for 2025
Penguin peak
 
B2B_Ecommerce_Internship_Simranpreet.pptx
LipakshiJindal
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
Google SGE SEO: 5 Critical Changes That Could Wreck Your Rankings in 2025
Reversed Out Creative
 

Open IoT Cloud Architecture, Web of Things, Shenzhen, China.