Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Internet of things with Intel Galileo

You're reading from   Internet of things with Intel Galileo Employ the Intel Galileo board to design a world of smarter technology for your home

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher
ISBN-13 9781782174585
Length 212 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
 de Sousa de Sousa
Author Profile Icon de Sousa
de Sousa
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Internet of Things with Intel Galileo
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Introducing Galileo FREE CHAPTER 2. Rediscovering the Arduino IDE 3. Monitoring the Board Temperature 4. Creating a Motion Sensing Light 5. Intel IoT Developer Kit Tools 6. Building an Irrigation System 7. Creating Christmas Light Effects 8. The Intel XDK IoT Edition 9. Developing an IoT Quiz 10. Integrating with Muzzley Index

Using Galileo as a web server


So far, we were able to control our lightbulb using sensors. Now, let's try to display our sensorial data in a web page. To do so, we will use the Galileo as a web server and use some common web technologies.

A web server is an application capable of serving, storing, and processing web pages in the Internet or a local network. Browsers are user agents that communicate with web servers through the HTTP protocol, requesting pages' content and displaying it. Typically, a page content contains an HTML document, including images, CSS stylesheets, and client-side JavaScript code. The web server should reply to such requests with the requested web page content, if available, and the user is allowed to access that same content.

Make sure your board has Internet access, either through Wi-Fi or a wired connection. The web server we'll create will only be available in your local network. The first thing we must do is to discover our Galileo's IP address by running the sketch...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images