[Tinyos-help] Ubuntu package installation problem

2008-04-25 Thread David
Hi list. I'm not sure if this is a bug. I'm using Debian Unstable, and when I ran apt-get install tinyos-msp430 tinyos-avr (against Stanfard's Feisty Ubuntu mirror), apt-get had a problem installing one of the debs: Unpacking avr-insight-tinyos (from .../avr-insight-tinyos_6.3-2_i386.deb) ...

Re: [Tinyos-help] some questiones about Xserve

2008-04-25 Thread Yu Qun
hello everyone: a question about PostgreSql, what is the default username and password? Sincerely; Maggie ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] generating packets (data/interest) using Tossim

2008-04-25 Thread fatima zohra
hi every one, i have to implement a publish/ subscribe class protocol (Directed Diffusion protocol) using Tossim for simulation ( i use only Tossim, no real motes to test). i want to know if there is a method for generating periodic and random packets (data or interest) for test. does anyone have

[Tinyos-help] MicaZ - UART and SPI conflicts (both receiving at the same time)

2008-04-25 Thread Damian
Hi, We have a problem with the MicaZ. The controller of the mote, ATMega 128 L, has the SPI and UART0 linked. We want to use the radio (conected to SPI) and the serial (UART0) at the same time. But we think that there can be conflicts with the signals because of that linking, in case that you

[Tinyos-help] printf library for tinyos-1.x

2008-04-25 Thread Gaurav Chhawchharia
Hello all, Is there a printf library for tinyos-1.x like the one available for tinyos2. If not, has anyone else written a similar thing which i can use? It would be of great help. Thanks, Gaurav ___ Tinyos-help mailing list

[Tinyos-help] How to update my python version in tinyos2.x

2008-04-25 Thread jiwen zhang
Hello all : when i compile the application BlinkConfig , there is a problem: File /usr/local/bin/tos-storage-at45db, line 14, in ? from subprocess import Popen, PIPE ImportError: No module named subprocess and StorageVolumes.h: No such file or directory at last , i find that the module of

Re: [Tinyos-help] Getting raw packet data in Java

2008-04-25 Thread Nikhil Singhal
Thanks Michael! I did some digging and I think the reason I got unknown packet type 0x42 was because net.tinyos.packet.Serial.PROTO_PACKET_NOACK is defined as 69 not 66 (0x42). Changing that fixes this error. Caveat: I might not have the latest CVS code, so this might not apply to other people.

[Tinyos-help] sometimes event sendDone is not signaled

2008-04-25 Thread Linas Ramanauskas
Hello, Platform: CrossbowTelos (Rev B 2004/09/27) Operating system: TinyOS 2.0.2 (downloaded from CVS 2008.04.23) Is it possible, that after calling call Send.send(packet, sizeof(data_t)) that resulted in SUCCESS the event event void Send.sendDone(message_t* m, error_t err) is not signaled? I

[Tinyos-help] does deluge support multihop ?

2008-04-25 Thread jiwen zhang
Hello all : i want to whether deluge supports multiho in tinyos2.x ? if it support , i want to know which route arithmetic does it use . another question : The OTAP provided by crossbow can specify some nodes in the network to be reprogrammed , does deluge realize the function ?

Re: [Tinyos-help] does deluge support multihop ?

2008-04-25 Thread Chieh-Jan (Mike) Liang
Yes, Deluge supports multi-hop. It is a network-wide dissemination protocol. I would suggest reading the original Deluge paper (The dynamic behavior of a data dissemination protocol for network programming at scale). Mike On Apr 25, 2008, at 2:52 AM, jiwen zhang wrote: Hello all : i

[Tinyos-help] Bootloader

2008-04-25 Thread kou ksk
Hi All, Is there any document available which gives details about how TinyOS 2.x bootloader works, its technical specifications, how to use it, image format required by it etc etc. How to use bootloader ? can i use it in my mote application ?? Any tiny help with this is welcome !! Thanks and

[Tinyos-help] About low power sensing

2008-04-25 Thread gaurav mathur
HI, I am sending packets in every 2 second (TIMER_PERIOD_MILLI = 2048). I am using LPL interface. What should my LPL_INTERVAL ? Is there any relation ship between LPL_INTERVAL and data transmission rate ? 1. LPL_INTERVAL TIMER_PERIOD_MILLI 2. LPL_INTERVAL TIMER_PERIOD_MILLI 3. Or

Re: [Tinyos-help] does deluge support multihop ?

2008-04-25 Thread Razvan Musaloiu-E.
Hi! On Fri, 25 Apr 2008, jiwen zhang wrote: Hello all : i want to whether deluge supports multiho in tinyos2.x ? if it support , i want to know which route arithmetic does it use . another question : The OTAP provided by crossbow can specify some nodes in the network to be

Re: [Tinyos-help] Bootloader

2008-04-25 Thread Razvan Musaloiu-E.
Hi! On Fri, 25 Apr 2008, kou ksk wrote: Hi All, Is there any document available which gives details about how TinyOS 2.x bootloader works, its technical specifications, how to use it, image format required by it etc etc. Are you interested about the Deluge T2 bootloader or something else

Re: [Tinyos-help] msp430 tinyos patch

2008-04-25 Thread Xavier Orduña
Hi, I've just find the line in telosb.rules disabling hardware multiplier on msp430F1617. After comenting it, it seems to work everything correctly (with the new msp-gcc compiler). Xavi On Mon, Apr 14, 2008 at 9:24 PM, Eric Keller [EMAIL PROTECTED] wrote: Is the hardware multiply bug still

Re: [Tinyos-help] a strange problem while compile

2008-04-25 Thread Janos Sallai
Jiwen: If you're compiling an application that does not make use of active messages, there's going to be no ActiveMessageAddressC$addr symbol in the binary. For example, this is the case with Blink, and this is the expected behavior of tos-set-symbols. Janos From: [EMAIL PROTECTED]

Re: [Tinyos-help] some questiones about Xserve

2008-04-25 Thread Giri Baleri
MoteView uses the following default user/password pair: Username: postgres Password: p0$Tgr3$ Giri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yu Qun Sent: Friday, April 25, 2008 12:21 AM To: tinyos-help@millennium.berkeley.edu Subject: Re:

[Tinyos-help] results+EasyCollection+Tossim+network configuration

2008-04-25 Thread Nahr ...
Hi, I have several questions, if I defined only one root in EasyCollection application and I used CTP or MultihopLQI as routing protocol. Is it safe to do that? especially it is known that CTP make a set of trees. Also my second question, when I ran the simulation with tossim debugging (LI

[Tinyos-help] Q About MultiHopOscilloscope in tinyos-2.x

2008-04-25 Thread gaurav mathur
1. I have installed MultiHopeOscilloscope with node id = 0, it means this node will act as root. 2. I attached root node with PC and run Listen application on PC. 3. Without anyother node with MultiHopeOscilloscope application my root is continuously sending some counter values. I cannot

Re: [Tinyos-help] Basics help

2008-04-25 Thread Michael Schippling
Isn't that Full Duplex? I forget... Anyway, find the point after the message has been fully received where it is posted to the other port (I'm not sure if you want this on Uart, Radio, or Both), and post it back to the source port as well. You may need to put some kind of use-flag on the message

Re: [Tinyos-help] generating packets (data/interest) using Tossim

2008-04-25 Thread Michael Schippling
Oscilloscope sends regularly spaced packet, as do apps like CntToRfm. You could add a random timer setting to them. MS fatima zohra wrote: hi every one, i have to implement a publish/ subscribe class protocol (Directed Diffusion protocol) using Tossim for simulation ( i use only Tossim, no

Re: [Tinyos-help] Getting raw packet data in Java

2008-04-25 Thread Michael Schippling
I can't imagine why that value would be changed in the distributed code. I wonder if there's a CVS glitch someplace. MS Nikhil Singhal wrote: Thanks Michael! I did some digging and I think the reason I got unknown packet type 0x42 was because net.tinyos.packet.Serial.PROTO_PACKET_NOACK is

Re: [Tinyos-help] Q About MultiHopOscilloscope in tinyos-2.x

2008-04-25 Thread Omprakash Gnawali
On Fri, Apr 25, 2008 at 9:30 AM, gaurav mathur [EMAIL PROTECTED] wrote: 1. I have installed MultiHopeOscilloscope with node id = 0, it means this node will act as root. 2. I attached root node with PC and run Listen application on PC. 3. Without anyother node with MultiHopeOscilloscope

Re: [Tinyos-help] results+EasyCollection+Tossim+network configuration

2008-04-25 Thread Omprakash Gnawali
On Fri, Apr 25, 2008 at 9:23 AM, Nahr ... [EMAIL PROTECTED] wrote: if I defined only one root in EasyCollection application and I used CTP or MultihopLQI as routing protocol. Is it safe to do that? especially it is known that CTP make a set of trees. It is fine have a single root. Also my

Re: [Tinyos-help] Q About MultiHopOscilloscope in tinyos-2.x

2008-04-25 Thread Omprakash Gnawali
On Fri, Apr 25, 2008 at 10:28 AM, gaurav mathur [EMAIL PROTECTED] wrote: Hi, Thanks for reply but it cannot be routing beacons becase LED (which indicates event message_t* Receive.receive(message_t* msg, void *payload, uint8_t len)) is not blinking. If you are so convinced that those are not

Re: [Tinyos-help] Getting raw packet data in Java

2008-04-25 Thread Philip Levis
On Apr 25, 2008, at 1:54 AM, Nikhil Singhal wrote: Thanks Michael! I did some digging and I think the reason I got unknown packet type 0x42 was because net.tinyos.packet.Serial.PROTO_PACKET_NOACK is defined as 69 not 66 (0x42). Changing that fixes this error. Caveat: I might not have

Re: [Tinyos-help] MicaZ - UART and SPI conflicts (both receiving at the same time)

2008-04-25 Thread Philip Levis
On Apr 25, 2008, at 1:10 AM, Damian wrote: Hi, We have a problem with the MicaZ. The controller of the mote, ATMega 128 L, has the SPI and UART0 linked. We want to use the radio (conected to SPI) and the serial (UART0) at the same time. But we think that there can be conflicts with

Re: [Tinyos-help] results+EasyCollection+Tossim+network configuration

2008-04-25 Thread Philip Levis
On Apr 25, 2008, at 9:23 AM, Nahr ... wrote: Hi, I have several questions, if I defined only one root in EasyCollection application and I used CTP or MultihopLQI as routing protocol. Is it safe to do that? especially it is known that CTP make a set of trees. CTP does not make a set

Re: [Tinyos-help] sometimes event sendDone is not signaled

2008-04-25 Thread Philip Levis
On Apr 25, 2008, at 2:00 AM, Linas Ramanauskas wrote: Hello, Platform: CrossbowTelos (Rev B 2004/09/27) Operating system: TinyOS 2.0.2 (downloaded from CVS 2008.04.23) Is it possible, that after calling call Send.send(packet, sizeof(data_t)) that resulted in SUCCESS the event event void

Re: [Tinyos-help] sometimes event sendDone is not signaled

2008-04-25 Thread Philip Levis
On Apr 25, 2008, at 2:00 AM, Linas Ramanauskas wrote: Hello, Platform: CrossbowTelos (Rev B 2004/09/27) Operating system: TinyOS 2.0.2 (downloaded from CVS 2008.04.23) Is it possible, that after calling call Send.send(packet, sizeof(data_t)) that resulted in SUCCESS the event event void

Re: [Tinyos-help] Getting raw packet data in Java

2008-04-25 Thread Michael Schippling
ahhagh...thanks. MS Philip Levis wrote: On Apr 25, 2008, at 1:54 AM, Nikhil Singhal wrote: Thanks Michael! I did some digging and I think the reason I got unknown packet type 0x42 was because net.tinyos.packet.Serial.PROTO_PACKET_NOACK is defined as 69 not 66 (0x42). Changing that fixes

Re: [Tinyos-help] results+EasyCollection+Tossim+network configuration

2008-04-25 Thread Nahr ...
2008/4/25, Philip Levis [EMAIL PROTECTED]: On Apr 25, 2008, at 9:23 AM, Nahr ... wrote: Hi, I have several questions, if I defined only one root in EasyCollection application and I used CTP or MultihopLQI as routing protocol. Is it safe to do that? especially it is known that CTP make a

[Tinyos-help] MIB520 on TinyOS 1.x Ubuntu

2008-04-25 Thread SS C
Hi all, I'm running tinyos 1.x on Ubuntu. Recently I'm trying to program my micaz through MIB520. As the virtural com port for program is com3 on my laptop, I used make micaz install mib510,/dev/ttyS2 to download the Blink app, I got the error: Programmer is not responding. If I use make micaz

Re: [Tinyos-help] results+EasyCollection+Tossim+network configuration

2008-04-25 Thread Philip Levis
On Apr 25, 2008, at 11:48 AM, Nahr ... wrote: 2008/4/25, Philip Levis [EMAIL PROTECTED]: On Apr 25, 2008, at 9:23 AM, Nahr ... wrote: Hi, I have several questions, if I defined only one root in EasyCollection application and I used CTP or MultihopLQI as routing protocol. Is it safe

Re: [Tinyos-help] MIB520 on TinyOS 1.x Ubuntu

2008-04-25 Thread Janos Sallai
The fact that the MIB520 is visible as COM3+COM4 in windows does not imply that it's /dev/ttyS2 when you boot Linux. After you plug in the programming, check dmesg to see what the character devices that correspond to the MIB520 are. They are typically /dev/ttyUSB0 and /dev/ttyUSB1. The former

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-25 Thread Philip Levis
On Apr 24, 2008, at 3:29 PM, Bulut ERSAVAS wrote: Hi Omprakash Phil, We have had a chance to test latest CTP with net/le LPL for a longer period today. We had the same network placement: 3rd Floor: root (0) - 1 - 2 2nd Floor: 3 1st Floor: 6 - 4 - 5 We inserted

Re: [Tinyos-help] MIB520 on TinyOS 1.x Ubuntu

2008-04-25 Thread SS C
Hi Janos, Thanks for the immediate help. It seems in Ubuntu, the Serial number 1 less than the COM number corresponded. I tried make micaz install mib510,/dev/ttyUSB0, and it finally worked. Thanks a lot! Jesseie On Fri, Apr 25, 2008 at 3:18 PM, Janos Sallai [EMAIL PROTECTED] wrote: The

Re: [Tinyos-help] results+EasyCollection+Tossim+network configuration

2008-04-25 Thread Nahr ...
Hi, Thank you very much Nahr Elk 2008/4/25, Nahr ... [EMAIL PROTECTED]: 2008/4/25, Philip Levis [EMAIL PROTECTED]: On Apr 25, 2008, at 9:23 AM, Nahr ... wrote: Hi, I have several questions, if I defined only one root in EasyCollection application and I used CTP or MultihopLQI as

[Tinyos-help] AM ID guidelines for net2 protocols and other applications

2008-04-25 Thread Omprakash Gnawali
The TinyOS Networking Protocol Working Group (net2) would like to reserve AM ids whose first bit is 1 (128-255) to be used by Collection/Dissemination/TYMO and other net2 protocols. We recommend that the application developers use AM ids 0..127. If anyone has any problem with this proposal,

Re: [Tinyos-help] Bootloader

2008-04-25 Thread kou ksk
Hi, I am interested in Deluge T2 Bootloader. As my M.Tech. Thesis, I have designed and am implementing an algorithm for code dissemination and remote reprogramming, which is slightly different from deluge.Hence i require the details. Thanks and Regards, Kou. Meet people who discuss and