Hi Gary, It seems you did not upload the embedded application correctly onto the motes. Did you follow the instructions 1-4 given in the Octopus User guide before running the java app?
Following are the steps to follow: 1. Compile the root and node code for the Octopus application for your platform : $ (cd motes; make micaz) 2. Install the code on a root mote with ID = 0: $ make micaz reinstall.0 <your usual installation options> # For instance: make micaz reinstall.0 mib510,/dev/ttyS0 3. Install the code on some number of micaz motes, giving each mote a distinct id (N = 1, N=2 tetc.). $ make micaz reinstall.N <your usual installation options> # For instance: make micaz reinstall.22 mib510,/dev/ttyS0 4. Connect the root micaz mote to your PC and switch on all motes. Since Octopus is not included in the main TinyOS release, in case of further questions, I believe is more appropriate to email us at [EMAIL PROTECTED] Thanks Antonio
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
