[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

[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

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?

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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] 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

[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

[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] 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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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/misc

[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

[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

[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:

[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

[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

[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

[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

[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

[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\

[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

[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

[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

[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

[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

[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