[Tinyos-help] TOSSIM help

2012-01-18 Thread TUSHAR MAHESHWARI
I am new to TinyOS,I am using Tinyos-2.1.1 How to run Blink application or any application on TOSSIM?? What are the basic steps to simulate a program on TOSSIM ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkele

[Tinyos-help] TOSSIM

2012-01-22 Thread TUSHAR MAHESHWARI
Hello Guys, I am new to TinyOS and i am using TinyOS-2.1.1. I want to know how to get started with TOSSIM in this version. For instance how can i run a pre-given application in TOSSIM. Thank You ___ Tinyos-help mailing list Tinyos-help@millennium.berkel

[Tinyos-help] syntax error before `nx_uint16_t'

2012-01-24 Thread TUSHAR MAHESHWARI
Hey, all In Tossim of TinyOS2.1.1 with Python2.5, I can compile ‘../apps/Blink’ successfully. But when I compile ‘../apps/RadioCountToLeds’, there are some errors as followed, /usr/lib/ncc/nesc_nx.h: At top level: /usr/lib/ncc/nesc_nx.h:327: syntax error before `__nesc_ntohbf_uint32' /usr/li

[Tinyos-help] Diff b/w Send & AMSend

2012-02-08 Thread TUSHAR MAHESHWARI
What is practical difference between AMSend & Send, and Receive & AMReceive??? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Diff b/w Send & AMSend

2012-02-08 Thread TUSHAR MAHESHWARI
packet & AM Packet?? On Wed, Feb 8, 2012 at 2:00 PM, TUSHAR MAHESHWARI wrote: > What is practical difference between AMSend & Send, and Receive & > AMReceive??? > ___ Tinyos-help mailing list Tinyos-help@millenni

[Tinyos-help] 2-way communication among nodes

2012-02-08 Thread TUSHAR MAHESHWARI
How can i establish 2-way communication?? Where one node send some message to other and then other node reply the same message to the first node. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/

[Tinyos-help] Clustering simulation

2012-02-09 Thread TUSHAR MAHESHWARI
Hey Guys I have to simulate sensor network scenario where we create cluster in Tossim(not in hardwar. I want to create clusters and dont have any hardware,have to do in TOSSIM. I want to make a network of appx. some nodes and out of which few nodes are cluster head based on any criteria and then s

[Tinyos-help] MultihopOscilloscope app in TOSSIM

2012-02-11 Thread TUSHAR MAHESHWARI
How to run MultihopOscilloscope application in TOSSIM??? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Running 1.x code on 2.x

2012-02-13 Thread TUSHAR MAHESHWARI
How to run code designed for tinyos-1.x on 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] Surge in Tinyos-2.x

2012-02-13 Thread TUSHAR MAHESHWARI
In tinyos-1.x, there is one application "Surge", i need to know how i can implement that application in TinyOS-2.1.1?? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-hel

[Tinyos-help] Help on MultiHopRouter

2012-02-15 Thread TUSHAR MAHESHWARI
Their used to be a component "MultiHopRouter" in TinyOS-1.x. How this component is taken care of 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] iHEED source code for tinyos-1.x

2012-02-17 Thread TUSHAR MAHESHWARI
completely please help Regards Tushar Maheshwari ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Help for executing existing code

2012-02-19 Thread Tushar Maheshwari
Hey did u get the answer?? If yes plz tell me how to install HEED on tinyos Itz urgent. Thanks in advance. Regards, Tushar Khushi Shah wrote: > > Hi > I have got some link for iHEED routing protocol which is run on mica2 and > mica2Dot sensor motes. > http://www.cs.purdue.edu/homes/fahm

[Tinyos-help] CC1000-TOSSIM??

2012-02-22 Thread TUSHAR MAHESHWARI
I'm trying to compile my application for TOSSIM. When I type the commend "make pc" I get the following errors interface CC1000Control not found component CC1000RadioC not found But I looked in the /tos/platform/pc directory and see that there is a directory with CC1000Control and CC1000RadioC in

[Tinyos-help] Group Key establishment

2012-03-09 Thread TUSHAR MAHESHWARI
how to establish group key in TOSSIM? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Base Station Address: Surge

2012-03-16 Thread TUSHAR MAHESHWARI
How to change Base Station Address effectively after some duration of the program run?? I know by default address is 0 but when it gets executed, after some time i want to change the address. Please help ___ Tinyos-help mailing list Tinyos-help@millennium

[Tinyos-help] Finding location of a node in Tinyviz

2012-03-27 Thread TUSHAR MAHESHWARI
How to find location of a node in tinyviz, i.e. i want a node to send its location when it sends packet to another node. How can it be possible?? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/

[Tinyos-help] Variable which store number of nodes??

2012-04-09 Thread TUSHAR MAHESHWARI
I am trying to simulate an application in tinyos-1.x where i need to access the number of nodes that user will enter at runtime. Is their any variable(like TOS_LOCAL_ADDRESS) which stores the number of nodes that are into consideration in a simulation?? _