Versions Compared

Key

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

This application was added in REL-1.0.5

Introduction

BroadcastLeds is  is a command-line (non graphical) tool that allows you to activate or deactivate the blue LED on all the evaluation kit motes in a network. Since it gets a response from each mote, it can also plot the time it took for motes to respond.  The application uses OAP messages as described in the SmartMesh IP Tools Guide.

...

Mote modes are discussed in the SmartMesh IP User's Guide

Running

You can run the BroadcastLeds application application:

  • by double-clicking on the Windows executable at /win/BroadcastLeds.exe
  • by double-clicking on its source files at /src/ bin/BroadcastLeds/BroadcastLeds.py (may require additional steps on non-windows OSes)

Description

The BroadcastLeds application  application demonstrates end-to-end application acknowledgements and broadcast transport in a SmartMesh IP network. 

...