[Tinyos-help] Beacon mode

2006-04-10 Thread Diego Bartolomé Arquillo
Hi all, I am working with Tmote Sky (MSP430 CC2420)and tinyos-1.1.15 and I am interested in beacon mode. I have understood from the documentation and mailing that tinyos's components support CSMA, but I would like to know if beacon mode of 802.15.4 is also supported and how I canuse it.

[Tinyos-help] Help CC2420RadioM

2006-04-10 Thread andrea labo
Hi all, I'm trying to implement a post facto synchronization. In the CC2420RadioM module, there is this procedure: async event result_t SFD.captured(uint16_t time) { switch (stateRadio) { . . . default: // fire RX SFD handler rxbufptr-time = time; signal

FW: [Tinyos-help] TINYSEC_KEYSIZE

2006-04-10 Thread Arvanitis Dionysis
Hi all, I wonder if there's a way to add more keys in TinySec. By default it uses 8 for encryption and 8 for MAC in /home/.tinyos_keyfile . I tried to simply change this file, but nothing happened. smime.p7s Description: S/MIME cryptographic signature

[Tinyos-help] TINYSEC_KEYSIZE

2006-04-10 Thread ΑΡΒΑΝΙΤΗΣ Διονύσης
Hi all, I wonder if theres a way to add more keys in TinySec. By default it uses 8 for encryption and 8 for MAC in /home/.tinyos_keyfile . I tried to simply change this file, but nothing happened. smime.p7s Description: S/MIME cryptographic signature

[Tinyos-help] Re: Installing pytos on RedHat 9.0

2006-04-10 Thread Vinayak Naik
Hi,I am successful in installing python2.4 and jpype. I have added $TOSROOT/contrib/python/pytos to my CLASSPATH. However, I couldn't import jimport. Here is the output: import jpype jpype.startJVM(jpype.getDefaultJVMPath()) from jpype import jimportTraceback (most recent call last): File stdin,

[Tinyos-help] Re: Installing pytos on RedHat 9.0

2006-04-10 Thread Vinayak Naik
Hi Kamin,Here is the output of jpype.getDefaultJVMPath() jpype.getDefaultJVMPath()'/opt/jre1.5.0_06/lib/i386/client/libjvm.so'I was able to import JObject and JProxy from jpype: from jpype import JObject from jpype import JProxyAlso, I could import Queue and sys.But I am not able to import

[Tinyos-help] Different OS

2006-04-10 Thread Hoell, Christian (EXT)
Hi for my master thesis I need to compare different types of OS for sensor networks. Can anybody tell me some other OS working with Tmote or MicaZ than TinyOS. Thanks alot Christian ___ Tinyos-help mailing list

Re: [Tinyos-help] Different OS

2006-04-10 Thread Joe Polastre
SOS, Mantis, Contiki... google is your friend. -Joe On 4/10/06, Hoell, Christian (EXT) [EMAIL PROTECTED] wrote: Hi for my master thesis I need to compare different types of OS for sensor networks. Can anybody tell me some other OS working with Tmote or MicaZ than TinyOS. Thanks alot

[Tinyos-help] UART connection

2006-04-10 Thread jose m
Hi, I have a mica2 mote connected to a gps, using UART and using UART component for handling. Also, I receive and send radio messages. GPS works at 4800 bps, so I use outp() command to set the speed properly. The GPS works, mica2 changes his baud rate successfully, and my program has no errors

[Tinyos-help] about surge_reliable test on xbow

2006-04-10 Thread Xing Jin
Hi everyone, I am new to tinyos. I am doing a test on surge_reliable.I use Xbow to do this test.Does anyone tell me what the result looks like? I download the program on the moteusing "make mica2 install, 0 mib510,com1" and "export [EMAIL PROTECTED],java net.tinyos.tools.Listen" to listen.But no

Re: [Tinyos-help] Help on installing XMesh/XMDA300 on mica2 motes

2006-04-10 Thread Dongyan Chen
Chandresh, You need to copy the entire contrib/xbow folder to your windows machine rather than just the xbow/apps folder. The XMesh app uses interfaces modules under contrib/xbow/tos/. - Dongyan On 4/10/06, chandresh parekh [EMAIL PROTECTED] wrote: Hi all, I tried to download

[Tinyos-help] Re: using matlab: Undefined variable net or class

2006-04-10 Thread Ruben Lagar
Anyone can help me please? Hello, I'm trying to use tinyos classes from matlab in windows. I have followed

[Tinyos-help] Installing TinyOS on Suse 10.0 x86_64

2006-04-10 Thread Carlos Eduardo Rodrigues Lopes
Hi everybody, I'm currently having trouble with Tinyos 1.1.0 installation on a Suse 10.0 for x86_64 (also tried the latest version 1.1.15 but also without success). I have followed installation instructions from TinyOS Website. - Downloaded the newest IBM java compiler (5.0) (instaled in

Re: [Tinyos-help] Installing TinyOS on Suse 10.0 x86_64

2006-04-10 Thread gth755q
I had the same problem. Take a look in the readme/installation files of the java packages that you downloaded from that IBM site. You have to update the PATH variable and maybe something else - don't remember exactly. When I did that java and javac were found, but I still couldn't get the tinyos