Versions Compared

Key

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

...

  • The CLI module allows your application to quickly add a Command Line Interface (CLI) to your device, i.e. a set of commands the user can type on a serial terminal to interact which a mote connected to a computer.
  • The Local Interface Module which abstracts the Local Interface into simple functions calls.

 

Tip

By convention, the names of the functions defined in the pre-compiled library start with dn_; defines with DN_. The names of the functions defines in the helper modules start with dnm_.

...