[Tinyos-help] xmesh

2011-07-04 Thread vinod kumar
Anybody can introduce to me abt the protocol used in xmesh code for multi
hop routing. I want some brief notes about XMesh. Please help me out.
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] XMesh

2011-07-04 Thread vinod kumar
Hello!
Someone please provide me a document explaining multihop routing protocol
XMesh provided by crossbow. Please gimme as early as possible.
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] RSSI technique

2011-07-01 Thread vinod kumar
*I tried for iris and micaz and it compiled correctly with the latest*
*
*
How did u compile it? Using make micaz  or make micaz sim ?
make micaz sim  is showing trouble i.e. TOSSIM compilation is showing
trouble. Did try all the folders RssiBase, Sending Mote individually?
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] RSSI technique

2011-07-01 Thread vinod kumar
Yeah! Now I got it. You mean that how can virtual motes give a rssi as a
result of getRssi(). We shoudl randomly fix some values. Do you have any
idea how the network topology develops in radio propogation model using
noise.txt and the generated topology.txt? I have tried it out on jtossim GUI
for tossim. I can find  the network between virtual motes with a mote
connected to only few motes with some gain displayed over the link. How does
this exact linking happens in Radio Propogation Model?
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Path Loss Model for network topology in tossim

2011-07-01 Thread vinod kumar
What are the sample values present in meyer-heavy.txt present in
tos/lib/noise ?? Are they some sample gain values? In the topology.txt, the
pattern is something like
1   2   -87 which mean signal sent by 1 , received by 2 with gain -87. Are
these values present inside topology.txt randomly generated? And the link is
made between the nodes whose pattern is found inside this toplogy.txt as we
have a link between '1' and '2' in the above case. But somebody told me that
link is formed between nodes whose gain value is greater than some specific
value. But the code below present in tutorial says that link is formed for
all the patterns present in topology.txt file .

 f = open(topo.txt, r)
 lines = f.readlines()
 for line in lines:
...   s = line.split()
...   if (len(s)  0):
... print  , s[0],  , s[1],  , s[2];
... r.add(int(s[0]), int(s[1]), float(s[2]))

The path loss equation is :

Log-distance path loss model is formally expressed as:
[image: PL\;=P_{Tx_{dBm}}-P_{Rx_{dBm}}\;=\;PL_0\;+\;10\gamma\;\log_{10}
\frac{d}{d_0}\;+\;X_g,]In JTossim GUI the parameters given are : d0 , PL0
,gamma , shadowing component. Gain is calculated using these parameters. But
these parameters remain the same for all nodes as they are given by us. On
what basis it makes out the links? I am still *confused about the formation
of network topology using this radio propogation model path loss
model.*Thanks,Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] RSSI technique

2011-06-30 Thread vinod kumar
Can anyone suggest me some sample apps that work using RSSI technique. I
want to broadcast the RSSI values over the motes. Which app can help me out?
There is RssiDemo in apps/tutorial/RssiDemo. But its not getting compiled.
Resulted out with errors. Can anyother app help me out? Please send me some
sample codes of complete application that works out for Rssi Broadcast or
suggest me some app that can do this better.
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] path

2011-06-29 Thread vinod kumar
export TOSROOT=/opt/tinyos-2.x
export TOSDIR=$TOSROOT/tos

export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java`

export CLASSPATH=$CLASSPATH;.

export MAKERULES=$TOSROOT/support/make/Makerules
export PATH=/opt/msp430/bin:/opt/jflashmm:$TOSROOT/tools_bin/bin:$PATH
---
These are my path settings for tinyos on windows/cygwin. Can anyone please
tell me the path settings for the tinyos on ubuntu? I have one more
environmental variable PATH for windows having the bin address of java and
graphviz. What should be that on ubuntu?
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] make iris sim error

2011-06-29 Thread vinod kumar
make iris sim error on ubuntu:
opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:139:20: error: Python.h: No
such file or directory
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2501:4: error: #error This
python version requires swig to be run with the '-classic' option
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:744: error: expected
initializer before ‘*’ token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:799: error: expected
initializer before ‘*’ token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:820: error: expected
initializer before ‘*’ token
In file included from /usr/include/c++/4.4/stdexcept:38,
 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2520:
/usr/include/c++/4.4/exception:35: error: expected declaration before end of
line
make: *** [sim-exe] Error 1
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] RSS Values

2011-06-28 Thread vinod kumar
Hello!
Are the readings of VoltageC() component nothing but the RSS values??
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] jtossim runtime error

2011-06-27 Thread vinod kumar
Hello!
 I am using jtossim GUI over TOSSIM to simulate and visualise network
topology of mviz app. But after I make the app, and finally finish up with
all the settings, I got some nodes
over the right hand side of the window. When I click on *Run*:
 A window named 16 bit MS DOS subsystem opened containing:
-
C:\WINDOWS\System32\ntvdm.exe
Error while setting up environment for the application. Choose 'close' to
terminate the application.
-
Please help me out how to rectify this issue?
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim GUI simulation problem

2011-06-27 Thread vinod kumar
Sir,
 I am a student of Indian Institute of Technology. I am currently on an
internship working over mviz app simulation. I am using jtossim GUI over
TOSSIM to simulate and visualise network topology of mviz app. But after I
make the app, and finally finish up with all the settings, I got some
virtual nodes over the right hand side of the window. When I click on *Run*:
 A window named 16 bit MS DOS subsystem opened containing:
-
C:\WINDOWS\System32\ntvdm.exe
Error while setting up environment for the application. Choose 'close' to
terminate the application.
-
Please help me out how to rectify this issue?
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM simulation

2011-06-26 Thread vinod kumar
Hi All,

I got a problem to use the tossim-serial in the SerialForwarder tool. I
intend to view packets reception at Node 0 (root of the CTP) in the MViz
program. I confused how to use the SerialForwarder with the tossim-serial as
a source?, since I couldn't find any tutorial on it even in the 'Mote-PC
serial communication and serial forwarder'  and the 'TOSSIM' tutorials of
the TinyOS Tutorials.

I have issued several command such as:
$java net.tinyos.sf.SerialForwarder -comm tossim-serial
$java net.tinyos.sf.SerialForwarder -comm tossim-radio at hostname
$java net.tinyos.sf.SerialForwarder -comm tossim-serial at hostname
$java net.tinyos.sf.SerialForwarder -comm tossim-serial at hostname:9002

but all seems failed with the following error messages:

Couldn't instantiate tossim packet source
Did you compile tossim?
Serial Forwarder Exited Normally


In addition, I tried this combination:
1st: Running the MViz application with commands: $make micaz sim, $python
mviz.py (A script of my own created with 1 seconds sim time)
2nd: While MViz simulation running, I ran the serial forwarder tool: $java
net.tinyos.sf.SerialForwarder -comm sf at localhost:9002
3rd: While both the MViz application is running and the SerialForwarder tool
also running (1st and 2nd steps above): I issue command: $ tos-mviz -comm sf
at localhost:9002 MVizMsg

What I got were an MViz window opened but with no packets reading, and the
sf window keep on listening the 9002 port but also with zero 'Pckts read'
and 'Pckts wrttn'...

I am so confused what port I need to open, or what is the proper steps to do
in order to view the data reception on Node 0 (root) in MViz?

Please help me...

thanks,
Vinodh
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Simulating TOSSIM for mviz by making test.py file inside app directory

2011-06-26 Thread vinod kumar
Hello!
I wanted to simulate TOSSIM for mviz app. I made test.py with the following
code and placed it in mviz. Compiled it and ran it after compiling mviz app
using make iris sim.
-
test.py
-
#! /usr/bin/python
from TOSSIM import *
import sys
t = Tossim([])
r = t.radio()
f = open(topo.txt, r)
lines = f.readlines()
for line in lines:
  s = line.split()
  if (len(s)  0):
print  , s[0],  , s[1],  , s[2];
r.add(int(s[0]), int(s[1]), float(s[2]))
t.addChannel(MVizC, sys.stdout)
t.addChannel(Boot, sys.stdout)
noise = open(meyer-heavy.txt, r)
lines = noise.readlines()
for line in lines:
  str = line.strip()
  if (str != ):
val = int(str)
for i in range(1, 4):
  t.getNode(i).addNoiseTraceReading(val)
for i in range(1, 4):
  print Creating noise model for ,i;
  t.getNode(i).createNoiseModel()
t.getNode(1).bootAtTime(11);
t.getNode(2).bootAtTime(88);
t.getNode(3).bootAtTime(189);


Now,
I typed tos-mviz -comm tossim-serial MVizMsg,
as a result mviz window opened but no details about RSS broadcast or the
mote diagrams on the empty space to the right are present.
  please guide me what I am missing.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] mviz(Indian Institute of Technology))

2011-06-25 Thread vinod kumar
-- Forwarded message --
From: vinod kumar vk.86@gmail.com
Date: Fri, Jun 24, 2011 at 8:29 PM
Subject: mviz(Indian Institute of Technology))
To: Prathyusha Aala prathyushareddy...@gmail.com





Sir,
I am trying to run mviz app over TOSSIM without actual hardware
connected. But I facing some problem. I think I am missing something to
activate the simulator TOSSIM.
When I type:
tos-mviz -comm serial@COM1:iris MVizMsg

*




[misc]$ tos-mviz -comm serial@COM1:iris MVizMsg
 /opt/tinyos-2.x/support/sdk/java/tinyos.jar:.:/opt/tinyos-2.x/apps/
 MViz:
 Making MVizMsg
 Loading link
 Loading etx
 Loading reading
 Loading count
 Loading origin
 Loading interval
 Loading version
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



 ./mote.gif 
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
**serial@com1 
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help:57600
died - exciting*

* java.io.IO Exception :Could not open com1: TOSComm JNI library
runtime** error: Error 2*

*The system cannot find the file specified in NativeSerialPort.CreateFile*

*  For running the same over the real iris motes(not
simulators), first the app has to be installed in all the motes using
make mica2 install.4 mib510,dev/ttyS0. But in case of TOSSIM
simulators I am not sure what to do. I guess there is some error over
here. Please help me out.*

*Thanks,*

*Vinodh.*
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Simulating mviz app on TOSSIM without any actual hardware

2011-06-25 Thread vinod kumar
-- Forwarded message --
From: vinod kumar vk.86@gmail.com
Date: Fri, Jun 24, 2011 at 8:29 PM
Subject: mviz(Indian Institute of Technology))
To: Prathyusha Aala prathyushareddy...@gmail.com





Sir,
I am trying to run mviz app over TOSSIM without actual hardware
connected. But I facing some problem. I think I am missing something to
activate the simulator TOSSIM.
When I type:
tos-mviz -comm serial@COM1:iris MVizMsg

*




[misc]$ tos-mviz -comm serial@COM1:iris MVizMsg
 /opt/tinyos-2.x/support/sdk/java/tinyos.jar:.:/opt/tinyos-2.x/apps/
 MViz:
 Making MVizMsg
 Loading link
 Loading etx
 Loading reading
 Loading count
 Loading origin
 Loading interval
 Loading version
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



 ./mote.gif 
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
**serial@com1 
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help:57600
died - exciting*

* java.io.IO Exception :Could not open com1: TOSComm JNI library
runtime** error: Error 2*

*The system cannot find the file specified in NativeSerialPort.CreateFile*

*  For running the same over the real iris motes(not
simulators), first the app has to be installed in all the motes using
make mica2 install.4 mib510,dev/ttyS0. But in case of TOSSIM
simulators I am not sure what to do. I guess there is some error over
here. Please help me out.*

*Thanks,*

*Vinodh.*
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Simulation of mviz app on TOSSIM without any actual hardware

2011-06-25 Thread vinod kumar
Sir,
I am trying to run mviz app over TOSSIM without actual hardware
connected. But I facing some problem. I think I am missing something to
activate the simulator TOSSIM.
When I type:
tos-mviz -comm serial@COM1:iris MVizMsg

*





[misc]$ tos-mviz -comm serial@COM1:iris MVizMsg
 /opt/tinyos-2.x/support/sdk/java/tinyos.jar:.:/opt/tinyos-2.x/apps/
 MViz:
 Making MVizMsg
 Loading link
 Loading etx
 Loading reading
 Loading count
 Loading origin
 Loading interval
 Loading version
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help




 ./mote.gif 
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
**serial@com1 
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help:57600
died - exciting*

* java.io.IO Exception :Could not open com1: TOSComm JNI library
runtime** error: Error 2*

*The system cannot find the file specified in NativeSerialPort.CreateFile*

*  For running the same over the real iris motes(not
simulators), first the app has to be installed in all the motes using
make mica2 install.4 mib510,dev/ttyS0. But in case of TOSSIM
simulators I am not sure what to do. I guess there is some error over
here. Please help me out.*

*Thanks,*

*Vinodh.*
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Any update for Surge application given for tinyos-1.x

2011-06-25 Thread vinod kumar
I am student doing *my* project on Ad hoc Sensor networks.
I am trying to run some sample examples to check multi hop routing in
Tossim.I tried to compile the *Surge* application given in *tinyos*-1.*x*
version and ended up with error in make command.It says No rule to
target 'micaz'. Stop  Presently i am using *tinyos*-*2*.*x* version. *My*
question is do i have to change anything in *tinyos*-*2*.*x* or the
compilation is same for both the versions. I wanted to know whether
the codes present in *tinyos*-1.*x* can be executed successfully in
*tinyos*-*2*.*x* ?
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Simulating TOSSIM by making test.py file inside app directory

2011-06-25 Thread vinod kumar
Hello!
I wanted to simulate TOSSIM for mviz app. I made test.py with the following
code and placed it in mviz. Compiled it and ran it after compiling mviz app
using make iris sim.
-
test.py
-
#! /usr/bin/python
from TOSSIM import *
t = Tossim([])
m=t.getNode(0);
m.bootAtTime(1024);
m=t.getNode(1);
m.bootAtTime(1024);
m=t.getNode(2);
m.bootAtTime(1024);
import sys
t.addChannel(Boot,sys.stdout);
t.addChannel(BlinkC,sys.stdout);
for i in range (0,100):
 t.runNextEvent()

Now,
I typed tos-mviz -comm tossim-serial MVizMsg,
as a result mviz window opened but no details about RSS broadcast or the
mote diagrams on the empty space to the right are present.
  please guide me what I am missing.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM-mviz(Indian Institute of technology)

2011-06-24 Thread vinod kumar
Sir,
I am trying to run mviz app over TOSSIM without actual hardware
connected. But I facing some problem. I think I am missing something to
activate the simulator TOSSIM.
When I type:
tos-mviz -comm serial@COM1:iris MVizMsg

*



[misc]$ tos-mviz -comm serial@COM1:iris MVizMsg
 /opt/tinyos-2.x/support/sdk/java/tinyos.jar:.:/opt/tinyos-2.x/apps/
 MViz:
 Making MVizMsg
 Loading link
 Loading etx
 Loading reading
 Loading count
 Loading origin
 Loading interval
 Loading version
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


 ./mote.gif 
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
**serial@com1 
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help:57600
died - exciting*

* java.io.IO Exception :Could not open com1: TOSComm JNI library
runtime** error: Error 2*

*The system cannot find the file specified in NativeSerialPort.CreateFile*

*  For running the same over the real iris motes(not
simulators), first the app has to be installed in all the motes using
make mica2 install.4 mib510,dev/ttyS0. But in case of TOSSIM
simulators I am not sure what to do. I guess there is some error over
here. Please help me out.*

*Thanks,*

*Vinodh.*
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tinyviz

2011-06-24 Thread vinod kumar
I am using tinyos-2.x. Somebody please help me how to install some GUI like
tinyviz which is available on tinyos-1.x. Please provide me a link for the
tinyviz alike GUI for 2.x version. I wanted to run mviz app over it and read
the RSS values and look at the network topology(multi hop).
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tos-install-jni

2011-06-23 Thread vinod kumar
when I run java.net.tools.Listen -comm serial@COM4:telosb
I am encountering the problem *Toscomm* *JNI* *library* *not* *found*

1. I have installed the tos-install-*jni* and it is successfully installed
without any problems. I confirm this because when I run
tos-locate-jre --*jni* the following is printed

/cygdrive/c/Program Files/Java/jdk1.6.0_11/jre/bin


2. In order to resolve the problem I try to follow the
following 
link:http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2009-January/037776.html

I have run LibTest.java and  get the exception below:

 C:\WINDOWS\SYSTEM32;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDO
C:\WINDOWS\SYSTEM32;C:\WINDOWS ;C:\PROGRAM FILES\JAVA\JDK1.6.0_11\BIN;C:\CYGW

BIN;C:\PROGRAM FILES\ATT\GRAPHVIZ\BIN;C:\PROGRAM FILES\ATT\GRAPHVIZ\BIN\TOOLS
\*CYGWIN*\BIN; C:\*CYGWIN*\BIN\NCC;C:\WINDOWS\system32;C:\WINDOWS
;C:\Program Fil
Java\jdk1.6.0_11\bin;C:\*cygwin*\bin;C:\Program Files\ATT\Graphviz\bin;C:\Progr

Files\ATT\Graphviz\bin\tools;C:\Program Files\Nmap; C:\*cygwin*\bin\ncc;C:\cygw
bin;C:\Program Files\CVSNT\
Exception in thread main java.lang.UnsatisfiedLinkError: no *toscomm* in java
brary.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)

at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at LibTest.main(LibTest.java:6)


could you please tell me what I should do?

Thanks,

Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tos-install-jni

2011-06-22 Thread vinod kumar
Hi ,all:

My environment is Tinyos 2.0.2 , JDK version is 1.5.0_12, and run
tos-check-env without error. But when I run the tos-install-jni, it
gets a error like below:

$ tos-install-jni

[: ==: unknown operand
Installing 32-bit Java JNI code in /cygdrive/c/Program
Files/Java/jdk1.5.0_12/jre/bin ...
install: cannot stat `/usr/local/lib/tinyos/*-32.dll': No such file or directory


I don't know how to correct this error. Please help me to fix this error.

Thanks in advanced.

Best wishes,

Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Please help me out-----------------------------------mviz TOSSIM

2011-06-21 Thread vinod kumar
Hello!
Can someone help me out in simulating mviz app without actual hardware over
TOSSIM. I am able to compile it successfully. When I type make iris sim,
it gave me Successfully compiled iris TOSSIM library. Please help me out.
I have been suffering with this for the last 1 month.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM simulation

2011-06-21 Thread vinod kumar
Sir,
I am working over iris motes. I wanted to run the mviz app in order to
collect the RSS values of the sensor motes. Before that I want to test in on
TOSSIM. Please guide me how to run mviz on TOSSIM without any actual
hardware connected. I could compile it. Whn I type make iris sim, its
showing Successfully built iris TOSSIM library.
Thanks,
VKumar.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim-mviz

2011-06-20 Thread vinod kumar
Hello!
 Please guide me how to run mviz app on tossim without any actual
hardware. I could compile it well on iris platform.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] iris-TOSSIM

2011-06-17 Thread vinod kumar
Hello!
tos-mviz -comm iris MVizMsg

 I get the following (a screen does appear with some GUI):

 [misc]$ tos-mviz -comm micaz MVizMsg
 /opt/tinyos-2.x/support/sdk/java/tinyos.jar:.:/opt/tinyos-2.x/apps/
 MViz:
 Making MVizMsg
 Loading link
 Loading etx
 Loading reading
 Loading count
 Loading origin
 Loading interval
 Loading version
 ./mote.gif
 Exception in thread main java.lang.NullPointerException
at net.tinyos.message.MoteIF.init(MoteIF.java:119)
at net.tinyos.message.MoteIF.(MoteIF.java:110)
at net.tinyos.mviz.MessageInput.createSource(MessageInput.java:72)
at net.tinyos.mviz.MessageInput.(MessageInput.java:51)
at net.tinyos.mviz.DDocument.main(DDocument.java:303)


 Am I missing something? If anyone else has had this working could
 you let me know what steps you have performed? Is there any more
 documentation?
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Please help me out

2011-06-16 Thread vinod kumar
Hello!
 I wanted to run MViz application on IRIS motes. Before that I wanted to
check the same over TOSSIM without actual hardware.Please tell me how to do
that.
I have found that make iris sim is working out fine and itz giving me the
output Successfully built iris TOSSIM library. Please let me know what to
do next without any hardware just with simulators to actually run the mviz
app and get the RSS values.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MViz app

2011-06-16 Thread vinod kumar
Hello!
 I wanted to run MViz application on IRIS motes. Before that I wanted to
check the same over TOSSIM without actual hardware.Please tell me how to do
that.
I have found that make iris sim is working out fine and itz giving me the
output Successfully built iris TOSSIM library. Please let me know what to
do next without any hardware just with simulators to actually run the mviz
app and get the RSS values.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] PLease somebody help me out---Urgent

2011-06-16 Thread vinod kumar
 Hi!
I wanted to run MViz application on IRIS motes. Before that I wanted to
check the same over TOSSIM without actual hardware.Please tell me how to do
that.
I have found that make iris sim is working out fine and itz giving me the
output Successfully built iris TOSSIM library. Please let me know what to
do next without any hardware just with simulators to actually run the mviz
app and get the RSS values.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MViz:Please help me out

2011-06-15 Thread vinod kumar
 I wanted to run MViz application on IRIS motes. Before that I wanted to
check the same over TOSSIM without actual hardware.Please tell me how to do
that.
I have found that make iris sim is working out fine and itz giving me the
output Successfully built iris TOSSIM library. Please let me know what to
do next without any hardware just with simulators to actually run the mviz
app and get the RSS values.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Fwd: iris help

2011-06-08 Thread vinod kumar
-- Forwarded message --
From: vinod kumar vk.86@gmail.com
Date: Wed, Jun 8, 2011 at 9:50 PM
Subject: iris help
To: itri...@hotmail.com


Sir,
make micaz sim is working fine to compile Blink app but
make iris  is showing an error:iris help ident_flags tos_image bnp not found
what can be the problem.I have installed tinyos-2.x.Please help me out.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Fwd: iris help

2011-06-08 Thread vinod kumar
Sir,
make micaz sim is working fine to compile Blink app but
make iris  is showing an error:iris help ident_flags tos_image bnp not found
what can be the problem.I have installed tinyos-2.x.Please help me out.
I am not understanding why the make iris  is not working.
Please let me know whats the command used in case of iris platform as a
substitute for make micaz sim.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Fwd: iris help

2011-06-08 Thread vinod kumar
Sir,
make micaz sim is working fine to compile Blink app but
make iris  is showing an error:iris help ident_flags tos_image bnp not found
what can be the problem.I have installed tinyos-2.x.Please help me out.
For running progrm over iris motes,should I use make micaz sim or make
iris?I am on Windows/Cygwin.
If I need to use make iris,its not working with above error.make micaz sim
is working fine though.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Multihop Oscilloscope

2011-06-04 Thread vinod kumar
hi!
I am working over Windows/cygwin with both cygwin/tinyOS installed.
I want to check for the graphics in TOSSIM simulation and I checked it over
MViz app.
I changed my directory to ...apps/MViz and used make micaz sim command.
After that I changed my directory to $TOSROOT/tools/tinyos/miscand typed
the command tos-mviz -comm micaz MVizMsg
and I got an MViz GUI opened .The screenshot of which I have attached.
Please tell me the steps for the multihop oscilloscope app present in the
apps directory!I want to see the live simulation of it as soon as I run some
commands over cygwin prompt as I have done for MViz.
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Please help me out..........TOSSIM simulation

2011-06-02 Thread vinod kumar
hi!
I want to check for the graphics in TOSSIM simulation and I checked it over
MViz app.
I changed my directory to ...apps/MViz and used make micaz sim command.
After that I changed my directory to $TOSROOT/tools/tinyos/miscand typed
the command tos-mviz -comm micaz MVizMsg
and I got an MViz GUI opened .
Please tell me the steps for the multihop oscilloscope app present in the
apps directory!
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim SIMULATION HELP.............................please help me out

2011-05-31 Thread vinod kumar
After compilation I used make micaz docs  which gave me some xml
documentation containing all graphs of main,blink etc.But can we get the
live simulation on the cygwin prompt itself when we enter the simulation
command.After compilation I am getting msg TOSSIM librabry successfully
built.But it shouldnt be final naa!Some graphical simulation should start
after it gets compiled.Is there any such?How come TOSSIM acts in same way as
motes if it just compiles and leave it
 Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Strange error:

2011-05-29 Thread vinod kumar
   After my blink app is getting compiled,I got some build directory inside
it.I have found some tos_image inside it which should show some image when I
click on it.Instead it is showing me some code in the browser as follows:

*- tos_image*
*- ident*
*  hostnamevinodh-3299aa84/hostname *
*  program_nameBlinkAppC/program_name *
*  user_hash7445DA3AL/user_hash *
*  unix_time4DDFDAC9L/unix_time *
*  uid_hashF310BDB7L/uid_hash *
*  user_idAdministrator/user_id *
*  deluge_supportno/deluge_support *
*  platformmicaz/platform *
*  /ident*
*  image format=ihex:1C9449000C9466000C9466000C946600F5
:10001C9466000C9466000C9466000C946600C8
:10002C9466000C9466000C9466000C946600B8
:10003C9466000C9466000C9466000C9400040A
:10004C9444040C9466000C9466000C946600B6
:10005C9466000C9466000C9466000C94660088
:10006C9466000C9466000C9466000C94660078
:10007C9466000C9466000C9466000C94660068
:10008C9466000C9466000C9466081C1822
:10009000141011241FBECFEFD0E1DEBFCDBF11E0A1
:1000A000A0E0B1E0EAEAF8E000E00BBF02C0079090
:1000BD92A030B107D9F711E0A0E0B1E001C086
:1000C0001D92A333B107E1F70C94E8020C94F1
:1000D0008FB7F894992708958FBF0895982F8FB7F9
:1000E000F894282FE92FFF27E05DFE4F80818F3F96
:1000F000B1F480913201891791F080912F018F3FE7
:100119F490932F0107C080913201E82FFF2747
:10011000E05DFE4F90839093320180E001C085E066
:100120002FBF992708956F927F928F929F92AF92DF
:10013000BF92CF92DF92EF92FF920F931F93CF93D4
:10014000DF935B016C0170E0EE24FF2400E011E01E
:10015000F801608561FF4AC020813181428153816D
:10016000D601C501821B930BA40BB50B648075806F
:100170008680978086159705A805B90508F436C0CE
:1001800060FF03C06D7F608709C0260D371D481DC5
:10019000591DF8012083318342835383F1E0EF1628
:1001A000F104A1F082E0E816F10424F4E114F10472
:1001B00031F01CC0E2E0EE16F10479F017C08FB701
:1001C000F894282F33278BB394E00DC08FB7F894A1
:1001D000282F33278BB392E006C08FB7F894282FCF
:1001E00033278BB391E089278BBB2FBF7F5F075FDE
:1001F0001F4F0894E11CF11C733008F4A9CF81E073
:10020E946E00DF91CF911F910F91FF90EF90B0
:10021000DF90CF90BF90AF909F908F907F906F9026
:100228958FB7F894982F82B7209122013091CA
:100230002301409124015091250106B601FE0FC013
:1002400081B7280F311D411D511D82B7280F311D67
:10025000411D511D2F5F3F4F4F4F5F4F04C0280F6F
:10026000311D411D511D9FBFCA01B90108950F9352
:100270001F93CF93DF9310E08FB7F894282F332785
:1002822F91B782B746B7981711F041FF02C00D
:100290002FBF6AC0809126018823B1F10E9411010D
:1002A000DC01CB01C0911E01D0911F01E091200122
:1002B000F09121018C1B9D0BAE0BBF0B20912701F0
:1002C000309128014091290150912A01821793070A
:1002D000A407B50720F01093260111E015C02C0FDC
:1002E0003D1F4E1F5F1F8091220190912301A0911D
:1002F0002401B0912501281B390B4A0B5B0B273ECB
:100331054105510510F086EE05C0223010F48C
:1003100082E001C0822F682F615000B601FCFDCF42
:1003200082B7861709F46F5F209122013091230173
:100330004091240150912501DA01C901860F911DD8
:10034000A11DB11D0196A11DB11D82179307A40720
:10035000B50718F460912201609561BF0FBF1123AA
:1003600019F080E00E946E00DF91CF911F910F91F4
:10037895EF92FF920F931F937B018C018FB72B
:10038000F894682F772781E080932601E0921E0180
:10039000F0921F0100932001109321012093270167
:1003A000309328014093290150932A016FBF0E9486
:1003B00037011F910F91FF90EF900895EF92FF92F8
:1003CF931F9340911B01442349F58FB7F89475
:1003D000282F3327E0901E01F0901F01009120018B
:1003E000109121018091270190912801A09129016C
:1003F000B0912A01E80EF91E0A1F1B1F2FBF809122
:10042B0190912C01A0912D01B0912E014093D0
:100410001B019C01AD01C801B7010E94B9010E94F6
:100420001101DC01CB01BC01CD010E9493001F91A1
:10043F91FF90EF9008958F929F92AF92BF928D
:10044000CF92DF92EF92FF920F931F93CF93DF93A0
:10045E9411014B015C012FEFE22E2FEFF22ED3
:100460002FEF022F2FE7122FCC248FB7F894992764
:10047000C09226018FBF60E071E092E0D92EEB01BF
:10048000888581FF1DC088819981AA81BB81A501D2
:100490009401281B390B4A0B5B0BDA01C9012C8133
:1004A0003D814E815F81281B390B4A0B5B0B2E155A
:1004B0003F054007510724F479018A0181E0C82EE5
:1004C000DA94675F7F4FD7FEDACFCC20D9F01E14C5
:1004D0001F04100611062CF0C501B4010E9493
:1004E00011C0E0922B01F0922C0100932D0110938A
:1004F0002E0181E080931B01A8019701C501B40181
:10050E94B901DF91CF911F910F91FF90EF9061
:10051000DF90CF90BF90AF909F908F900895809183
:100520002F018F3FC9F090912F0180912F01E82F6B
:10053000FF27E05DFE4F808180932F0180912F0186
:100540008F3F11F480933201892F9927FC01E05DE0
:10055000FE4F2FEF208302C08FEF90E08F3F19F402
:1005600080E090E008959927009719F0019721F015
:100575C00E94DE0102C00E941C0281E090E0E2
:10058895DF92EF92FF920F931F93D82E7A0176
:100590008B010E941101DC01CB0129E0D29EF00108
:1005A0001124E050FF4F80839183A283B383E482C0
:1005B000F5820683178380858E7F8260808781E045
:1005CE946E001F910F91FF90EF90DF900895B1
:1005D000CFEFD0E1DEBFCDBF8FB7F894C82F8FEF3C
:1005E0009FEF90933101809330018FEF80932F0123
:1005F0008093320181E08EBD88E080BF83E083BFBD
:10062CB53DB54AE78CB59DB58217930708F424
:1006100041509C014423B9F792B782B78917E9F397

[Tinyos-help] make micaz sim :error

2011-05-27 Thread vinod kumar
I think you also faced the same error earlier on cygwin/windows.Even I hae
installed everything fine.Please help me out.My error is:
---
make micaz sim
mkdir -p build/micaz
compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow
-Wnesc-all
-target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DIDENT_PROGRAM_NAME=
\BlinkAppC\ -DIDENT_USER_ID=\nguyenvp\ -DIDENT_HOSTNAME=\mi2500961\
-DIDEN
T_USER_HASH=0xfb248314L -DIDENT_UNIX_TIME=0x48568207L
-DIDENT_UID_HASH=0x755841c
bL -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referen
ced(interfacedefs, components)' -fnesc-dumpfile=build/micaz/wiring-check.xml
Bli
nkAppC.nc -lm
In file included from
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/MainC.nc:43:
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:50:28:
atm128hard
ware.h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:51:23:
Atm128Adc.
h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:52:23:
MicaTimer.
h: No such file or directory
In component `BlinkAppC':
BlinkAppC.nc:45: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/MainC.nc
BlinkC.nc:37:19: Timer.h: No such file or directory
BlinkAppC.nc:45: failed to preprocess BlinkC.nc
In file included from BlinkAppC.nc:45:
In component `LedsC':
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:38: component
PlatformLedsC
not found
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:42: cannot find `Init'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:43: cannot find `Led0'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:44: cannot find `Led1'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:45: cannot find `Led2'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/TimerMilliC.nc:34:19: Timer.h: No
suc
h file or directory
In component `BlinkAppC':
BlinkAppC.nc:46: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/TimerMilliC.nc
BlinkAppC.nc:46: component `TimerMilliC' is not generic
BlinkAppC.nc:47: component `TimerMilliC' is not generic
BlinkAppC.nc:48: component `TimerMilliC' is not generic
BlinkAppC.nc:51: cannot find `Boot'
BlinkAppC.nc:53: cannot find `Timer0'
BlinkAppC.nc:54: cannot find `Timer1'
BlinkAppC.nc:55: cannot find `Timer2'
BlinkAppC.nc:56: cannot find `Leds'
make: *** [exe0] Error 1
--
Thanks Vinodh Kumar.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] cygwin/windows:compiling java error:Not even a small help Im getting here...please someone help me...Please

2011-05-27 Thread vinod kumar
When I go to:
c:/cygwin/opt/tinyos-2.x/support/sdk/java
and type
make
.
I am getting some processing shown and when it runs some .java file,it is
giving an error
*make:javac not found.*
My env variables are:

export TOSROOT=c:/cygwin/opt/tinyos-2.x
export TOSDIR=c:/cygwin/opt/tinyos-2.x/tos
export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar`
export CLASSPATH=$CLASSPATH;.
export MAKERULES=c:/cygwin/opt/tinyos-2.x/support/make/Makerules
export NESCPATH=c:/cygwin/opt/tinyos-2.x/tos/chips;.
export PYTHONPATH=c:/cygwin/opt/tinyos-2.x/support/sdk/python
export
PATH=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:/Program
Files/Graphviz 2.28/bin;C:/cygwin/bin;C:/Program
Files/Java/jdk1.5.0/bin;/opt/msp430/bin:/opt/jflashmm:$PATH;
---
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim compilation error

2011-05-27 Thread vinod kumar
When I go to---c:/cygwin/opt/tinyos-2.x/apps/Blink directory and type
make micaz
It worked out very fine showing the last step as Writing TOS image
But when I type:
make micaz sim
it has shown some 3700 errors in the code pointing to:
c:/cygwin/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx
Im shocked a bit.
---
I tried to check out java functioning and so changed to:
c:/cygwin/opt/tinyos-2.x/support/sdk/java  and typed:
make
To my surprise,I got an error at some point as:
javac :not found.
I have included java bin address in path as u told me.Whats wrong with
this?the version of tinyos I hve installed recommends jdk1.5.0 which I
installed and in c:/Program Files/java/jdk1.5.0 I have it installed but in
system32 I hve found java6.0.Is http://java6.0.is/ there any problem with
these two things?I guess those 3700 errors are due to non-functioning of
'javac'..
--
Please help me out as I got very needed help of the time from you about the
path settings .Thanks a lot once again.
Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] make micaz sim :error

2011-05-26 Thread vinod kumar
mkdir -p build/micaz
compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow
-Wnesc-all
-target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DIDENT_PROGRAM_NAME=
\BlinkAppC\ -DIDENT_USER_ID=\nguyenvp\ -DIDENT_HOSTNAME=\mi2500961\
-DIDEN
T_USER_HASH=0xfb248314L -DIDENT_UNIX_TIME=0x48568207L
-DIDENT_UID_HASH=0x755841c
bL -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referen
ced(interfacedefs, components)' -fnesc-dumpfile=build/micaz/wiring-check.xml
Bli
nkAppC.nc -lm
In file included from
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/MainC.nc:43:
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:50:28:
atm128hard
ware.h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:51:23:
Atm128Adc.
h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:52:23:
MicaTimer.
h: No such file or directory
In component `BlinkAppC':
BlinkAppC.nc:45: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/MainC.nc
BlinkC.nc:37:19: Timer.h: No such file or directory
BlinkAppC.nc:45: failed to preprocess BlinkC.nc
In file included from BlinkAppC.nc:45:
In component `LedsC':
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:38: component
PlatformLedsC
not found
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:42: cannot find `Init'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:43: cannot find `Led0'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:44: cannot find `Led1'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:45: cannot find `Led2'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/TimerMilliC.nc:34:19: Timer.h: No
suc
h file or directory
In component `BlinkAppC':
BlinkAppC.nc:46: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/TimerMilliC.nc
BlinkAppC.nc:46: component `TimerMilliC' is not generic
BlinkAppC.nc:47: component `TimerMilliC' is not generic
BlinkAppC.nc:48: component `TimerMilliC' is not generic
BlinkAppC.nc:51: cannot find `Boot'
BlinkAppC.nc:53: cannot find `Timer0'
BlinkAppC.nc:54: cannot find `Timer1'
BlinkAppC.nc:55: cannot find `Timer2'
BlinkAppC.nc:56: cannot find `Leds'
make: *** [exe0] Error 1
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Fwd: make micaz sim:error

2011-05-26 Thread vinod kumar
.My error is as follows for blink ap:please help me out

make micaz sim
mkdir -p build/micaz
compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow
-Wnesc-all
-target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DIDENT_PROGRAM_NAME=
\BlinkAppC\ -DIDENT_USER_ID=\nguyenvp\ -DIDENT_HOSTNAME=\mi2500961\
-DIDEN
T_USER_HASH=0xfb248314L -DIDENT_UNIX_TIME=0x48568207L
-DIDENT_UID_HASH=0x755841c
bL -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referen
ced(interfacedefs, components)' -fnesc-dumpfile=build/micaz/wiring-check.xml
Bli
nkAppC.nc -lm
In file included from
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/MainC.nc:43:
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:50:28:
atm128hard
ware.h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:51:23:
Atm128Adc.
h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:52:23:
MicaTimer.
h: No such file or directory
In component `BlinkAppC':
BlinkAppC.nc:45: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/MainC.nc
BlinkC.nc:37:19: Timer.h: No such file or directory
BlinkAppC.nc:45: failed to preprocess BlinkC.nc
In file included from BlinkAppC.nc:45:
In component `LedsC':
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:38: component
PlatformLedsC
not found
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:42: cannot find `Init'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:43: cannot find `Led0'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:44: cannot find `Led1'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:45: cannot find `Led2'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/TimerMilliC.nc:34:19: Timer.h: No
suc
h file or directory
In component `BlinkAppC':
BlinkAppC.nc:46: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/TimerMilliC.nc
BlinkAppC.nc:46: component `TimerMilliC' is not generic
BlinkAppC.nc:47: component `TimerMilliC' is not generic
BlinkAppC.nc:48: component `TimerMilliC' is not generic
BlinkAppC.nc:51: cannot find `Boot'
BlinkAppC.nc:53: cannot find `Timer0'
BlinkAppC.nc:54: cannot find `Timer1'
BlinkAppC.nc:55: cannot find `Timer2'
BlinkAppC.nc:56: cannot find `Leds'
make: *** [exe0] Error 1
---
Please help me out.If u face any difficulty,please let me have some contacts
of people working on cygwin/windows from you.
Thanks,
Vinodh Kumar.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] make micaz sim:error.......for Blink app....Please help

2011-05-26 Thread vinod kumar
make micaz sim
mkdir -p build/micaz
compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow
-Wnesc-all
-target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DIDENT_PROGRAM_NAME=
\BlinkAppC\ -DIDENT_USER_ID=\nguyenvp\ -DIDENT_HOSTNAME=\mi2500961\
-DIDEN
T_USER_HASH=0xfb248314L -DIDENT_UNIX_TIME=0x48568207L
-DIDENT_UID_HASH=0x755841c
bL -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referen
ced(interfacedefs, components)' -fnesc-dumpfile=build/micaz/wiring-check.xml
Bli
nkAppC.nc -lm
In file included from
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/MainC.nc:43:
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:50:28:
atm128hard
ware.h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:51:23:
Atm128Adc.
h: No such file or directory
C:/tinyos/cygwin/opt/tinyos-2.x/tos/platforms/micaz/hardware.h:52:23:
MicaTimer.
h: No such file or directory
In component `BlinkAppC':
BlinkAppC.nc:45: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/MainC.nc
BlinkC.nc:37:19: Timer.h: No such file or directory
BlinkAppC.nc:45: failed to preprocess BlinkC.nc
In file included from BlinkAppC.nc:45:
In component `LedsC':
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:38: component
PlatformLedsC
not found
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:42: cannot find `Init'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:43: cannot find `Led0'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:44: cannot find `Led1'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/LedsC.nc:45: cannot find `Led2'
C:/tinyos/cygwin/opt/tinyos-2.x/tos/system/TimerMilliC.nc:34:19: Timer.h: No
suc
h file or directory
In component `BlinkAppC':
BlinkAppC.nc:46: failed to preprocess
C:\tinyos\cygwin\opt\tinyos-2.x\tos/system
/TimerMilliC.nc
BlinkAppC.nc:46: component `TimerMilliC' is not generic
BlinkAppC.nc:47: component `TimerMilliC' is not generic
BlinkAppC.nc:48: component `TimerMilliC' is not generic
BlinkAppC.nc:51: cannot find `Boot'
BlinkAppC.nc:53: cannot find `Timer0'
BlinkAppC.nc:54: cannot find `Timer1'
BlinkAppC.nc:55: cannot find `Timer2'
BlinkAppC.nc:56: cannot find `Leds'
make: *** [exe0] Error 1
--
Thanks Vinodh Kumar.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] make micaz sim:problem for Blink app

2011-05-24 Thread vinod kumar
I am working over windows using cygwin.I hve installed everything for
tinyOS.I have checked for python even.It might be because of path settings.
when I type:
make micaz sim
for the Blink app,
Its running to some extent and then showing:
tos-ident-flags:not found
make:python-configure- 2.3 :Command not found
make:ncc:Command not found
make:*** [sim-exe]error 127

---
but I have checked for the presence of python by typing puthon -V on
cygwin prompt
It gave :python 2.3.4
as result
please help me out and if u can give me contacts of people who are also
working over the same thing as I am on an internship.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM compilation problem

2011-05-23 Thread vinod kumar
I have installed tinyos-2.1.0.Its done completely and when I go for
compiling tossim,I am facing trouble.

when I type:
make micaz sim after I go to the tinyos-2.x/apps/Blink directory,I am
getting an error message:
make:*** No rule to make target 'micaz'.Stop.
Please help me out.I have been suffering with it for the last 2 days.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim compilation....plerase help me out..........

2011-05-23 Thread vinod kumar
I have installed tinyos-2.1.0.Its done completely and when I go for
compiling tossim,I am facing trouble.

when I type:
make micaz sim after I go to the tinyos-2.x/apps/Blink directory,I am
getting an error message:
make:*** No rule to make target 'micaz'.Stop.
Please help me out.I have been suffering with it for the last 2 days.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] please help me out............no help Im getting from here

2011-05-21 Thread vinod kumar
I gave
rpm -ivh tinyos-2.1.1-3.cygwin.noarch.rpm
error:
Failed dependencies:
tinyos -tools 1.4 = is need by tinyos-2.1.1-3
nesc -1.3 is needed by tinyos 2.1.3
what to do nw?
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Installation of tinyOS tools

2011-05-20 Thread vinod kumar
I tired installing tinyos-tools-1.2.4-2.cygwin.i386.rpm after installing
nesc-1.2.7a-1.cygwin.i386.rpm.
It has given an error---
Failed Dependencies:
  nesc =1.2.7 is needed by tinyos-tools-1.2.4-2
Even I have installed the same.
Whatever combination of the versions I use,its giving similar kind of error.
Please help me out.
Regards,
Vinodh
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tinyOS tools installation(TI MSP430 Tools)

2011-05-20 Thread vinod kumar
I tried installing *TI MSP430 Tools *and right at the first tool I am facing
this error.
the tool is :msp430tools-base-0.1-20050607.cygwin.i386.rpm
error:
*Failed dependencies:
/bin/sh is needed by it.
*.But I have checked in the bin of cygwin and found sh.exe even.
Please help me out to resolve this problem.I am unable to proceed furthur as
the other require the installation of this.
Regards,
Vinodh
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help