Begin solving problems in automation using Wireless Sensor Networks (WSN). TinyOS is just one of the many wireless sensor network platforms used to implement applications and provides more advantages in sensing, communication and energy optimization. In this book, readers will explore how to develop and implement these networks using TinyOS.
Practical TinyOS: Programming for Wireless Sensor Networks is a quick guide to getting started with TinyOS programming, with projects demonstrating a variety of applications. This book includes a practical and content-driven approach to the latest technologies, including Raspberry Pi, IoT, and Cloud Servers. Readers will go through step-by-step guides and sample scenarios such as sensing, actuating, connectivity, building middleware, and utilizing IoT and clouds-based technologies.
What You'll Learn:
How to prepare and set up TinyOS development
The basics of using the TinyOS platform to build Wireless Sensor Networks
How to develop TinyOS programs
How to perform sensing and actuating on the TinyOS platform
How to implement middleware for TinyOS motes
How to build a simple IoT program for the TinyOS environment
Who This Book Is For:This book is intended for developers, students, researchers and anyone who is interested in wireless sensor networks.
Auflage
Sprache
Verlagsort
Illustrationen
Maße
Höhe: 235 mm
Breite: 155 mm
ISBN-13
978-1-4842-3005-3 (9781484230053)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Agus Kurniawan is a lecturer, IT consultant, and author. He has 15 years of experience in various software and hardware development projects, delivering materials in training and workshops, and technical writing. He has been awarded the Microsoft Most Valuable Professional (MVP) award 13 years in a row.
Agus is currently researching and teaching in the field of networking and security systems at the Faculty of Computer Science, Universitas Indonesia and Samsung R&D Institute, Indonesia. Currently, he is pursuing a PhD in computer science at the Freie Universitaet Berlin, Germany. He can be reached on his blog at http://blog.aguskurniawan.net and Twitter at @agusk2010.
Chapter 1 title: Introduction to Wireless Sensor NetworkChapter Goal: to introduce to Wireless Sensor Network (WSN) and to prepare development environment * 1.1 Introduction to Wireless Sensor Network (WSN)* 1.2 Introduction to TinyOS* 1.3 Review WSN Hardware for TinyOS* 1.4 Set up Development Environment for TinyOS* 1.5 TinyOS and Raspberry Pi* 1.6 Hello World Application for TinyOS
Chapter 2 title: Basic nesC ProgrammingChapter Goal: to introduce a basic nesC programming* 2.1 TinyOS Programming Model* 2.2 nesC Basic Syntax* 2.3 nesC Coding Conventions* 2.4 Modules* 2.5 Interfaces* 2.6 Configurations and Wiring* 2.7 Demo: Build TinyOS Application
Chapter 3 title: TinyOS and Computer Communication Chapter Goal: To establish a communication between TinyOS mote and computer and to exchange data among their entities* 3.1 Communication Models for TinyOS* 3.2 Serial Communication* 3.3 Build a Communication Between TinyOS Mote and Computero 3.3.1 Architectureo 3.3.2 Using migo 3.3.3 Using ncgo 3.3.4 Implementationo 3.3.5 Testing* 3.4 Build Your Own Simple Middleware for TinyOSo 3.4.1 What is a Middleware?o 3.4.2 Middleware Architecture for TinyOSo 3.4.3 Imlementationo 3.4.4 Testing
Chapter 4 title: Concurrency Chapter Goal: build concurrency program-based TinyOS to perform many tasks* 4.1 Introduction to Concurrency* 4.2 Concurrency Approach in TinyOS* 4.3 Task Scheduling* 4.4 Task-based Time Scheduling* 4.5 Asynchronous Code
Chapter 5 title: Sensing and Actuating Chapter Goal: to build TinyOS program to perform sensing and actuating* 5.1 What is Sensing and Actuating* 5.2 Review Sensor and Actuator Devices* 5.3 TinyOS Sensing Projecto 5.3.1 Reading data from Sensor Deviceso 5.3.2 Wiringo 5.3.3 Develop TinyOS Applicationo 5.3.4 Testing* 5.4 TinyOS Actuating Projecto 5.4.1 LED Controller Deviceo 5.4.2 Wiringo 5.4.3 Develop TinyOS Applicationo 5.4.4 Testing
Chapter 6 title: NetworkingChapter Goal: to develop TinyOS program with utilizing Network stacks* 6.1 Networking in TinyOS* 6.2 Single-hop Networking* 6.3 Multi-hop Networking* 6.4 Build Your Own RESTful Server for TinyOSo 6.4.1 Preparationo 6.4.2 Wiringo 6.4.3 Implementationo 6.4.4 Testing
Chapter 7 title: StorageChapter Goal: to work with local and remote storage in TinyOS* 7.1 Storage Models in TinyOS* 7.2 Working with Local Storage* 7.3 Working with Remote Storage* 7.4 Demo: Saving Sensing Data Into MySQLo 7.4.1 Preparationo 7.4.2 Wiringo 7.4.3 Develop TinyOS Applicationo 7.4.4 Testing
Chapter 8 title: TinyOS and Cloud ServerChapter Goal: to connect TinyOS to public cloud servers.* 8.1 Introduction to Cloud Servers* 8.2 Review Cloud Server Platforms* 8.3 Connecting TinyOS Motes to Cloud Servers* 8.4 Build Your Own IoT using TinyOSo 8.4.1 Preparationo 8.4.2 Wiringo 8.4.3 Develop Applicationo 8.4.4 Testing