Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All networking is handled by the stack "under-the-hood": you don't have to think about network connectivity, channel hopping, or synchronization. Simply write your application. The libraries provides provide APIs to configure network parameters, join a network, interact with internal or and external sensors, and send data. Similarly, they provide the primitives for your application to receive notifications about network availability and received data.

Writing a mote application becomes very similar to writing an application on a regular computer. Because 

Include Page
_def_smip
_def_smip
 is IPv6-ready, your application can exchange data with computers on the Internet through socket-based programming. Simply prepare bytes of data and send that them using UDP transport to some IPv6 address.

...

How to Read this Guide

We recommend that you read the Getting Started and Concepts sections, in sequence. Getting Started allows you to create the setup you need to write and debug applications. Concepts provides a quick introduction to the few concepts important to writing applications on a 

Include Page
_def_smip
_def_smip
 mote.

...