Lesson 1: Getting Started with TinyOS and nesC

Let's walk through the steps, one-by-one: Identify the interfaces (and components) that provide access to the radio and allow us to manipulate the message_t type. We will use the AMSend interface to send packets as well as the Packet and AMPacket interfaces to access the message_t abstract data type. ................
................