Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Home Automation with Intel Galileo

You're reading from   Home Automation with Intel Galileo Create thrilling and intricate home automation projects using Intel Galileo

Arrow left icon
Product type Paperback
Published in Mar 2015
Publisher
ISBN-13 9781785285776
Length 188 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Onur Dundar Onur Dundar
Author Profile Icon Onur Dundar
Onur Dundar
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Getting Started with Intel Galileo 2. Getting Started with Home Automation Applications FREE CHAPTER 3. Energy Management with Environmental and Electrical Sensors 4. Energy Management with Light Sensors and Extending Use Cases 5. Home Monitoring with Common Security Sensors 6. Home Surveillance and Extending Security Use Cases 7. Building Applications and Customizing Linux for Home Automation 8. Extending Use Cases Index

Introducing Node.js


Node.js is a cross-platform framework to build network applications with JavaScript programming languages. Applications developed with Node.js use an event-driven method, and its most important feature is to develop a non-blocking I/O model for a network application. Node.js applications mainly use network sockets for I/O.

There are also some APIs provided to developers to interact with low-level C APIs in order to develop applications with sensors connected to platforms. Node.js is embraced by the maker community as well. They use it to build simple applications for devices like Intel Galileo. When we build the full image for an SD card, it will include Node.js and we can work with it.

Note

The official Node.js website is http://nodejs.org. You can read the API documentation from the given link.

Before going further with the Node.js sample application, it is highly recommended to follow up with the following blog: https://docs.nodejitsu.com/articles/

The blog includes tutorials...

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 $19.99/month. Cancel anytime
Banner background image