[Tinyos-help] help regarding tossim

2012-01-23 Thread priya
Hi , how to simulate the Blink application using tossim. I am working with tinyos 2.1.0 installed on windows .pl help thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] help regarding TOSSIM in tinyOS

2010-12-06 Thread niraj nake
hello , I m final year engineering student and working on tinyOS I m using ubuntu 10.1 and jst installed tinyos 2.1.0 I hv installed Python 2.6.5 when I try to run the command : make micaz sim I get d error as: nik...@ubuntu:/opt/tinyos-2.1. 0/apps/Blink$ make micaz sim

[Tinyos-help] help regarding TOSSIM

2010-12-06 Thread niraj nake
hello , I m final year engineering student and working on tinyOS I m using ubuntu 10.1 and jst installed tinyos 2.1.0 I hv installed Python 2.6.5 when I try to run the command : make micaz sim I get d error as: nik...@ubuntu:/opt/tinyos-2.1.0/apps/Blink$ make micaz sim

[Tinyos-help] Help with TOSSIM.

2010-05-18 Thread praneeth goud
-lstdc++ -o _TOSSIMmodule.so copying Python script interface TOSSIM.py from lib/tossim to local directory *** Successfully built micaz TOSSIM library. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi

Re: [Tinyos-help] Help with TOSSIM

2010-05-17 Thread avinash chaurasia
hi please reply to tinyos community not to me. i am just 1 month experienced there are many people who can help u. It seems u dont have python in ur system or path for python is not configured please check either of these. here are two links

Re: [Tinyos-help] Help with TOSSIM

2010-05-14 Thread avinash chaurasia
I think tossim comes with tinyos itself. Thanks Avinash Kumar Chaurasia Department of Computer Science IIT Kanpur, India On Fri, May 14, 2010 at 10:16 AM, praneeth goud prancs...@gmail.com wrote: Hi, I have installed tinyos-2.0.2 and tinyos-2.1.0 in ubuntu 9.10. I need to

[Tinyos-help] Help with TOSSIM

2010-05-13 Thread praneeth goud
Hi, I have installed tinyos-2.0.2 and tinyos-2.1.0 in ubuntu 9.10. I need to install TOSSIM in these installations where do i find the TOSSIM code and how do i install it. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] help with TOSSIM

2010-04-14 Thread Shyam Sahu
Hi, I am working with TinyOs-2.1.0 on a project to simulate algorithms in TOSSIM. But, although I have gone thru sum tutorials, all is hazy bfor me and I can't find a way to proceed. Also, how do I know what the Blink application is doing. Is there any GUI sort-of-tool that would show me how

Re: [Tinyos-help] help with TOSSIM

2010-04-14 Thread avinash chaurasia
I dont think any GUI are there. but you can see things on console. using TOSSIM debug statements Thanks Avinash Kumar Chaurasia Department of Computer Science IIT Kanpur, India On Thu, Apr 15, 2010 at 5:22 AM, Shyam Sahu jus.k...@gmail.com wrote: Hi, I am working with TinyOs-2.1.0 on

Re: [Tinyos-help] help for tossim tutorial

2009-07-17 Thread Rémi Villé
i m geting following error $ python_test.py bash: python_test.py: command not found python test.py python is an application and test.py the python script file

[Tinyos-help] help for tossim tutorial

2009-07-14 Thread Jyotirmoy Karjee
Dear sir I am new to tinyos and follow the tutorial for tossim I made a file called test.py and tried to run it by : python_test.py and chmod +x pythonn.test.py i m geting following error $ python_test.py

[Tinyos-help] Help with Tossim

2006-07-17 Thread deep blue
Hello, I would like to simulate an algorithm for WSN using TOSSIM. I should be able to change the parameters of the node and see if the algorithm is suitable or not. I would be glad if someone can help me regarding this. Vijay Kumar Kasamsetty ___

[Tinyos-help] Help about Tossim+TinyViz

2006-05-19 Thread Munaretto, Daniel
Hi all, i created a simple program for broadcasting messages where every mote broadcast its ADC readings. If i install it on my motes it seems it works (i look at leds' work), but i cannot run TOSSIM. I type make pc and it's ok. Then ./build/pc/main.exe 5 for example and i can look at some

Re: [Tinyos-help] help..regarding tossim..plz

2006-01-23 Thread Michael Schippling
Go back to the Getting Started guides and the doc/tutorial stuff If you're only interested in the Simulator (TOSSim) then make pc and build/pc/main.exe are mostly what you need to know about. MS chaithanya lekkalapudi wrote: m new to tiny os...im able to write the code in nesc and