Re: [Tinyos-help] Tinyos-help Digest, Vol 82, Issue 79

2010-02-28 Thread Kiraneet sharma
Hello.. As far as I know achieving mobility of nodes in tinyos-1.x is possible only through tython.. Try and explore other options..But let me tell you that you wont get much support for T1..as most of ppl have already switched to T2..which doesnt have direct visulaization support and you may hav

[Tinyos-help] a potential problem in CTP

2010-02-28 Thread Xiaohui Liu
Hi, In forwarding engine of CTP, when there is a local generated packet arriving, before it's enqueued, Packet.setPayloadLength() is called so that when packet is retrieved from the queue, payload length could be obtained by calling SubPacket.payloadLength(). However, for a forwarded packet from o

Re: [Tinyos-help] a potential problem in CTP

2010-02-28 Thread Mehmet Akif Antepli
Hi, >> However, for a forwarded packet from other motes, Packet.setPayloadLength() is not called prior to enqueue. Since every mote sets adjusts its local packet payload according to CTP specs, a mote forwards other motes messages which have already been preparedby the corresponding mote!. ctp_da

[Tinyos-help] Sending Data over Uart0

2010-02-28 Thread onder geren
Hi everybody, i am new here and i want to develop code that sends data over Uart0(10-pin connector) and i am looking for an example code. where can i find that example code? Thanks Onder _

[Tinyos-help] Problem with receving messages after integrating log and button events

2010-02-28 Thread Kartik Siddhabathula
Hi All, I have done individual testing of receive event, sending, log and button. Then integrated the event of button pressed then send. But when I am integrating the button + log + send + receive. It is not working. Even the mote is not able to receive any message with that code. I am sending

[Tinyos-help] Potential research areas in WSN Network Management

2010-02-28 Thread Dave McGee
Hi there, I'm currently looking at potential research areas for academic purposes in the area of WSN Network Management/developing a WSN network management application. I am seeking areas where work could take place in an effort to work on original contribution to the area of WSN network managemen

Re: [Tinyos-help] Deluge T2 BaseStation problems

2010-02-28 Thread Razvan Musaloiu-E.
Hi! Sorry for answering so slow. On Mon, 22 Feb 2010, Ryan Emerson wrote: > I have recently being trying to use Deluge T2 and have been following this > manual: > > http://www.tinyos.net/tinyos-2.x/doc/html/deluge-t2-manual.html The latest documentation is on wiki: http://docs.tinyos.n

Re: [Tinyos-help] ERROR: Wrong baudrate for command tos-deluge

2010-02-28 Thread Razvan Musaloiu-E.
Hi! Sorry for answering so slow. On Tue, 23 Feb 2010, Xiaocheng Zou wrote: > Hi, > > I am trying to use tos-deluge command to inject new image into one node, > which is telosb platform. Following is what i get from terminal. > laptop:~/workspace/tinyos/Blink/src$ tos-deluge serial@/dev/ttyUS

[Tinyos-help] multihopLQI

2010-02-28 Thread Riki Tiki
hi, is multihoplqi routing algorithm in tinyos-1.x uses bellman ford's algorithm? can any of you refer me to thorough explanation of multihoplqi except the .nc files inside /tos/lib/MultiHopLQI/? thanks a lot! ___ Tinyos-help mailing list Tinyos-help@mi

[Tinyos-help] Passing an argument to a TinyOs application

2010-02-28 Thread Nahla Hmili
Hello, I'm a student and I'm new in TinyOS, I was just wondering if it is possible to create and run a TinyOs application that accepts arguments. I mean, in addition to the number of nodes required for a simulation, can I introduce new arguments for my main application to run ? Best regards.

[Tinyos-help] software engineer position in WSNs

2010-02-28 Thread Branislav Kusy
ICT Centre, CSIRO Australia has a position open for a software engineer in sensors networks. The position is affiliated with ASLab, located in Brisbane, QLD and is for a 9 month term. We are looking for a person with TinyOS development experience and ability to work at lower levels of OS (HW driver

[Tinyos-help] Problem with Microphone mts300 (iris platform)

2010-02-28 Thread Alessandro Pinzuti
When I call the command readToneDetector() the output is always the same, how if the microphone detects always a sound the code that I used is the following: event void Boot.booted(){ call Microphone.enable(); } void report_tone(){ if(call Micro

Re: [Tinyos-help] Nesc Error

2010-02-28 Thread aarjun
i think the plat form is different ,u can try with make micaz -- View this message in context: http://old.nabble.com/Nesc-Error-tp26125167p27734483.html Sent from the TinyOS - Help mailing list archive at Nabble.com. ___ Tinyos-help mailing list Tinyo

[Tinyos-help] Error while compiling TestSerial

2010-02-28 Thread Alhad Rajurwar
Hi there, I am getting this error when I mkdir -p build/telosb javac -target 1.4 -source 1.4 *.java /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/message/Message.java:84: cannot find symbol symbol : class SerialPacket location: class net.tinyos.message.Message private SerialPacket serialPacket;

Re: [Tinyos-help] Senddone signaled but not receive.receive

2010-02-28 Thread Houcine Mehdi
I realy need help please Houcine Mehdi wrote: > > Hi, > I wrote a program in which a node braodcasts a message to two other nodes, > when the others receive it, they broadcast another message. My problem is > that the node 2 doesn't receive node 1's message even if senddone is > signaled by nod

Re: [Tinyos-help] Senddone signaled but not receive.receive

2010-02-28 Thread Houcine Mehdi
thanks for reply typedef nx_struct RbsMsg { nx_uint32_t count; nx_uint32_t id; } RbsMsg; 8bytes Arik Sapojnik wrote: > > What is the size of RbsMsg ? > > > > On Fri, Feb 26, 2010 at 18:49, Houcine Mehdi > wrote: > >> >> Hi, >> I wrote a program in which a node braodcasts a message to

[Tinyos-help] passin arguments to a Tiny Os application

2010-02-28 Thread Nahla Hmili
Hello, I'm a student and I'm new in TinyOS, I was just wondering if it is possible to create and run a TinyOs application that accepts arguments. I mean, in addition to the number of nodes required for a simulation, can I introduce new arguments for my main application to run ? Best regards.

Re: [Tinyos-help] RSSI in IRIS,distance

2010-02-28 Thread #GAURAV TEWARY#
Hi Taimoor, Can you give more details on how you have managed to extract this output from the packets received at the base station? Feel free to contact me at z060...@ntu.edu.sg Best Regards Gaurav Tewary From: tinyos-help-boun...@millennium.berkeley.edu on