Sun SPOT Telemetry Demo -- SPOT-side
v1.1

Sun SPOT Telemetry Demo -- SPOT-side (Version 1.1)

This is a demo application that provides the basic framework for collecting data on a remote SPOT and passing it over the radio to a host application that can record and display it.

See:
          Description

Packages
org.sunspotworld.demo Sample telemetry application to show use of various helper classes.
org.sunspotworld.demo.util Helper classes to make it easier to write SPOT applications.

 

This is a demo application that provides the basic framework for collecting data on a remote SPOT and passing it over the radio to a host application that can record and display it.

The framework shows how the remote SPOT and the host application can locate each other by the use of broadcast packets. A point-to-point radio connection is then established and used to pass commands and replies between the host application and the remote SPOT.

The SPOT application consists of two Java classes: one to handle the radio connection to the host application, and the second to read the accelerometer and send the data to the host application.

Several auxiliary classes are also used: one to provide a basic application framework, another to locate a service, one to receive packets and dispatch them to the appropriate handler, one to queue and send packets back to the host application, and one last class to execute a periodic task.


Sun SPOT Telemetry Demo -- SPOT-side
v1.1

Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.