#
#

Internet of Things: A hands-on approach (Record no. 2390)

MARC details
000 -LEADER
fixed length control field 08489nam a22002297a 4500
003 - CONTROL NUMBER IDENTIFIER
control field OSt
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20200109122037.0
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 191023b ||||| |||| 00| 0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 978-81-7371-954-7
028 ## - PUBLISHER NUMBER
Source Allied Informatics, Jaipur
Bill Number 6818
Bill Date 21/10/2019
Purchase Year 2019-20
040 ## - CATALOGING SOURCE
Original cataloging agency BSDU
Language of cataloging English
Transcribing agency BSDU
082 ## - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 004.678
Item number BAH
100 ## - MAIN ENTRY--PERSONAL NAME
Personal name Bahga, Arshdeep
245 ## - TITLE STATEMENT
Title Internet of Things: A hands-on approach
260 ## - PUBLICATION, DISTRIBUTION, ETC.
Place of publication, distribution, etc. Telengana
Name of publisher, distributor, etc. University Press
Date of publication, distribution, etc. 2019
300 ## - PHYSICAL DESCRIPTION
Extent 520
500 ## - GENERAL NOTE
General note This book is written as a textbook for educational programs at colleges and universities. It can also be used by IoT (Internet of Things) vendors and service providers for training their program developers. The authors have used an immersive ‘hands on’ approach, similar to the one adopted in the companion book, Cloud Computing: A Hands-on Approach, to help readers gain expertise in developing working code for real-world IoT applications.<br/><br/>It is organised into three main parts. Part I covers the building blocks of Internet of Things (IoT) and their characteristics. Domain specific IoT and their real-world applications are described along with a generic design methodology and an IoT system management approach using NETCONF-YANG. Part II introduces the reader to the programming aspects of IoT with a view to developing rapid prototypes of complex IoT applications. A primer on Python, the programming language used in this book, is included to bring readers to a common level of expertise. Packages, frameworks and cloud services including WAMP-AutoBahn, Xively cloud and Amazon Web Services that can be used to develop IoT systems are described. The Raspberry Pi device has been chosen for the examples in this book. Case studies with complete source code for various IoT domains such as home automation, smart environment, smart cities, logistics, retail, smart energy, smart agriculture, industrial control and smart health are described. Part III introduces the reader to advanced topics in IoT, including IoT data analytics and tools for IoT. Case studies on collecting and analyzing data generated by IoT in the cloud are described.
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note Contents<br/>I INTRODUCTION & CONCEPTS <br/>1 Introduction to Internet of Things <br/>1.1 Introduction <br/>1.1.1 Definition & Characteristics of IoT <br/>1.2 Physical Design of IoT <br/>1.2.1 Things in IoT <br/>1.2.2 IoT Protocols <br/>1.3 Logical Design of IoT <br/>1.3.1 IoT Functional Blocks <br/>1.3.2 IoT Communication Models <br/>1.3.3 IoT Communication APIs <br/>1.4 IoT Enabling Technologies <br/>1.4.1 Wireless Sensor Networks <br/>1.4.2 Cloud Computing <br/>1.4.3 Big Data Analytics <br/>1.4.4 Communication Protocols <br/>1.4.5 Embedded Systems <br/>1.5 IoT Levels & Deployment Templates <br/>1.5.1 IoT Level-1 <br/>1.5.2 IoT Level-2 <br/>1.5.3 IoT Level-3 <br/>1.5.4 IoT Level-4 <br/>1.5.5 IoT Level-5 <br/>1.5.6 IoT Level-6 <br/>2 Domain Specific IoTs <br/>2.1 Introduction <br/>2.2 Home Automation <br/>2.2.1 Smart Lighting <br/>2.2.2 Smart Appliances <br/>2.2.3 Intrusion Detection <br/>2.2.4 Smoke/Gas Detectors <br/>2.3 Cities <br/>2.3.1 Smart Parking <br/>2.3.2 Smart Lighting <br/>2.3.3 Smart Roads <br/>2.3.4 Structural Health Monitoring <br/>2.3.5 Surveillance <br/>2.3.6 Emergency Response <br/>2.4 Environment <br/>2.4.1 Weather Monitoring <br/>2.4.2 Air Pollution Monitoring <br/>2.4.3 Noise Pollution Monitoring <br/>2.4.4 Forest Fire Detection <br/>2.4.5 River Floods Detection <br/>2.5 Energy<br/>2.5.1 Smart Grids <br/>2.5.2 Renewable Energy Systems <br/>2.5.3 Prognostics <br/>2.6 Retail<br/>2.6.1 Inventory Management <br/>2.6.2 Smart Payments <br/>2.6.3 Smart Vending Machines <br/>2.7 Logistics <br/>2.7.1 Route Generation & Scheduling <br/>2.7.2 Fleet Tracking <br/>2.7.3 Shipment Monitoring <br/>2.7.4 Remote Vehicle Diagnostics <br/>2.8 Agriculture <br/>2.8.1 Smart Irrigation <br/>2.8.2 Green House Control <br/>2.9 Industry <br/>2.9.1 Machine Diagnosis & Prognosis <br/>2.9.2 Indoor Air Quality Monitoring <br/>2.10 Health & Lifestyle <br/>2.10.1 Health & Fitness Monitoring <br/>2.10.2 Wearable Electronics <br/>3 IoT and M2M <br/>3.1 Introduction<br/>3.2 M2M <br/>3.3 Difference between IoT and M2M <br/>3.4 SDN and NFV for IoT <br/>3.4.1 Software Defined Networking <br/>3.4.2 Network Function Virtualization <br/>4 IoT System Management with NETCONF-YANG <br/>4.1 Need for IoT Systems Management <br/>4.2 Simple Network Management Protocol (SNMP) <br/>4.2.1 Limitations of SNMP <br/>4.3 Network Operator Requirements <br/>4.4 NETCONF <br/>4.5 YANG <br/>4.6 IoT Systems Management with NETCONF-YANG <br/>4.6.1 NETOPEER <br/>II DEVELOPING INTERNET OF THINGS <br/>5 IoT Platforms Design Methodology <br/>5.1 Introduction <br/>5.2 IoT Design Methodology<br/>5.2.1 Step 1: Purpose & Requirements Specification <br/>5.2.2 Step 2: Process Specification <br/>5.2.3 Step 3: Domain Model Specification<br/>5.2.4 Step 4: Information Model Specification <br/>5.2.5 Step 5: Service Specifications <br/>5.2.6 Step 6: IoT Level Specification<br/>5.2.7 Step 7: Functional View Specification <br/>5.2.8 Step 8: Operational View Specification <br/>5.2.9 Step 9: Device & Component Integration <br/>5.2.10 Step 10: Application Development <br/>5.3 Case Study on IoT System for Weather Monitoring <br/>5.4 Motivation for Using Python <br/>6 IoT Systems - Logical Design using Python <br/>6.1 Introduction<br/>6.2 Installing Python <br/>6.3 Python Data Types & Data Structures <br/>6.3.1 Numbers <br/>6.3.2 Strings <br/>6.3.3 Lists <br/>6.3.4 Tuples <br/>6.3.5 Dictionaries <br/>6.3.6 Type Conversions <br/>6.4 Control Flow <br/>6.4.1 if <br/>6.4.2 for <br/>6.4.3 while <br/>6.4.4 range <br/>6.4.5 break/continue <br/>6.4.6 pass <br/>6.5 Functions <br/>6.6 Modules <br/>6.7 Packages <br/>6.8 File Handling <br/>6.9 Date/Time Operations <br/>6.10 Classes <br/>6.11 Python Packages of Interest for IoT <br/>6.11.1 JSON <br/>6.11.2 XML <br/>6.11.3 HTTPLib & URLLib <br/>6.11.4 SMTPLib <br/>7 IoT Physical Devices & Endpoints <br/>7.1 What is an IoT Device <br/>7.1.1 Basic building blocks of an IoT Device <br/>7.2 Exemplary Device: Raspberry Pi<br/>7.3 About the Board <br/>7.4 Linux on Raspberry Pi <br/>7.5 Raspberry Pi Interfaces <br/>7.5.1 Serial <br/>7.5.2 SPI <br/>7.5.3 I2C <br/>7.6 Programming Raspberry Pi with Python <br/>7.6.1 Controlling LED with Raspberry Pi <br/>7.6.2 Interfacing an LED and Switch with Raspberry Pi <br/>7.6.3 Interfacing a Light Sensor (LDR) with Raspberry Pi <br/>7.7 Other IoT Devices <br/>7.7.1 pcDuino <br/>7.7.2 BeagleBone Black <br/>7.7.3 Cubieboard <br/>8 IoT Physical Servers & Cloud Offerings <br/>8.1 Introduction to Cloud Storage Models & Communication APIs <br/>8.2 WAMP - AutoBahn for IoT <br/>8.3 Xively Cloud for IoT <br/>8.4 Python Web Application Framework - Django <br/>8.4.1 Django Architecture <br/>8.4.2 Starting Development with Django . <br/>8.5 Designing a RESTful Web API <br/>8.6 Amazon Web Services for IoT <br/>8.6.1 Amazon EC2 <br/>8.6.2 Amazon AutoScaling <br/>8.6.3 Amazon S3 <br/>8.6.4 Amazon RDS <br/>8.6.5 Amazon DynamoDB . <br/>8.6.6 Amazon Kinesis <br/>8.6.7 Amazon SQS <br/>8.6.8 Amazon EMR <br/>8.7 SkyNet IoT Messaging Platform <br/>9 Case Studies Illustrating IoT Design <br/>9.1 Introduction <br/>9.2 Home Automation <br/>9.2.1 Smart Lighting <br/>9.2.2 Home Intrusion Detection <br/>9.3 Cities <br/>9.3.1 Smart Parking <br/>9.4 Environment <br/>9.4.1 Weather Monitoring System <br/>9.4.2 Weather Reporting Bot <br/>9.4.3 Air Pollution Monitoring <br/>9.4.4 Forest Fire Detection <br/>9.5 Agriculture <br/>9.5.1 Smart Irrigation <br/>9.6 Productivity Applications <br/>9.6.1 IoT Printer <br/>III ADVANCED TOPICS <br/>10 Data Analytics for IoT <br/>10.1 Introduction <br/>10.2 Apache Hadoop <br/>10.2.1 MapReduce Programming Model <br/>10.2.2 Hadoop MapReduce Job Execution <br/>10.2.3 MapReduce Job Execution Workflow <br/>10.2.4 Hadoop Cluster Setup <br/>10.3 Using Hadoop MapReduce for Batch Data Analysis <br/>10.3.1 Hadoop YARN <br/>10.4 Apache Oozie <br/>10.4.1 Setting up Oozie <br/>10.4.2 Oozie Workflows for IoT Data Analysis <br/>10.5 Apache Spark <br/>10.6 Apache Storm <br/>10.6.1 Setting up a Storm Cluster <br/>10.7 Using Apache Storm for Real-time Data Analysis <br/>10.7.1 REST-based approach <br/>10.7.2 WebSocket-based approach <br/>10.8 Structural Health Monitoring Case Study <br/>11 Tools for IoT <br/>11.1 Introduction <br/>11.2 Chef <br/>11.2.1 Setting up Chef <br/>11.3 Chef Case Studies <br/>11.3.1 Multi-tier Application Deployment <br/>11.3.2 Hadoop Cluster <br/>11.3.3 Storm Cluster <br/>11.4 Puppet <br/>11.5 Puppet Case Study - Multi-tier Deployment <br/>11.6 NETCONF-YANG Case Studies <br/>11.6.1 Steps for IoT device Management with NETCONF-YANG <br/>11.6.2 Managing Smart Irrigation IoT System with NETCONF-YANG <br/>11.6.3 Managing Home Intrusion Detection IoT System with NETCONF-YANG <br/>11.7 IoT Code Generator <br/>Appendix-A - Setting up Raspberry Pi <br/>Appendix-B - Setting up Ubuntu VM <br/>Appendix-C - Setting up Django <br/>Bibliography <br/>Index
650 ## - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Computer Science
700 ## - ADDED ENTRY--PERSONAL NAME
Personal name Madisetti, Vijay
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Source of classification or shelving scheme Dewey Decimal Classification
Koha item type Books
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Not for loan Home library Current library Shelving location Date acquired Cost, normal purchase price Total Checkouts Full call number Barcode Checked out Date last seen Date last checked out Cost, replacement price Price effective from Koha item type
    Dewey Decimal Classification     BSDU Knowledge Resource Center, Jaipur BSDU Knowledge Resource Center, Jaipur General Stacks 10/23/2019 725.00 7 004.678 BAH 017947 10/04/2026 04/07/2026 04/07/2026 725.00 10/23/2019 Books