com.sun.spot.peripheral.basestation
Class BaseStation
java.lang.Object
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.
Method Summary |
static void |
main(String[] args)
A main method that allows this class to be used as a startup class |
BaseStation
public BaseStation()
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
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.