Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Raspberry Pi Home Automation with Arduino - Second Edition

You're reading from  Raspberry Pi Home Automation with Arduino - Second Edition

Product type Book
Published in Feb 2015
Publisher
ISBN-13 9781784399207
Pages 148 pages
Edition 1st Edition
Languages
Author (1):
Andrew K. Dennis Andrew K. Dennis
Profile icon Andrew K. Dennis

Table of Contents (16) Chapters

Raspberry Pi Home Automation with Arduino Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. An Introduction to the Raspberry Pi, Arduino, and Home Automation 2. Getting Started – Setting Up Your Raspberry Pi and Arduino 3. Central Air and Heating Thermostat 4. Temperature Storage – Setting Up a Database to Store Your Results 5. Parcel Delivery Detector 6. Curtain Automation – Open and Close the Curtains Based on the Ambient Light 7. Water/Damp Detection – Check for Damp/Flooding in Sheds and Basements 8. Wrapping Up References Index

HTSQL


Hyper Text Structured Query Language (HTSQL) is a technology that allows us to write queries on the fly for our database and execute them via a URL. Developed by Clark Evans and Kirill Simonov of Prometheus Research, HTSQL is built upon the Python programming language and provides an HTTP-based query language that is translated into SQL. This allows us to write complex queries via the web browser, and allows queries to be embedded in client-side AJAX code without the need to write server-side applications.

Unlike SQL and server-side programming languages such as Java, a database with an HTSQL server running on it can be accessed via JavaScript or a web browser, such as Midori. The benefit of using this technology is that it cuts down on the amount of server-side code we have to write, and also provides us with a simpler syntax than SQL to query a database.

You might remember that we wrote the following SQL query to return the values in our Temperature table:

SELECT * FROM Temperature...
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 €14.99/month. Cancel anytime}