[Tinyos-help] printf

2010-03-23 Thread Riki Tiki
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] priting variable's value

2010-03-21 Thread Riki Tiki
hi, inside .nc files there are lots of variables... how is it possible to do printing the value of those variables... i.e. printf(%d,val); thanks a lot! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] priting variable's value

2010-03-21 Thread Riki Tiki
the printf tutorial on docs.tinyos.net Kevin On Sun, Mar 21, 2010 at 10:44 AM, Riki Tiki mongoose_r...@mail.ru wrote: hi, inside .nc files there are lots of variables... how is it possible to do printing the value of those variables... i.e. printf(%d,val); thanks a lot

Re: [Tinyos-help] priting variable's value

2010-03-21 Thread Riki Tiki
show one example? Or can you refer me to exact link? Thanks in advance!!! Sun, 21 Mar 2010 20:27:05 +0200 письмо от Arik Sapojnik sapoj...@gmail.com: yes, like this. On Sun, Mar 21, 2010 at 19:44, Riki Tiki mongoose_r...@mail.ru wrote: hi, inside .nc files there are lots

[Tinyos-help] a few questions

2010-03-18 Thread Riki Tiki
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] question

2010-03-01 Thread Riki Tiki
Hi, can anyone tell if MultiHopLQI uses Bellman-Ford algorithm or not? Thanks, Riki ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[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

Re: [Tinyos-help] tpl for moteiv's tmote sky nodes

2010-02-25 Thread Riki Tiki
wrote: You can add this to the makefile: CFLAGS += -DCC2420_DEF_RFPOWER=4 I think the values go from 1 to 31 beeing 1 the lowest and 31 the higher TPL. Good luck! 2010/2/23 Riki Tiki mongoose_r...@mail.ru hi, I am using Moteiv's Tmote Sky nodes... How can I change

Re: [Tinyos-help] tpl for moteiv's tmote sky nodes

2010-02-23 Thread Riki Tiki
Thanks a lot Jordi! -Original Message- From: Jordi Soucheiron jsouchei...@dexmatech.com To: Riki Tiki mongoose_r...@mail.ru Date: Tue, 23 Feb 2010 09:41:46 +0100 Subject: Re: [Tinyos-help] tpl for moteiv's tmote sky nodes You can add this to the makefile: CFLAGS += -DCC2420_DEF_RFPOWER

Re: [Tinyos-help] tpl for moteiv's tmote sky nod es

2010-02-23 Thread Riki Tiki
and 31 the higher TPL. Good luck! 2010/2/23 Riki Tiki mongoose_r...@mail.ru hi, I am using Moteiv's Tmote Sky nodes... How can I change the Transmission Power Level(TPL) of my nodes? And how can I know the minimum and maximum values for TPL? thanks a lot

Re: [Tinyos-help] tpl for moteiv's tmote sky nodes

2010-02-23 Thread Riki Tiki
To: Riki Tiki mongoose_r...@mail.ru Date: Tue, 23 Feb 2010 09:41:46 +0100 Subject: Re: [Tinyos-help] tpl for moteiv's tmote sky nodes You can add this to the makefile: CFLAGS += -DCC2420_DEF_RFPOWER=4 I think the values go from 1 to 31 beeing 1 the lowest and 31 the higher TPL. Good luck

Re: [Tinyos-help] tpl for moteiv's tmote sky nodes

2010-02-23 Thread Riki Tiki
Ok, Jordi. Thanks a lot. If I find any better solution I will let you know... -Original Message- From: Jordi Soucheiron jsouchei...@dexmatech.com To: Riki Tiki mongoose_r...@mail.ru Date: Tue, 23 Feb 2010 14:26:03 +0100 Subject: Re: Re[2]: [Tinyos-help] tpl for moteiv's tmote sky nodes

Re: [Tinyos-help] tpl for moteiv's tmote sky nod es

2010-02-23 Thread Riki Tiki
Thanks Arik. -Original Message- From: Arik Sapojnik sapoj...@gmail.com To: Riki Tiki mongoose_r...@mail.ru Date: Tue, 23 Feb 2010 17:35:00 +0200 Subject: Re: [Tinyos-help] tpl for moteiv's tmote sky nodes You can change you power level by using CC2420Packet.setPower(msg, power) which

[Tinyos-help] tpl for moteiv's tmote sky nodes

2010-02-22 Thread Riki Tiki
hi, I am using Moteiv's Tmote Sky nodes... How can I change the Transmission Power Level(TPL) of my nodes? And how can I know the minimum and maximum values for TPL? thanks a lot! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] multihop routing algorithm

2010-02-20 Thread Riki Tiki
hi, in the below code it uses interface RouteControl to send the data... i am really sorry for asking this many times but, i still do not get how to find out which routing algorithm it uses, if i am not mistaken in looking for the correct source according to below link

[Tinyos-help] how to simulate routing algorithms

2010-02-17 Thread Riki Tiki
hi, let's say i understand how the routing protocol works, now how could i possibly simulate it ? thanks! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] simple apps which uses simple routing protocol

2010-02-17 Thread Riki Tiki
hi, is there any simple application that i could simulate, which uses simple routing protocols such as flooding, rumor routing, or any simple for a starter? thanks a lot in advance! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] how to simulate routing algori thms

2010-02-17 Thread Riki Tiki
Hi Arik, let's start with simple ones such as flooding, rumor based, gossip, ctp...? -Original Message- From: Arik Sapojnik sapoj...@gmail.com To: Riki Tiki mongoose_r...@mail.ru Date: Wed, 17 Feb 2010 15:42:11 +0200 Subject: Re: [Tinyos-help] how to simulate routing algorithms You

[Tinyos-help] delta - which protocol it uses ?

2010-02-17 Thread Riki Tiki
hi i was using Moteiv tmote sky motes, with \opt\moteiv\apps\Delta\ on all of my motes... then using the Trawler program provided... how or where can i find which routing protocol it uses? thanks! ___ Tinyos-help mailing list

[Tinyos-help] which routing protocol in oscilloscope/base station apps

2010-02-16 Thread Riki Tiki
hi, i am using xubuntos, i used for my motes /opt/tinyos-2.x/apps/Oscilloscope/ and for one of them i use the /opt/tinyos-2.x/apps/BaseStation/ my questions are: 1)which routing protocol does Oscilloscope application uses? and if 2) BaseStation is able to send messages to other motes

Re: [Tinyos-help] xubuntos with tmote sky nodes problem

2010-02-15 Thread Riki Tiki
Hi Mike, Thanks a lot it worked. When I was reading the MoteIV Tmote Sky Quick Start Guide. I could do the following: 1) make tmote reinstall,1 2) motecom=ser...@com4:tmote java com.moteiv.trawler.Trawler I mean I could run at the end the Trawler Java program to see the information exchange

Re: [Tinyos-help] xubuntos with tmote sky nodes problem

2010-02-15 Thread Riki Tiki
Thanks a lot Mike. -Original Message- From: George, Mike stephen.geo...@neo.tamu.edu To: Riki Tiki mongoose_r...@mail.ru Date: Mon, 15 Feb 2010 10:13:41 -0600 (CST) Subject: Re: [Tinyos-help] xubuntos with tmote sky nodes problem This is a little mnore difficult but not too hard. Try

Re: [Tinyos-help] Moteiv Tmote sky nodes help

2010-02-10 Thread Riki Tiki
Hi Jordi, What do you mean by depends on the firmware they're using? Thanks, Riki -Original Message- From: Jordi Soucheiron jsouchei...@dexmatech.com To: Riki Tiki mongoose_r...@mail.ru Date: Wed, 10 Feb 2010 08:32:23 +0100 Subject: Re: [Tinyos-help] Moteiv Tmote sky nodes help Hi

Re: [Tinyos-help] Moteiv Tmote sky nodes help

2010-02-10 Thread Riki Tiki
Hi Jordi, this makes it very clear for me. thanks a lot!!! -Original Message- From: Jordi Soucheiron jsouchei...@dexmatech.com To: Riki Tiki mongoose_r...@mail.ru Date: Wed, 10 Feb 2010 17:48:55 +0100 Subject: Re: Re[2]: [Tinyos-help] Moteiv Tmote sky nodes help Hello, You can flash

[Tinyos-help] running Moteiv Tmote sky inside XubunTOS

2010-02-10 Thread Riki Tiki
hi all, i am currently running XubunTOS connected to it two Moteive tmote sky nodes on the terminal running motelist gives the following Reference Device Description M /dev/ttyUSB0 Moteiv tmote sky Y /dev/ttyUSB1 Moteiv tmote sky Also i reading Moteiv tmote

[Tinyos-help] xubuntos with tmote sky nodes problem

2010-02-10 Thread Riki Tiki
hi i am running Xubuntos, connected Moteiv Tmote Sky node, then opening terminal it greets me as follows: Setting up for TinyOS 2.x then i type motelist it sees my device ReferenceDevice Description M/dev/ttyUSB0Moteiv tmote sky then i type the following:

[Tinyos-help] xubuntos on amd opteron 250, 64 bit

2010-02-09 Thread Riki Tiki
hi i just wanted to know whether the bootable xubuntos can be installed on AMD 64 bit processor? thanks in advance! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] xubuntos on amd opteron 250, 6 4 bit

2010-02-09 Thread Riki Tiki
Thanks a lot. Hope so. Currently I am downloading xubuntos, later on today will be installing it... Will update everyone of my experince with it. thanks! -Original Message- From: Fabien CHRAIM fabien.chr...@gmail.com To: Riki Tiki mongoose_r...@mail.ru Date: Tue, 9 Feb 2010 12:09:31

[Tinyos-help] Moteiv Tmote sky nodes help

2010-02-09 Thread Riki Tiki
hi i just wanted to find out about the Moteiv Tmote sky nodes' routing algorithm, can anyone point to some papers/links describing how Moteiv Tmote sky nodes route to each other? thanks a lot ___ Tinyos-help mailing list

[Tinyos-help] Moteiv Tmote Sky routing algorithm info

2010-02-09 Thread Riki Tiki
hi can anyone please help me to find about the routing protocol used by Moteiv Tmote sky nodes? Any sources paper/documentation/links/... thanks a lot in advance!!! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Moteiv Tmote Tools 2.0.2 Setup problem

2010-02-08 Thread Riki Tiki
hi all, i was trying to install Moteiv Tmote Tools 2.0.2 on Windows XP 64 bit edition (AMD Opteron Processor 250). while installing it says the following: There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your