$ mkdir work; cd workYou can, of course, check out sources from trunk, but I'm explaining the details based on this release (1.0.0).
$ svn co https://servocar-spots.dev.java.net/svn/servocar-spots/tags/REL-1.0.0 servocar-spots --username <username>
Then, build & deploy two Sun SPOT applications - one is for a remote controller named "ServoCar-Controller" and the other is for an actuator of servos named "ServoCar-OnCar".
$ cd servocar-spots/ServoCar-ControllerNext, let's look at the ServoCar-Controller codes, especially related to Sun SPOT networking & accelerometer on EDemoBoard.
$ ant deploy
$ cd ../ServoCar-OnCar
$ ant deploy
1 comment:
Just a little question, I received today my SunSPOT; I run OpenSolaris 2008.05 (updated to snv_96) into my laptop but in this system there is NO support for Java5, any hints or I need to boot into WinXP partition?
Thanks again!!
Post a Comment