CS 501 — Internet of Things Assignment 1

--

I. Introduction

In the first assignment, we are going to prepare our working environment to be able to run, develop, modify and debug software for wireless sensors. During this assignment you are going to compile and run our first program on sensor hardware. As tradition demands we are going to run a simple Hello World! program on a sensor node that outputs “Hello World”. In this Session we have the following goals:

  • See and understand Contiki C-programming code, • Compile the code, • Deploy code on a sensor node

To get the solution of this assignment drop me messgae.

--

--