Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Building the Web of Things: With examples in Node.js and Raspberry Pi

Posted By: Grev27
Building the Web of Things: With examples in Node.js and Raspberry Pi

Dominique Guinard, Vlad Trifa, "Building the Web of Things: With examples in Node.js and Raspberry Pi"
English | ISBN: 1617292680 | 2016 | PDF/EPUB | 344 pages | 19 MB/8 MB

Summary

A hands-on guide that will teach how to design and implement scalable, flexible, and open IoT solutions using web technologies. This book focuses on providing the right balance of theory, code samples, and practical examples to enable you to successfully connect all sorts of devices to the web and to expose their services and data over REST APIs.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Because the Internet of Things is still new, there is no universal application protocol. Fortunately, the IoT can take advantage of the web, where IoT protocols connect applications thanks to universal and open APIs.

About the Book

Building the Web of Things is a guide to using cutting-edge web technologies to build the IoT. This step-by-step book teaches you how to use web protocols to connect real-world devices to the web, including the Semantic and Social Webs. Along the way you'll gain vital concepts as you follow instructions for making Web of Things devices. By the end, you'll have the practical skills you need to implement your own web-connected products and services.

What's Inside

Introduction to IoT protocols and devices
Connect electronic actuators and sensors (GPIO) to a Raspberry Pi
Implement standard REST and Pub/Sub APIs with Node.js on embedded systems
Learn about IoT protocols like MQTT and CoAP and integrate them to the Web of Things
Use the Semantic Web (JSON-LD, RDFa, etc.) to discover and find Web Things
Share Things via Social Networks to create the Social Web of Things
Build a web-based smart home with HTTP and WebSocket
Compose physical mashups with EVRYTHNG, Node-RED, and IFTTT