Hi
I was trying to run the  testtinyviz application. In tools/java/net/tinyos/sim the make was suuccessful. I am facing two problems
1. I could not set the path for tinyviz using setenv. What should I do to plce this script in PATH to  run from command line
 
2. when I run from sim directory I get the following error.\
 
[EMAIL PROTECTED] /opt/tinyos-1.x/tools/java/net/tinyos/sim
$ sh -xv tinyviz
#!/bin/sh
BASE="${0%/*}"
+ BASE=tinyviz
which cygpath 2>/dev/null >/dev/null && BASE="`cygpath -m "$BASE"`"
+ which cygpath
+ cygpath -m tinyviz
+ BASE=tinyviz
java -jar "$BASE/tinyviz.jar" "$@"
+ java -jar tinyviz/tinyviz.jar
Exception in thread "main" java.util.zip.ZipException: The system cannot find th
e path specified
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:112)
        at java.util.jar.JarFile.<init>(JarFile.java:117)
        at java.util.jar.JarFile.<init>(JarFile.java:55)

[EMAIL PROTECTED] /opt/tinyos-1.x/tools/java/net/tinyos/sim
$
 
Any help please
 
Gayathri

Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote:
On Wed, 8 Oct 2003, Anita Kwan wrote:

> Hello,
>
> I was wondering what IEEE 802 standard a Mote network uses? Is it the
> IEEE 802.15.4/Zigbee?

The motes use their own network MAC, etc. It is not a IEEE 802 standard.

You may want to read the SMAC paper at
http://www.isi.edu/scadds/projects/smac/

Trying out Zigbee would be interessting though I believe getting a Zigbee
product at this time is hard.

Mads

--
+----------------------------------------------------------------------+
| Mads Bondo Dydensborg. http://www.distlab.dk/madsdyd/ |
| +45 35 32 14 18 |
+----------------------------------------------------------------------+
_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users


Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

Reply via email to