SunSPOT API V3.0


com.sun.spot.peripheral.basestation
Class BaseStation

java.lang.Object
  extended by com.sun.spot.peripheral.basestation.BaseStation

public class BaseStation
extends Object

This class implements a base station that allows a PC (the "host") to communicate to a standalone Spot ("the target") through a second Spot (the "base station") connected to the host via a test board and usb cable.

To write applications for the host, use the hostagent jar supplied in the devkit. Target Spots should be addressed directly from the host using their IEEE addresses. The target spots should address the base station's IEEE address - the host doesn't expose an address to the wider network.

See "Spot Base Station.doc" for further guidance.


Constructor Summary
BaseStation()
           
 
Method Summary
static void main(String[] args)
          A main method that allows this class to be used as a startup class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStation

public BaseStation()
Method Detail

main

public static void main(String[] args)
                 throws IOException
A main method that allows this class to be used as a startup class

Throws:
IOException

SunSPOT API V3.0


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