[Tinyos-help] About ctp_routing_header_t* getHeader(message_t* ONE m)

2011-05-19 Thread 崔晓宗
ctp_routing_header_t* getHeader(message_t* ONE m) { return (ctp_routing_header_t*)call BeaconSend.getPayload(m, call BeaconSend.maxPayloadLength()); } The code above is from Collection Tree Protocol. What does the 'ONE' mean? Can anyone explain the parameter ( message_t* ONE m ) for me?

[Tinyos-help] TinyOS,Labview

2011-05-19 Thread giuseppe tummino
Good Morning , we are two students in Master Degree in Automation Engineering at University of Catania (Sicily,Italy). We are working on project about wireless sensor network with IRIS mote of Crossbow. We can establish connection between motes and PC(labview) using VISA tools and we can read

Re: [Tinyos-help] Concerning RSSI values in TOSSIM

2011-05-19 Thread Mohamed Maalej
hi, I still have no solution, does anyone have ? Best regards 2011/5/18 5 MAHIEDDINE Imene i_mahiedd...@esi.dz hello I had this problem and it resolved by adding this line in the makefile CFLAGS += -I$(TOSDIR)/chips/cc2420/packet but after you will get others instead this one. they have

Re: [Tinyos-help] problem in implementing BLIP/RPL on Iris

2011-05-19 Thread Shrikant U Hallur
Hi Miklos, We are working on BLIP-rpl code ... which we downloaded from Tinyos svn repo tinyos-main.googlecode.com/svn/trunk/ tinyos-main-read-only .. version we are using is r5510 In this version BLIP uses cc2420 specific components at 2 files IPDispatchC and Ieee154addressC,

Re: [Tinyos-help] problem in implementing BLIP/RPL on Iris

2011-05-19 Thread Miklos Maroti
Hi Shrikant, Only the SplitControl.start is needed to start the radio stack, nothing special. Can you verify that SplitControl.start is called? Does this version of BLIP works on TelosB motes for you? Best, Miklos On Thu, May 19, 2011 at 1:39 PM, Shrikant U Hallur shrik...@ece.iisc.ernet.in

Re: [Tinyos-help] GraphViz

2011-05-19 Thread Romain Bornet
Hi, I would like to know if i must install this GraphViz directly on my host or on the VirtualBox. If you, as you wrote, you work program in your VirtualBox environment then you'll have to install Graphviz on your Virtualbox *guest* machine. This would make no sense to install it on your

Re: [Tinyos-help] TinyOS,Labview

2011-05-19 Thread Reinhard Berlach
Am 2011-05-19 11:29, schrieb giuseppe tummino: Good Morning , we are two students in Master Degree in Automation Engineering at University of Catania (Sicily,Italy). We are working on project about wireless sensor network with IRIS mote of Crossbow. We can establish connection between

[Tinyos-help] Re ad Adc - humidity value

2011-05-19 Thread George_1985
Hi , i use Tinyos-2.. I want to read humidity data from EC-5 soil sensor. i want to read values from adc with SendingMote (RssiDemo) ,using also compoment MicaBusC. I have already motify the code but i i think need some help here. New lines SendingMoteC.nc #include

Re: [Tinyos-help] Tinyos-help Digest, Vol 97, Issue 64

2011-05-19 Thread Fahad Raees
* ONE m ) for me? Thanks. -- Regards, Xiaozong Cui -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110519/b28399c1/attachment-0001.htm -- Message: 2 Date: Thu, 19 May

[Tinyos-help] simplemac sample application

2011-05-19 Thread Chethan P
Hi, I'm able to compile and run simple BlinktimerLed on cc2430em , now I want to try simplemac application ,but the sample code which is provided in the TinyOS -2.x is not working , I'm not able to compile , can you pls provide the simplemac working code for cc2430em ..? And if I want to

Re: [Tinyos-help] About ctp_routing_header_t* getHeader(message_t* ONE m)

2011-05-19 Thread Xiaohui Liu
ONE means a pointer that always refers to a single object, similar to a C++ reference. http://docs.tinyos.net/index.php/Safe_TinyOS On Thu, May 19, 2011 at 2:27 AM, 崔晓宗 cpp...@gmail.com wrote: ctp_routing_header_t* getHeader(message_t* ONE m) { return (ctp_routing_header_t*)call

Re: [Tinyos-help] Help IRIS uart0 bard rate

2011-05-19 Thread Janos Sallai
Modify (or create a shadow copy) of chips/atm1281/HplAtm128UartC.nc in which you change the line ubrr0 = call Atm128Calibrate.baudrateRegister(PLATFORM_BAUDRATE); to ubrr0 = call Atm128Calibrate.baudrateRegister(1200); The value returned by Atm128Calibrate.baudrateRegister(1200) should be

[Tinyos-help] Fwd: Simulators for clock drift

2011-05-19 Thread Aylin Kantarci
Hello, We are studying clock synchronization in WSN. Is it possible to simulate clock drift in TOSSIM? Are there such studies? If not, do you now any other simulator that we can simulate clock drifts for WSN? Regards -- Doç. Dr./Assoc. Prof. Dr. Aylin KANTARCI Bilgisayar Muhendisliği

Re: [Tinyos-help] TinyOS,Labview

2011-05-19 Thread Breno Guimarães
Hi guys. I've wrote a program to send and receive messages from a base (using BaseStation application) and it works pretty well. It's written in C++ for windows. Maybe you could read this: http://pdfcast.org/pdf/tinyos-and-serial-port-communication-using-c-c

Re: [Tinyos-help] Re ad Adc - humidity value

2011-05-19 Thread George_1985
With all this i mean that , i want to get the right ADC channel , sample the value , store it in a struct and send it to Base and then to pc. George_1985 wrote: Hi , i use Tinyos-2.. I want to read humidity data from EC-5 soil sensor. i want to read values from adc with SendingMote

Re: [Tinyos-help] Re ad Adc - humidity value

2011-05-19 Thread George_1985
I use Iris Mote and MDA100CB development area. George_1985 wrote: With all this i mean that , i want to get the right ADC channel , sample the value , store it in a struct and send it to Base and then to pc. George_1985 wrote: Hi , i use Tinyos-2.. I want to read humidity data

[Tinyos-help] Fwd: Fwd: [tinyos-help] Get the level energy in Wireless Sensor Network

2011-05-19 Thread Marianna Araujo
-- Forwarded message -- From: Marianna Araujo marianna.angel...@gmail.com Date: 2011/5/18 Subject: Re: [Tinyos-help] Fwd: [tinyos-help] Get the level energy in Wireless Sensor Network To: Antonio Linan ali...@zolertia.com I'd like know how obtain the power level of the nodes in a

[Tinyos-help] CoapBlip Listen.py

2011-05-19 Thread acamap
Hello, Someone has any idea similar to receive the packets from a open socket at the corresponding port at which the information (about the sensing values) is sent. Like Listener.py in /opt/tinyos-2.1.1/apps/UDPEcho_original/util$ ?? I need this to try capture the values in a file text.

[Tinyos-help] how to send the data through blip

2011-05-19 Thread Emily day
hello every body i would like to ask about something in blip , i want to build an application over blip (6lowpan protocol) i want to know the correct way to send the data through it for example : i have to collect data and send it to the base station through blip , i will say what i did i

[Tinyos-help] help

2011-05-19 Thread Khouloud Masmoudi
hello, could any one help me please i got this error while trying te install a telosb node when i wrote make telosb installi have this message : No suche file or directory /support/make/Makerules Stop no rule to make target /opt/tinyos-2.x/support/make/Makerules Please did any one face this

[Tinyos-help] [Researchers] [CFP] ACM* MSWiM 2011, Extended Submission Deadline May 22, 2011.

2011-05-19 Thread IEEE Mirela
Apologies if you receive multiple postings. -- EXTENDED PAPER SUBMISSION DEADLINE ! Call for Papers ACM* MSWiM 2011 14th ACM* International Conference on Modeling Analysis and Simulation of Wireless and Mobile Systems October

Re: [Tinyos-help] help

2011-05-19 Thread Eric Decker
Hi Khouloud, You should really really really start by following how to set up your development environment by following the tutorials that can be found on docs.tinyos.net. It looks like something got screwed up in your installation. On Thu, May 19, 2011 at 1:24 AM, Khouloud Masmoudi

Re: [Tinyos-help] mesh network

2011-05-19 Thread Omprakash Gnawali
On Tue, May 17, 2011 at 8:34 AM, Correo de Wacka yo_wa...@hotmail.com wrote: Hi all, I've been reading all the networks protocols appear in the documentation, but I'm unable to guess which one is the simplest one to just creat a mesh network,instead of Tymo. And, is tymo available for iris

Re: [Tinyos-help] WSN Questions

2011-05-19 Thread Omprakash Gnawali
On Sun, May 15, 2011 at 2:17 PM, ibn86 dahmanii...@yahoo.fr wrote: Hi, I work on a new project on WSN and I have some questions as I'm a novice researcher. I have for a long time search in the net but I didn't have a response. 1) Is there a web site dealing with WSN applications, methods

Re: [Tinyos-help] CTP protocol implementation in TOSSIM

2011-05-19 Thread Omprakash Gnawali
The best suggestion I can offer is going through the TOSSIM tutorial carefully and trying to understand each step and also tutorial on network protocols. Then, you should start reading the code in tos/lib/net/ctp. Once you have a good understanding of TOSSIM and CTP, you should be able to