RE: [Tinyos-help] Battery Power measurement

2006-10-09 Thread Munaretto, Daniel
Dear Wu, i'm interesting in the same question. I checked Voltage.nc and VoltageM.nc. How can i get the voltage value from async event result_t ADC.dataReady(data), specified in VoltageM.nc, to my main program (BcastM.nc)? -Original Message- From: Wu Nick

[Tinyos-help] How to get Voltage measurement

2006-10-09 Thread Munaretto, Daniel
Dear all, i'm trying to measure on micaz motes the voltage by using VoltageC, but the main program (BcastM.nc) is not able to get the dataReady. If anyone can help me, this is the structure: in the configuration file: components Main,BcastM,...,VoltageC; [..] Main.StdControl-VoltageC;

[Tinyos-help] CC2420,micaz,energy consumption

2006-10-05 Thread Munaretto, Daniel
Hi all, i looked for information on micaz's energy consumption but in the archive i didn't find complete answers. I need to measure the energy consumption in my motes while they're using the radio and while they're using the external flash to read and write data. This is in order to plan how

RE: [Tinyos-help] repeating tests,no free memory

2006-10-04 Thread Munaretto, Daniel
Hi David, i would like to ask you a question: do you know if the way FlashBridge gets access to the flash, is controlled by SPI interface or UART1 interface (ATmega128)? because normally the external flash is controlled by UART1 interface of the ATmega128 processor (in this case there are not

[Tinyos-help] Sleep-wake up,micaz,CC2420

2006-09-28 Thread Munaretto, Daniel
Dear all, In order to use the sleep mode on our motes, is it enough to use the HPLPowerManagement from TinyOS-1.x? and, if i use it, is it possible to schedule sleep and wake up modes with a normal timer? These questions refer to micaz motes, CC2420 chipcon, TinyOS-1.x Thanks very much

RE: [Tinyos-help] Serial In-Programming or Ethernet In-programming

2006-09-27 Thread Munaretto, Daniel
For the MIB600: make micaz install eprb,IPaddress ex: make micaz install eprb,192.168.1.3 -Original Message- From: Bryn Smith [mailto:[EMAIL PROTECTED] Sent: Wed 9/27/2006 5:25 AM To: tinyos-help@Millennium.Berkeley.EDU Cc: Subject: RE:

RE: [Tinyos-help] Tutorial lesson 5 and tython

2006-09-27 Thread Munaretto, Daniel
In my case the file was SimDriver.rar. So after this little substitution, it was all ok. I think the tutorial is quite old. Check it. -Original Message- From: Yuan Shaoping [mailto:[EMAIL PROTECTED] Sent: Wed 9/27/2006 11:30 AM To:

[Tinyos-help] Sleep mode,micaz,tinyos-1.x

2006-09-25 Thread Munaretto, Daniel
Dear all, i had a look in the mail archives about the sleep mode for micaz, but it is not so clear to me how to handle it. I found that it is necessary to use the HPLPowerManagementM.nc interface, but if you enable it, you cannot use the timers in your code if the node is in the sleep

RE: [Tinyos-help] conflict flash-radio,micaz

2006-09-22 Thread Munaretto, Daniel
properly... quite unpredictable.. cheers Daniele -Original Message- From: David Moss [mailto:[EMAIL PROTECTED] Sent: Thu 9/21/2006 6:03 PM To: 'Tie Luo'; [EMAIL PROTECTED]; Munaretto, Daniel Cc: tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] CSMA-CA on CC2420micaz,tinyos-1.x

2006-09-20 Thread Munaretto, Daniel
Dear all, i would like to ask you some questions about CC2420 and micaz energy consumption. I read, from reports and data sheets, that the Basic RF library in CC2420 contains only a small subset of the 802.15.4 standard: beacons is not implemented, no defined coordinator/device roles, it

RE: [Tinyos-help] repeating tests,no free memory

2006-09-20 Thread Munaretto, Daniel
, right? Daniele -Original Message- From: Philip Levis [mailto:[EMAIL PROTECTED] Sent: Wed 9/20/2006 2:54 AM To: David Moss Cc: Munaretto, Daniel; tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] repeating tests,no free memory

RE: [Tinyos-help] repeating tests,no free memory

2006-09-19 Thread Munaretto, Daniel
, it is really important for my group, cheers Daniele -Original Message- From: David Moss [mailto:[EMAIL PROTECTED] Sent: Tue 9/19/2006 1:07 AM To: Munaretto, Daniel; tinyos-help@Millennium.Berkeley.EDU Cc: Subject: RE: [Tinyos-help

RE: [Tinyos-help] repeating tests,no free memory

2006-09-18 Thread Munaretto, Daniel
readFlash()... else post readFlash(); return; } -Original Message- From: David Moss [mailto:[EMAIL PROTECTED] Sent: Fri 9/15/2006 6:27 PM To: Munaretto, Daniel; tinyos-help@Millennium.Berkeley.EDU

RE: [Tinyos-help] repeating tests,no free memory

2006-09-15 Thread Munaretto, Daniel
- From: David Moss [mailto:[EMAIL PROTECTED] Sent: Mon 9/11/2006 7:56 PM To: Munaretto, Daniel; tinyos-help@Millennium.Berkeley.EDU Cc: Subject: RE: [Tinyos-help] repeating tests,no free memory Daniele, This was one thing I

[Tinyos-help] FRAME_SIZE in tinyAlloc

2006-09-14 Thread Munaretto, Daniel
Dear all, i'm quite surprised about TinyAlloc interface. I hope someone is using it, so he should help me! I observed that, when i set the FRAME_SIZE to 256, the MAX memory i can allocate in my program (by using Handle) is 128 bytes. If FRAME_SIZE=512, i can allocate MAX 256 bytes. If

RE: [Tinyos-help] TinyAlloc

2006-09-13 Thread Munaretto, Daniel
Yeh, that's really important!I think it will be quiet useful me too! However, about TinyAlloc, I don't understand the meaning of: if a single dereference is to be stored, the handle must be locked first How is it possible to lock something as a pointer? if for example i need to handle a pointer

RE: [Tinyos-help] TOSSIM 2.x doesn't run

2006-09-12 Thread Munaretto, Daniel
there is the compiling result. Cheers Daniele -Original Message- From: Munaretto, Daniel Sent: Tue 9/12/2006 10:02 AM To: Philip Levis Cc: Subject: RE: [Tinyos-help] TOSSIM 2.x doesn't run Dear Dr.Levis

[Tinyos-help] repeating tests,no free memory

2006-09-11 Thread Munaretto, Daniel
Dear all, i discover a really strange behavior in my application. I repeat more times my code, and after some experiments the motes break down. So there is a memory problem. But i'm sure i free all the memory i allocate during the code. I'm using only a buffer and i re-use it all the

[Tinyos-help] FW: Problems on switching back to tinyos-1.x

2006-09-11 Thread Munaretto, Daniel
-Original Message- From: Munaretto, Daniel Sent: Mon 9/11/2006 2:32 PM To: tinyos-help@Millennium.Berkeley.EDU Cc: Subject: Problems on switching back to tinyos-1.x Dear all, i have some problems

[Tinyos-help] TOSSIM 2.x doesn't run

2006-09-11 Thread Munaretto, Daniel
Dear all, following the tutorial and archive cause of some problems, i compiled Blink apps as: make micaz sim- cygwin in order to run then TOSSIM. But after writing from TOSSIM import * in python environment, the bash displays no module named TOSSIM. Does it mean that with the sim- cygwin

[Tinyos-help] Upgrading nesC

2006-09-08 Thread Munaretto, Daniel
Dear all, i'm upgrading tinyos 1.1.11 to tinyos 2.x. I'm following the instructions, it's all ok until the NesC step: if i try to install, also with force, the version a or b, it is displayed: package nesc-1.2.7b-1 is intended for a cygwin_nt-5.0 operating system and with a: package

[Tinyos-help] Micaz,S-MAC

2006-09-07 Thread Munaretto, Daniel
Dear all, the S-MAC folder on my tinyos 1.x provides the s-mac protocol only for mica2, mica2dot, emstar and mica platform. But i need it for the collision avoidance in my micaz motes. I tried in many ways but i cannot modify those file in a simple way for my micaz. It seems the hardware

RE: [Tinyos-help] Swapping TOS message buffer Problem

2006-09-06 Thread Munaretto, Daniel
First I think you have to return m in the end of the event. And think about they are pointers,so for example: void swap (int *px, int *py){ int temp; temp=*px; *px=*py; *py=temp; } before you were swapping the copies of the elements. cheers Daniele -Original

RE: [Tinyos-help] why do i get this warning... no new line at end offile

2006-09-06 Thread Munaretto, Daniel
Sometimes you need one more linespace after the end of the program. Try it -Original Message- From: primalfear 69 [mailto:[EMAIL PROTECTED] Sent: Wed 9/6/2006 2:36 PM To: tinyos-help Cc: Subject: [Tinyos-help] why do i get this

[Tinyos-help] need help!S-MAC folder for micaz?tinyos1.x

2006-09-05 Thread Munaretto, Daniel
Dear all, i'm working on micaz motes in tinyos 1.x. I tried to use the S-MAC folder under tinyos1.x/contrib in my application including the makesmac makefile in mine, but i found that for micaz i cannot compile and run it. Because it is specific only for mica, mica2, mica2dot, etc.. If i add

RE: [Tinyos-help] RE: Range micaz motes

2006-09-04 Thread Munaretto, Daniel
] Sent: Fri 9/1/2006 9:13 PM To: 'Michael Schippling'; Munaretto, Daniel Cc: Tinyos-help@Millennium.Berkeley.EDU Subject: RE: [Tinyos-help] RE: Range micaz motes The /contrib/rincon directory contributes radio stack code only

[Tinyos-help] Useful go to TinyOS-2.x?

2006-09-04 Thread Munaretto, Daniel
Dear all, i discover by my tests that the MAC layer, used by micaz motes in TinyOS 1.1.11, is the same used in TOSSIM. So, if it's truly identical, it is a simple CSMA base. My question is: moving to TinyOs 2.x, do i have any possibilities to run on my micaz motes a good protocol like

RE: [Tinyos-help] RE: Range micaz motes

2006-09-01 Thread Munaretto, Daniel
-Original Message- From: Michael Schippling [mailto:[EMAIL PROTECTED] Sent: Thu 8/31/2006 8:22 PM To: Munaretto, Daniel Cc: Tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] RE: Range micaz motes

[Tinyos-help] Range micaz motes

2006-08-31 Thread Munaretto, Daniel
Hi all, is there a really simple thing to do for reducing the radius range of the micaz motes? i'm working in TinyOS 1.1.11. Thanks very much Daniele ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] RE: Range micaz motes

2006-08-31 Thread Munaretto, Daniel
Sorry, i have to say i already modified the MakeXbowlocal file but without results. I put the TX power to the minimum, but i obtain the same transmitting range. And in my makefile i compile it! -Original Message- From: Munaretto, Daniel Sent: Thu 8/31/2006 4:32

[Tinyos-help] MAC,CC2420 on Micaz,TinyOS-1.x

2006-08-29 Thread Munaretto, Daniel
-Original Message- From: Munaretto, Daniel Sent: Mon 8/28/2006 4:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: tinyos-help@Millennium.Berkeley.EDU Subject: MAC,CC2420 on Micaz,TinyOS-1.x

[Tinyos-help] MAC,CC2420 on Micaz,TinyOS-1.x

2006-08-28 Thread Munaretto, Daniel
Hi all, i checked along the mailing list but i didn't find a complete answer to my doubts. I'm using micaz motes on TinyOS 1.x (see in the attached the version printed by rpm -qa command). In FAQ.html, it is written that Micaz uses a simple CSMA (so collisions and hidden terminals are not

RE: [Tinyos-help] Help with Flash!

2006-08-23 Thread Munaretto, Daniel
Hi David, now the code is going little better but i don't know why of this behaviour: i explain you in a simple way: i have 2 nodes, every node creates a new packet every 10 seconds. When they create or receive a packet, they inject them in a buffer with the same generation (a parameter

RE: [Tinyos-help] Help with Flash!Micaz,tinyos 1.x

2006-08-16 Thread Munaretto, Daniel
Hi David, after using your important previous suggestions, the program was running in a properly way on 2 motes for testing. But it is correct only if i create packets by myself and i receive packets by other nodes. If i try to forward i cannot. Before using Flash, my code was running properly

RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-04 Thread Munaretto, Daniel
:[EMAIL PROTECTED] Sent: Thu 8/3/2006 6:25 PM To: Munaretto, Daniel Cc: tinyos-help@Millennium.Berkeley.EDU Subject: RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x I've seen this error before. You're using

RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-04 Thread Munaretto, Daniel
And also with command -flush, it's working. Only with commands + arguments it doesn't work! -Original Message- From: Munaretto, Daniel Sent: Fri 8/4/2006 10:15 AM To: David Moss Cc: tinyos-help@Millennium.Berkeley.EDU Subject: RE

RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-04 Thread Munaretto, Daniel
Message- From: Munaretto, Daniel Sent: Fri 8/4/2006 10:34 AM To: David Moss Cc: tinyos-help@Millennium.Berkeley.EDU Subject: RE: for David Moss: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x And also

for David Moss: [Tinyos-help] Help with real node behaviour!Micaz, tinyos 1.x

2006-08-02 Thread Munaretto, Daniel
-Original Message- From: Michael Schippling [mailto:[EMAIL PROTECTED] Sent: Tue 8/1/2006 7:19 PM To: Munaretto, Daniel Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

[Tinyos-help] Tinyos1.x,micaz mote,ATmega128,FLASH!!

2006-08-02 Thread Munaretto, Daniel
Hi all, i found some files in www.tinyos.net/tinyos-1.x/tos/ for using the FLASH memory. I transferred these files to my FLASH folder in tinyos-1.x/tos/lib but now i don't know how to use them. Previously in this folder there were only ByteEEPROM.nc, ByteEEPROMC.nc, PageEEPROM.h,

[Tinyos-help] Flash, not EEPROM memory

2006-08-02 Thread Munaretto, Daniel
Hi all, i'm using micaz motes, Atmega128 Radio Unit and Tinyos 1.x. I received a lot of informations by people in list about how to use EEPROM memory (4 Kbytes) but not about Flash (128 Kbytes).. And in my folders i have only files about the using of EEPROM memory. Does anyone know about

RE: [Tinyos-help] Question

2006-08-01 Thread Munaretto, Daniel
Hi, How is it possible to increase the task queue on TinyOS1.x (micaz motes)? which files and where do i have to modify? thanks for your availability cheers Daniele -Original Message- From: Aaron Ault [mailto:[EMAIL PROTECTED] Sent: Mon 7/31/2006 9:00 PM

RE: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-08-01 Thread Munaretto, Daniel
Schippling [mailto:[EMAIL PROTECTED] Sent: Mon 7/31/2006 9:12 PM To: Munaretto, Daniel Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x As far as I know all of the 4k of RAM

RE: [Tinyos-help] Question

2006-08-01 Thread Munaretto, Daniel
is not the queue size, but collisions in general..hidden terminal problem and so on.. any suggestions? they will be really appreciated cheers Daniele -Original Message- From: Claro Noda [mailto:[EMAIL PROTECTED] Sent: Tue 8/1/2006 9:44 AM To: Munaretto, Daniel

RE: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-07-31 Thread Munaretto, Daniel
[mailto:[EMAIL PROTECTED] Sent: Fri 7/28/2006 7:12 PM To: Munaretto, Daniel Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x Well there's 128K of PROM and 4K of RAM

RE: [Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-07-28 Thread Munaretto, Daniel
precise informations for understanding my problem in the best way. Thanks very much for your availability cheers Daniele -Original Message- From: Michael Schippling [mailto:[EMAIL PROTECTED] Sent: Thu 7/27/2006 9:25 PM To: Munaretto, Daniel Cc

[Tinyos-help] Help with real node behaviour!Micaz,tinyos 1.x

2006-07-27 Thread Munaretto, Daniel
Hi all, after a lot of simulation in TOSSIM, i uploaded my programs on the motes. By reading the leds, i'm able to understand what happens. If i run on motes a normal flooding, it's all ok. All packets are sent and received. But if i run a more complex program, where before broadcasting

[Tinyos-help] Visualizing topology+nodes'information

2006-07-26 Thread Munaretto, Daniel
Hi all, i'd like to visualize on my pc my network and if possible to show the contents of the packets, in particular one internal parameter (the number of decoded packets, field already inside the packet format). But each node doesn't know about neighbors or the net in general, so routing

RE: [Tinyos-help] Question about lost of packets with MultiHop.

2006-07-25 Thread Munaretto, Daniel
So what you mean is in tinyos-1.x is impossible to bypass this problem, isn'it? Or if there is a solution in 1.x, in my project would be really important, should you explain it? Thanks very much, Cheers Daniele -Original Message- From: Philip Levis [mailto:[EMAIL

[Tinyos-help] binpc/main, TOSSIM

2006-07-21 Thread Munaretto, Daniel
-Original Message- From: Munaretto, Daniel Sent: Thu 7/20/2006 10:24 AM To: tinyos-help@millennium.berkeley.edu Cc: Subject: binpc/main, TOSSIM Hi all, i read in www.tinyos.net/nest/doc/tutorial

[Tinyos-help] binpc/main, TOSSIM

2006-07-20 Thread Munaretto, Daniel
Hi all, i read in www.tinyos.net/nest/doc/tutorial/tossim-lesson.html that the simulator can simulate a 25 or 50 Kb radio stack. If i could set in binpc folder the option -kb 50 i can space out my nodes enough in time (to avoid partially the hidden node problem). The problem is: i haven't

[Tinyos-help] problems in broadcast networks

2006-07-13 Thread Munaretto, Daniel
Hi all, in my project i simulate 2 kinds of wireless network. In the first one i use only flooding to disseminate information, in the other one a particular coded flooding. During my simulations in TOSSIM i understood it's better to use random timers to avoid collisions between motes. However

[Tinyos-help] FW: problems in broadcast networks

2006-07-13 Thread Munaretto, Daniel
simulation is related to this internal model, so it would be the error's source..) Thanks, cheers Daniele -Original Message- From: Munaretto, Daniel Sent: Thu 7/13/2006 11:30 AM To: tinyos-help@millennium.berkeley.edu Cc: Subject: problems

[Tinyos-help] help:event Receive.receive(),simultaneous!!

2006-07-06 Thread Munaretto, Daniel
Hi all, is there a fast and easy way to receive all messages arriving from the network without lossing packets (simultaneous arriving messages to the same node)? Because if i only use event TOS_MsgPtr ReceiveDataNC.receive(TOS_MsgPtr m){

[Tinyos-help] help:event Receive.receive()

2006-07-05 Thread Munaretto, Daniel
Hi all, is there a fast and easy way to receive all messages arriving from the network? Because if i only use event TOS_MsgPtr ReceiveDataNC.receive(TOS_MsgPtr m){ Datagram *dg=(Datagram *)m-data; [..] . . [..] return m; } i see in TOSSIM that some packets too close with each other (i

[Tinyos-help] help with simulations

2006-07-04 Thread Munaretto, Daniel
Hi all, i'm upset about Tossim simulations. I have to use -rf=lossy option by bash to modify the radius and distance factor directly on TinyViz interface. But, at the same time, you lose packets on collisions cause of this lossy option, so the obtained results aren't right (for example

[Tinyos-help] little help on ack

2006-06-22 Thread Munaretto, Daniel
In the past mails i didn't understand what ACK field shows in my sent messages. i've never enabled anything,however it's showing in some messages numbers like 0x88,0x9,etc.. Anyone could remind me what's the meaning of these numbers? And also STRENGTH field is !=0 in the same packets where

[Tinyos-help] is possible with TinyViz?

2006-06-13 Thread Munaretto, Daniel
Hi all, i'd like to work with packages bigger than 29 bytes. So i modified in AM.h TOSH_DATA_LENGTH (but no more of 100 bytes, cause there are many warnings showed by the compiler). So the question is: does anyone know how to see in TinyViz all the data bytes? cause by default you can see

[Tinyos-help] help with neighbors

2006-06-12 Thread Munaretto, Daniel
Hi all, in my program i need to know how many neighbors every mote has. But till now i only simulate my sensors net with TinyViz , and i don't know if a particular useful function exists to know this feature. I hope it exists in NesC. Anyone could help me please? It's really

[Tinyos-help] typhon+tossim

2006-06-07 Thread Munaretto, Daniel
Hi all, i'm really new with typhon scripts and i saw the /tython/manual.html but i don't know how to do this simple file with 4 nodes. If i want only to modify the loss rate among nodes, although to have a sort of chain of nodes (0 sees only 1, 1 sees only 0 and 2, and so on), i tried to run

[Tinyos-help] FW: typhon+tossim

2006-06-07 Thread Munaretto, Daniel
) radio.setLossRate(2,3,0) radio.setLossRate(3,0,1) radio.setLossRate(3,1,1) radio.setLossRate(3,2,0) sim.exec(./build/pc/main.exe, 4, -b=0 -rf=lossy -t=10) sim.exit() -Original Message- From: Munaretto, Daniel Sent: Wed 6/7/2006 4:01 PM To: tinyos-help

[Tinyos-help] time

2006-06-06 Thread Munaretto, Daniel
How can i consider these time in seconds or milliseconds? i ran a TOSSIM simulation and i found these times of booting: SIM: Time for mote 1 initialized to 2477084. SIM: Time for mote 2 initialized to 2200990. It's quite urgent, if anyone knows.. Thanks Daniele

[Tinyos-help] Help: lossy.nss, option -r=lossy

2006-06-06 Thread Munaretto, Daniel
When i start my simulation, with command ./buld/pc/main.exe -b=1 -t=10 -r=lossy 3 sim.txt it's showed: .. Initializing lossy model from lossy.nss 0: cannot open lossy.nss - assuming single radio cell .. What should i do to use this file for the -r=lossy option? Please, if anyone could

[Tinyos-help] How does time field work?TOS_Msg

2006-06-01 Thread Munaretto, Daniel
In AM.h i found TOS_Msg that i'm using. If i display time field in my simulations on TinyViz, it's strange, it assumes meaningless values. Does someone know how it works? Thanks for your availability Daniele PS my purpose is to have a statistic about delay, so time when a mote send

[Tinyos-help] RandomLFSR:please help!

2006-05-29 Thread Munaretto, Daniel
Hi all, i have a problem after using RandomLFSR. I used it on my program, now i turn back but when i compile it results that in /tos/lib/CC2420RadioC.nc component RandomLFSR not found and no match...it gives me an error of this kind...incredible..also the simulator shows many strange debug

[Tinyos-help] help with simulator(but RandomLFSR solved!)

2006-05-29 Thread Munaretto, Daniel
Hi, i solved the problem with RandomLFSR but now the simulator doesn't show only my debug messages (i created in my program) and sent packet radio, but also new messages like booting and other ones that are not interesting. And now the simulation is really slow. Why this changing of

[Tinyos-help] TOSH_DATA_LENGTH

2006-05-22 Thread Munaretto, Daniel
Hi all, does anyone know about the maximum value of TOSH_DATA_LENGTH (file AM.h) i can use? by default it's 29 bytes, but i cannot find anywhere the maximum i can send on my motes. Cause i have to use the maximum capability of TOS_Msg... Thanks for your availability, cheers Daniele

[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

[Tinyos-help] Help about routing applications

2006-05-15 Thread Munaretto, Daniel
Hallo, i'm Daniele Munaretto, i'm working with several motes by using TinyOS. I have to create a sensor network where packets are transmitted in the net by flooding, so in broadcast mode. Could you suggest me about some interfaces to use or applications as closer as possible to my

[Tinyos-help] Help about routing applications

2006-05-15 Thread Munaretto, Daniel
Hallo, i'm Daniele Munaretto, i'm working with several motes by using TinyOS. I have to create a sensor network where packets are transmitted in the net by flooding, so in broadcast mode. Could you suggest me about some interfaces to use or applications as closer as possible to my project?