SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Practical Contiki-NG - Programming for Wireless Sensor Networks

Practical Contiki-NG
Søgbar e-bog

Practical Contiki-NG Vital Source e-bog

Agus Kurniawan
(2018)
Springer Nature
453,00 kr.
Leveres umiddelbart efter køb
Practical Contiki-NG - Programming for Wireless Sensor Networks

Practical Contiki-NG

Programming for Wireless Sensor Networks
Agus Kurniawan
(2018)
Sprog: Engelsk
Apress L. P.
370,00 kr.
Print on demand. Leveringstid vil være ca 2-3 uger.

Detaljer om varen

  • Vital Source searchable e-book (Reflowable pages)
  • Udgiver: Springer Nature (Juni 2018)
  • ISBN: 9781484234082
Explore how to develop and implement wireless server networks (WSN) using Contiki-NG, branded as the operating system for the IoT. The book explains Contiki-NG’s advantages in sensing, communication, and energy optimization and enables you to begin solving problems in automation with WSN. Practical Contiki-NG is a guide to getting started with Contiki-NG programming featuring projects that demonstrate a variety of applications. This book takes 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 cloud-based technologies. If you're looking to go from zero to hero in using Contiki-NG to build Wireless Sensor Network (WSN) applications then this is the book for you.  What You’ll Learn Prepare and set up Contiki-NG development Review the basics of the Contiki-NG platform to build Wireless Sensor Networks (WSN) Develop your own Contiki-NG program Perform sensing and actuating on the Contiki-NG platform Implement a middleware for Contiki-NG motes Build a simple IoT program using the Contiki-NG environment Who This Book Is For Developers, students, researchers and anyone who has an interest in Wireless Sensor Network (WSN).
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • Paperback
  • Udgiver: Apress L. P. (Juni 2018)
  • ISBN: 9781484234075
Explore how to develop and implement wireless server networks (WSN) using Contiki-NG, branded as the operating system for the IoT. The book explains Contiki-NG's advantages in sensing, communication, and energy optimization and enables you to begin solving problems in automation with WSN.
Practical Contiki-NG is a guide to getting started with Contiki-NG programming featuring projects that demonstrate a variety of applications. This book takes 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 cloud-based technologies.
If you're looking to go from zero to hero in using Contiki-NG to build Wireless Sensor Network (WSN) applications then this is the book for you. 

What You'll Learn
  • Prepare and set up Contiki-NG development
  • Review the basics of the Contiki-NG platform to build Wireless Sensor Networks (WSN)
  • Develop your own Contiki-NG program
  • Perform sensing and actuating on the Contiki-NG platform
  • Implement a middleware for Contiki-NG motes
  • Build a simple IoT program using the Contiki-NG environment
Who This Book Is For

Developers, students, researchers and anyone who has an interest in Wireless Sensor Network (WSN).

Chapter 1 title: Introduction to Wireless Sensor Network
Chapter 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 Contiki-NG *
1.3 Review WSN Hardware for Contiki-NG *
1.4 Set up Development Environment for Contiki-NG *
1.5 Contiki-NG Simulator *
1.6 Contiki-NG and Raspberry Pi *
1.7 Hello World Application for Contiki-NG
Chapter 2 title: Basic Contiki-NG Programming
Chapter Goal: to introduce how to write programs for Contiki-NG platform *
2.1 Contiki-NG Programming Model *
2.2 Contiki-NG Coding Conventions *
2.3 Programming Syntax for Contiki-NG *
2.4 Demo: Building Contiki-NG Application
Chapter 3 title: Concurrency
Chapter Goal: build concurrency program-based Contiki-NG to perform many tasks *
3.1 Introduction to Concurrency *
3.2 Concurrency Approach in Contiki-NG *
3.3 Processes *
3.4 Timers *
3.5 Threading *
3.6 Task Scheduling
Chapter 4 title: Contiki-NG and Computer Communication
Chapter Goal: To establish a communication between Contiki-NG motes and computer and to exchange data among their entities *
4.1 Communication Models for Contiki-NG *
4.2 Serial Communication *
4.3 IP-Based Communication *
4.4 Demo: Build a Communication Between Contiki-NG Mote and Computer o
4.4.1 Architecture o
4.4.2 Implementation o
4.4.3 Testing *
4.5 Build Your Own Simple Middleware for Contiki-NG o
4.5.1 What is a Middleware? o
4.5.2 Middleware Architecture for Contiki-NG o
4.5.3 Implementation o
5.5.4 Testing
Chapter 5 title: Sensing and Actuating
Chapter Goal: to build Contiki-NG program to perform sensing and actuating *
5.1 What is Sensing and Actuating *
5.2 Review Sensor and Actuator Devices *
5.3 Contiki-NG Sensing Project o
5.3.1 Reading data from Sensor Devices o
5.3.2 Wiring o
5.3.3 Develop Contiki-NG Application o
5.3.4 Testing *
5.4 Contiki-NG Actuating Project o
5.4.1 LED Controller Device o
5.4.2 Wiring o
5.4.3 Develop Contiki-NG Application o
5.4.4 Testing
Chapter 6 title: Networking
Chapter Goal: to develop Contiki-NG program with utilizing Network stacks *
6.1 Networking in Contiki-NG *
6.2 IP-Based Networking *
6.3 Single-hop Networking *
6.4 Multi-hop Networking *
6.5 6LoWPAN Network *
6.6 Build Your Own RESTful Server for Contiki-NG o
6.4.1 Preparation o
6.4.2 Wiring o
6.4.3 Implementation o
6.4.4 Testing
Chapter 7 title: Storage
Chapter Goal: to work with local and remote storage in Contiki-NG *
7.1 Storage Models in Contiki-NG *
7.2 Working with Local Storage *
7.3 Working with Remote Storage *
7.4 Demo: Saving Sensing Data Into MySQL o
7.4.1 Preparation o
7.4.2 Wiring o
7.4.3 Develop Contiki-NG Application o
7.4.4 Testing
Chapter 8 title: Contiki-NG and Cloud Server
Chapter Goal: to connect Contiki-NG to cloud servers. *
8.1 Introduction to Cloud Servers *
8.2 Review Cloud Server Platforms *
8.3 Connecting Contiki-NG Motes to Cloud Servers *
8.4 Build Your Own IoT using Contiki-NG o
8.4.1 Preparation o
8.4.2 Wiring o
8.4.3 Develop Application o
8.4.4 Testing
De oplyste priser er inkl. moms

Senest sete

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.