SlideShare a Scribd company logo
Web servers for the
Internet of Things
SUMMER SCHOOL
Outline
Web server
HTTP
Gadgets
IoT Webserver
Web templates
Web services
Web socket
Questions
2
Web server
3
What is a web server
Software that implements HTTP/HTTPS
Mainframes
Computers
Gadgets
4
Gadgets?!
5
What HTTP?
Widely used
Easy to implement
Text based
HTML
◦ Simple and flexible UI
◦ JavaScript runs in almost any browser
◦ Replace displays
6
UI
Gadgets prefer HTML UI
Accessible from the tablet
Wireless “display”
Web language
Gadgets are using less displays
Expensive
Fixed
Special software
7
HTTP
8
HTTP
9
Image from https://www3.ntu.edu.sg/home/ehchua/programming/webprogramming/HTTP_Basics.html
HTTP
Request
◦ Headers
◦ Method
◦ URL
◦ Query String
◦ Upload body
Response
◦ Status
◦ Headers
◦ Data
10
Query
http://address[:port]URL?querystring
http://wyliodrin.cs.pub.ro/projects?show=true
Address?
Port?
URL?
querystring?
11
Query
http://address[:port]URL?querystring
http://wyliodrin.cs.pub.ro/projects?show=true
Address? wyliodrin.cs.pub.ro
Port? 80
URL? /projects
querystring? show=true
12
Methods
GET
◦ Request objects without sending data
POST
◦ Modify objects with data that you are sending
PUT
◦ Create new objects with data that your are sending
DELETE
◦ Delete objects without sending data
13
HTTP
14
Image from https://www3.ntu.edu.sg/home/ehchua/programming/webprogramming/HTTP_Basics.html
Gadgets
15
Webserver for the gadgets
16
Web
Web request
◦ Starts a webserver
◦ Sets up static folder
◦ Stores
◦ Html
◦ Javascript
◦ Css
http://address:port/static/index.html
17
Web
Web request
◦ Route
◦ Method
◦ Port
Message
{
payload: query string / upload data
req: request
res: response
next:
}
18
Web response
19
Web response
◦ Input from a web request
◦ Sends the payload
◦ Redirect
http://address:port/ redirects to
http://address:port/static/index.html
Run the server
Get the IP of the board
◦ Shell
◦ ifconfig
In the same network
http://172.17.0.82:5000/
20
IoT Server
21
IoT Server
Server with public IP address
A gadget without pin access
Good for web server
◦ Web pages
◦ API
22
IoT Server
23
Web templates
24
Web template
Web template
◦ Loads a templates
◦ Fills it with variables
◦ From value
◦ From payload
◦ Sends it
25
Web template
26
• Values are available
• Payload variables are available
Web template
27
Value is refreshed only on a page reload
Web service
28
Web service is API
Expose functions for apps
◦ Mobile Applications
◦ Refresh the value without reloading the page
◦ Use multiple UI
29
Image from http://blogs.msdn.com/b/martinkearn/archive/2015/01/05/introduction-to-rest-and-net-web-api.aspx
Web response
30
Web response
◦ Input from a web request
◦ Sends the payload
◦ Redirect
Web response
31
/sensor returns
{
“sensor”: “0”
}
JQuery API
32
Web socket
33
Websocket
Allows asynchronous communication with the server
◦ Like a socket
◦ Uses HTTP or HTTPS
◦ Problems with proxies
Socket.IO
◦ Has a solution with HTTP or HTTPS if the websocket is unavailable
34
Websocket
35
Image from https://warmcat.com/libwebsockets/2010/11/01/libwebsockets-html5-websocket-server-library-in-c.html
Web starter app
Streams
Web starter app
Angular JS
36
Angular JS
static/web.html
37
Javascript
38
Questions?
39

More Related Content

PPTX
Domain specific IoT
PDF
Introduction to IoT Architectures and Protocols
PDF
Lecture 1 - Introduction to IoT
PPTX
Ipv4 and Ipv6
PDF
IoT Networking
PDF
RPL - Routing Protocol for Low Power and Lossy Networks
PPTX
IPV6 ADDRESS
PDF
IoT and m2m
Domain specific IoT
Introduction to IoT Architectures and Protocols
Lecture 1 - Introduction to IoT
Ipv4 and Ipv6
IoT Networking
RPL - Routing Protocol for Low Power and Lossy Networks
IPV6 ADDRESS
IoT and m2m

What's hot (20)

PDF
Chapter 7
PPTX
Sources of IoT (JNTUK - UNIT 1)
PPTX
Recognition-of-tokens
PDF
IoT Physical Devices and End Points.pdf
PPTX
IP Address - IPv4 & IPv6
PPTX
Message and Stream Oriented Communication
PPTX
M2M systems layers and designs standardizations
PDF
6LoWPAN: An open IoT Networking Protocol
PDF
IoT architecture
PPTX
wireless network IEEE 802.11
PPTX
IP addressing seminar ppt
PPT
ipv6 ppt
PDF
Raspberry Pi
PPT
WSN IN IOT
PPTX
Raspberry Pi
PPTX
Ppt of routing protocols
PPTX
3.pillars of embedded io t and physical devices
PPTX
Virtual LAN
DOCX
Computer science seminar topics
PPTX
IP Address
Chapter 7
Sources of IoT (JNTUK - UNIT 1)
Recognition-of-tokens
IoT Physical Devices and End Points.pdf
IP Address - IPv4 & IPv6
Message and Stream Oriented Communication
M2M systems layers and designs standardizations
6LoWPAN: An open IoT Networking Protocol
IoT architecture
wireless network IEEE 802.11
IP addressing seminar ppt
ipv6 ppt
Raspberry Pi
WSN IN IOT
Raspberry Pi
Ppt of routing protocols
3.pillars of embedded io t and physical devices
Virtual LAN
Computer science seminar topics
IP Address
Ad

Viewers also liked (20)

PPTX
Introduction to the Internet of Things
PPTX
Software for the Internet of Things
PPTX
Cross Platform Mobile Development
PPTX
Web Services and Mobile
PPTX
Electronics for the Internet of Things
PPTX
Sensors and Peripherals
PPTX
Wyliodrin Dashboard
PPTX
QNAP for IoT
PDF
Game Mobile IOT & Smarthome - Nguyễn Tuấn Anh
PPTX
PPTX
Transfer Function
PPTX
Signals and Systems
PPTX
IoT - Connected World
PPTX
Plugins
PDF
WSO2Con EU 2016: Integration in the Home (For Less Than $50), Internet of Th...
PDF
Wyliodrin at the ProInfo Summer School
PPTX
Wyliodrin new features
PPTX
Why HTTP Won't Work For The Internet of Things (Dreamforce 2014)
PPTX
FEUC Tec 2016 - Iot with Slack using Intel Edison
PPT
Why HTTP Won't Work For The Internet of Things
Introduction to the Internet of Things
Software for the Internet of Things
Cross Platform Mobile Development
Web Services and Mobile
Electronics for the Internet of Things
Sensors and Peripherals
Wyliodrin Dashboard
QNAP for IoT
Game Mobile IOT & Smarthome - Nguyễn Tuấn Anh
Transfer Function
Signals and Systems
IoT - Connected World
Plugins
WSO2Con EU 2016: Integration in the Home (For Less Than $50), Internet of Th...
Wyliodrin at the ProInfo Summer School
Wyliodrin new features
Why HTTP Won't Work For The Internet of Things (Dreamforce 2014)
FEUC Tec 2016 - Iot with Slack using Intel Edison
Why HTTP Won't Work For The Internet of Things
Ad

Similar to Web servers for the Internet of Things (20)

PDF
Lecture 5 - Webservers for the Internet of Things
PPTX
Building the Internet of Things with Thingsquare and Contiki - day 1, part 1
PPTX
Building the Internet of Things with Thingsquare and Contiki - day 1, part 3
PDF
6.Web Servers
PDF
Web Messaging for Open for Web of Things
PDF
From the internet of things to the web of things course
PPTX
Null mumbai-iot-workshop
PPT
PDF
Searching in a Web-based Infrastructure for Smart Things
PDF
Best Practices for Design Hardware APIs
PDF
IOT_Working_computer_science_business_recap
PPT
Connecting devices to the internet of things
PPTX
Ppt 1 -io t - intro
PDF
IoT-javascript-2019-fosdem
PPTX
Ppt 3 - IOT logic design
PDF
Design patternsforiot
PPTX
Introduction to IoT
PPTX
Logical Design Architecture in Internet of Things
PDF
The case for a unified way of speaking to things
PDF
mozilla-things-fosdem-2019
Lecture 5 - Webservers for the Internet of Things
Building the Internet of Things with Thingsquare and Contiki - day 1, part 1
Building the Internet of Things with Thingsquare and Contiki - day 1, part 3
6.Web Servers
Web Messaging for Open for Web of Things
From the internet of things to the web of things course
Null mumbai-iot-workshop
Searching in a Web-based Infrastructure for Smart Things
Best Practices for Design Hardware APIs
IOT_Working_computer_science_business_recap
Connecting devices to the internet of things
Ppt 1 -io t - intro
IoT-javascript-2019-fosdem
Ppt 3 - IOT logic design
Design patternsforiot
Introduction to IoT
Logical Design Architecture in Internet of Things
The case for a unified way of speaking to things
mozilla-things-fosdem-2019

More from Alexandru Radovici (20)

PPTX
SdE2 - Pilot Tock
PPTX
SdE2 - Systèmes embarquées
PPTX
SdE2 - Planification, IPC
PPTX
ALF1 - Introduction
PPTX
SdE2 - Introduction
PPTX
MDAD 6 - AIDL and Services
PPTX
MDAD 5 - Threads
PPTX
MDAD 4 - Lists, adapters and recycling
PPTX
MDAD 3 - Basics of UI Applications
PPTX
MDAD 2 - Introduction to the Android Framework
PPTX
MDAD 1 - Hardware
PPTX
MDAD 0 - Introduction
PPTX
SdE 11 - Reseau
PPTX
SdE 10 - Threads
PPTX
SdE 8 - Synchronisation de execution
PPTX
SdE 8 - Memoire Virtuelle
PPTX
SdE 7 - Gestion de la Mémoire
PPTX
SdE 6 - Planification
PPTX
SdE 5 - Planification
PPTX
ALF 6 - Parser
SdE2 - Pilot Tock
SdE2 - Systèmes embarquées
SdE2 - Planification, IPC
ALF1 - Introduction
SdE2 - Introduction
MDAD 6 - AIDL and Services
MDAD 5 - Threads
MDAD 4 - Lists, adapters and recycling
MDAD 3 - Basics of UI Applications
MDAD 2 - Introduction to the Android Framework
MDAD 1 - Hardware
MDAD 0 - Introduction
SdE 11 - Reseau
SdE 10 - Threads
SdE 8 - Synchronisation de execution
SdE 8 - Memoire Virtuelle
SdE 7 - Gestion de la Mémoire
SdE 6 - Planification
SdE 5 - Planification
ALF 6 - Parser

Recently uploaded (20)

PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Cell Structure & Organelles in detailed.
PDF
RMMM.pdf make it easy to upload and study
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Microbial diseases, their pathogenesis and prophylaxis
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPH.pptx obstetrics and gynecology in nursing
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
O7-L3 Supply Chain Operations - ICLT Program
human mycosis Human fungal infections are called human mycosis..pptx
Anesthesia in Laparoscopic Surgery in India
102 student loan defaulters named and shamed – Is someone you know on the list?
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Pre independence Education in Inndia.pdf
Microbial disease of the cardiovascular and lymphatic systems
Supply Chain Operations Speaking Notes -ICLT Program
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Insiders guide to clinical Medicine.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Abdominal Access Techniques with Prof. Dr. R K Mishra
Cell Structure & Organelles in detailed.
RMMM.pdf make it easy to upload and study
2.FourierTransform-ShortQuestionswithAnswers.pdf
Cell Types and Its function , kingdom of life
Microbial diseases, their pathogenesis and prophylaxis

Web servers for the Internet of Things