Re: [Tinyos-help] JNI error

2010-08-26 Thread Urs Hunkeler
Hi, This kind of problem is very common on systems that have multiple JREs installed. It might also be possible that for whatever reason the library files are not readable. You can download a small debugging application here: http://www.schlangenstein.ch/tosruntime.jar Start it from the comman

Re: [Tinyos-help] Fwd: Dissemination Protocols Comparison

2010-08-26 Thread sadun silva
hi, you mentioned dtosh "data length is set in the TestDhvP.nc/TestDipP.nc when you declare the DisseminationValue/DisseminationUpdate interfaces." can you exactly tell where? thank you very much silva On Tue, Aug 17, 2010 at 10:01 AM, wrote: > > > > > -- Forwarded message --

Re: [Tinyos-help] JNI error

2010-08-26 Thread Michael Schippling
Make sure that is the JRE you are using when you run programs. "type java" should tell you the bin directory. MS JC de Dios wrote: > > Hello, > > After searching a lot from Google and following some instructions, I > still cannot find the solution to my error. When I run any java > applicatio

[Tinyos-help] JNI error

2010-08-26 Thread JC de Dios
Hello, After searching a lot from Google and following some instructions, I still cannot find the solution to my error. When I run any java application (Testserial), I have this error: getenv JNI library not found. Env.getenv will not work (run the tos-install-jni tool, see man tos-install-jni fo

Re: [Tinyos-help] iris

2010-08-26 Thread Miklos Maroti
Hi! IPBaseStation should work for IRIS without any changes. Miklos On Thu, Aug 26, 2010 at 1:10 PM, nithin k n wrote: > how to run IPBaseStation in iris mote > i am looking to change the interfaces used(cc2420) to iris's rf230 ... > > On Thu, Aug 26, 2010 at 1:10 PM, Miklos Maroti > wrote: >>

Re: [Tinyos-help] Tinyos-help Digest, Vol 88, Issue 55

2010-08-26 Thread haithem maazoun
when i finished installing Cygwin and tinyos2 i tried to simulate the Blink application with the command make micaz sim it shows me the message below /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3482: error: `m' undeclared (first use this function) /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.c

Re: [Tinyos-help] Collection protocol not working when deployed with Deluge T2

2010-08-26 Thread Fabrice Dossin
Ok, I have found that just a java Listen is good for CollectionDebug reading. I am not very further but if this gives an idea to someone: When flashed as golden image, collection debug gives me 00 FF FF 00 00 09 00 72 33 FF FF 00 00 00 00 00 01 sent beacon 00 FF FF 00 00 09 00 72 33 FF FF 00 00 00

Re: [Tinyos-help] HdlcTranslateC, SerialActiveMessageC

2010-08-26 Thread Michiel Konstapel
No, wait, never mind... should have had more coffee. m_data is already a module level variable... *slaps forehead* > -Original Message- > From: Michiel Konstapel > Sent: donderdag 26 augustus 2010 12:17 > To: tinyos-help@millennium.berkeley.edu > Subject: HdlcTranslateC, SerialActiveMessag

[Tinyos-help] HdlcTranslateC, SerialActiveMessageC

2010-08-26 Thread Michiel Konstapel
While digging through the SerialActiveMessageC stack, I came across the following in HdlcTranslateC: async command error_t SerialFrameComm.putDelimiter() { state.sendEscape = 0; m_data = HDLC_FLAG_BYTE; return call UartStream.send(&m_data, 1); } This allocated a variable on the st

[Tinyos-help] Motelist doesn't show anything on windows

2010-08-26 Thread J. Büsch
Hallo everybody, I have been working with tinyos on linux for quite a while. Now I was trying to set up a cygwin shell on windows using the cygwin provided on the tinyos page. Everything was working from the beginning except any excess to motes. The tool 'motelist' is showing nothing at all. On

[Tinyos-help] help, about sensor for blood pressure and heart-rate

2010-08-26 Thread 徐经纬
Hi all: I wonder that are there any sensors could sense blood pressure and heart rate for user? It's better be programmable in TinyOS. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/lis

Re: [Tinyos-help] request of new version of tkn154

2010-08-26 Thread Jan Hauer
http://code.google.com/p/tinyos-main/ Jan On Thu, Aug 26, 2010 at 10:12 AM, annalisa asta wrote: > Hi, > I believe to have an old version of tkn154 library, so I ask you if > someone could send me the last version where the file IndirectTxP.nc > is updated. Or someone send me the link of reposit

[Tinyos-help] request of new version of tkn154

2010-08-26 Thread annalisa asta
Hi, I believe to have an old version of tkn154 library, so I ask you if someone could send me the last version where the file IndirectTxP.nc is updated. Or someone send me the link of repository. My version is this. It's the last? /* * Copyright (c) 2008, Technische Universitaet Berlin * All ri

Re: [Tinyos-help] motelist doesn't work for iris ?

2010-08-26 Thread Roger Larsson
I also use Feodora 12 (64 bit) and it works for me... But I have done two modification that might be why 1) I added group 'dialout' to my user (all the serial devices use group dialout) 2) I have SELinux disabled... Thinking (and doing some strace) motelist does an stat before printing - and if

Re: [Tinyos-help] iris

2010-08-26 Thread Miklos Maroti
Hi! Please search the archives before you post a new question. Motelist does not work with iris, only with telosb derived motes. Miklos On Thu, Aug 26, 2010 at 7:52 AM, nithin k n wrote: > thanks for that ,, but i have this thing now --- till now i was using telosb > motes. now i am switching t