Hello
Could you please help me for the code for clustering ,levelling and
sectoring in tinos
and I am also having problem about the forwarding of packet?
What are the contents of any packet sent??

On 9/5/09, [email protected]
<[email protected]> wrote:
> Send Tinyos-help mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tinyos-help digest..."
>
>
> Today's Topics:
>
>    1. Regarding contrib permission in TinyOS (DEBRAJ DE)
>    2. Re: make deluge support mica2 (Bunsenbrenah)
>    3. Re: libtoscomm.so loading problem (Michael Schippling)
>    4. Re: ERROR: Timeout. Is the node a Deluge T2 base station?
>       ([email protected])
>    5. Re: make deluge support mica2 ([email protected])
>    6. MultihopLQI - adjustLQI problem (Tao Liu)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 4 Sep 2009 01:13:22 -0700
> From: DEBRAJ DE <[email protected]>
> Subject: [Tinyos-help] Regarding contrib permission in TinyOS
> To: [email protected],
>       [email protected],
>       [email protected],
>       [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>     I need a helpful information. Actually we had a contrib permission
> request to "[email protected]" according to
> the format given in tinyos contrib site instruction. But somehow we didn't
> get any kind of reply to repeated mails.
>
>     I am just wondering if there is any change in the contrib permission
> system or in the designated mail address.
>
>     Any kind of reply will be so helpful.
>
> Thanks
>
> De
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20090904/f0678371/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Fri, 04 Sep 2009 12:27:50 +0200
> From: Bunsenbrenah <[email protected]>
> Subject: Re: [Tinyos-help] make deluge support mica2
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi!
>
> I've come across your posting about getting deluge to work with MICA2
> nodes at
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-June/033937.html
> and was wondering whether you were able to solve the issues described.
> Your guide refers to tinyos-1.x as far as I understand it? I would like
> to get mica2 support for deluge T2 (tinyos-2.x) and use this guide as a
> starting point - maybe you've done something similar in the meantime?
> Also, I was hoping you could clear up some things that seem unclear to me:
>
>>   2 . modify the file hardware.h in TOSBOOT/mica2 . add the sentences at
>> about lines 101? :
>>   TOSH_ASSIGN_PIN(BAT_MON, A, 5);
>>   TOSH_ASSIGN_PIN(THERM_PWR, A, 7);
>>   chage the value of VOLTAGE_PORT to 7 . (i refer to tinyos-1.15) , i
>> think
>> it should be 30 .
>
> Should VOLTAGE_PORT be 30 (default) or 7?
>
>> 6 . go to /opt/tinyos-2.x/tos/lib/net/Deluge/extra , copy the files
>> NetProgC.nc and NetProgM.nc in extra/iris to extra/mica2 .
>
> Why are you using IRIS as template and not micaz like before?
>
>> 7 . /opt/tinyos-2.x/support/make, modify the file bnp.extra , add the
>> sentences at about line29 ?:
>>   ifeq ($(TARGETS),mica2)
>>     CFLAGS += -I$(DELUGE_EXTRA)/mica2 -I$(DELUGE_EXTRA)/micaz
>> -I$(DELUGE_EXTRA)/avr -I$(DELUGE_EXTRA)
>>     BOOTLOADER ?= $(TOSBOOT_DIR)/mica2/main.ihex
>>     AVR_FUSE_H ?= 0xda
>>   endif
>
> There is no file named bnp.extra. Maybe this is due to a deluge update?
>
> Great work figuring out how to add mica2 support in the first place, by
> the way!
>
> Cheers,
> Bb
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 04 Sep 2009 09:59:58 -0600
> From: Michael Schippling <[email protected]>
> Subject: Re: [Tinyos-help] libtoscomm.so loading problem
> To: Nicky <[email protected]>
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I would go look for doc on how ME handles JNI.
> "We" normally run the standard Java distributions
> so there could be major differences.
> MS
>
>
> Nicky wrote:
>>
>> Hi,
>>
>> I am trying to run the SerialForwarder class on the Croassbow, Stargate
>> Platform.
>> But when calling the System.loadLibrary("toscomm") fn within the
>> toscommloadder class,
>> an error arises... It can't find the toscomm library (libtoscomm.so).
>>
>> I have the .so located in:
>> the current directory,
>> the <jre>/lib/,
>> and the /usr/lib.
>>
>> I have also included these in the java.library.path
>>
>> I have cross-compiled libtoscomm.so on my host using the arm-linux-gcc,
>> and have compiled SerialForwarder.java and associated files for the cdc
>> embedded device.
>>
>> The error is caught and the message (t.getMessage) gives: "no
>> libtoscomm.so in java.library.path"
>> or just "/mnt/cf1/cdc/lib/libtoscomm.so" depending on how I call the
>> loadLibrary fn or the System.load(<abs_path>)
>> respectively.
>>
>> --------------------------------------------------------------
>> Could the problem be related to the java version I'm running...
>>
>> java -version "J2ME Foundation 1.0.1"
>> Java(TM) 2, Micro Edition (build 1.0.1-std-b12)
>> CVM (build 1.0.1-std-b12, interpreter loop)
>> ---------------------------------------------------------------
>>
>> Any feedback would be extremley appreciated.
>>
>> --
>> Regards
>> Nick
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 04 Sep 2009 18:34:50 +0200
> From: [email protected]
> Subject: Re: [Tinyos-help] ERROR: Timeout. Is the node a Deluge T2
>       base station?
> To: [email protected]
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
>> > The [1] is deprecated. The latest version is here:
>> >    http://docs.tinyos.net/index.php/Deluge_T2
>
> There seems to have been more change since the burn script now (latest CVS
> version) needs the target platform as a last parameter:
>
> ./burn mib510,/dev/ttyS2 serial@/dev/ttyS2:57600 *micaz*
>
> Also my version of tinyos/deluge still needs another syntax:
> $ ./burn
> Usage: ./burn <port> [<comm_port>] <platform>
>   <port>       /dev/ttyUSB0
>   <comm_port>  /dev/ttyUSB1
>   <platform>   micaz, telosb or iris
>
> Just setting /dev/ttyS${x+1} doesn't work. The same goes for /dev/ttyS${x}:
>
> [...]
> /usr/local/bin/tos-deluge serial@/dev/ttyS${2|3}:57600 micaz -i 1
> build/micaz/tos_image.xml
> ERROR: Unable to initialize serial port connection to
> serial@/dev/ttyS2:57600
>
> The example suggests port and comm_port shouldn't be equal. What's the
> difference between port and comm_port?
>
>
> Using the most recent TinyOS CVS version (on a clean install as described at
> [1]) hangs while trying to check if the node is a Deluge T2 base station:
>
> Flushing the serial port..
> Checking if node is a Deluge T2 base station ...
>
> I left it this way for half an hour with no visible change. The mote itself
> keeps blinking red from the previous step.
>
>> I see. Thank you for making that clear.
>> I get all kinds of errors trying to install tosboot by hand but since
>> there is no need to do that that should not bother me, right?
>
> Still curious about that one.
>
>> I am, however, curious as to why the 'old' syntax did work for me.
>
> Silly me - using the old version might have that effect...
>
> Is there any more (up-to-date) documentation out there apart from that
> 'Deluge T2' tutorial link? Basically I'm interested in anything that might
> help getting a mica2 to work with deluge T2.
>
>
> Thank you!
>
> Cheers,
> Bb
>
> [1] http://docs.tinyos.net/index.php/Installing_TinyOS_2.1
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 04 Sep 2009 18:36:45 +0200
> From: [email protected]
> Subject: Re: [Tinyos-help] make deluge support mica2
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> While looking into getting mica2 to work with deluge, I was wondering if
> there might be another way - are there any other tools available that
> support over-the-air-programming of a mica2 mote using tinyos-2.x?
> I know of several protocols (mnp, stream and zephyr) but I've been unable to
> find anything other than papers.
> Moteworks advertises this particular feature, but I'm uncertain whether
> applications developed for tinyOS-2.x will work there without conflicts?
> If so, is there a way to use this capability in a script (compile code,
> upload it on a base, transmit it to other nodes) like one could with deluge?
>
> Greetings,
> Bb
> --
> GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 4 Sep 2009 11:41:58 -0700
> From: Tao Liu <[email protected]>
> Subject: [Tinyos-help] MultihopLQI - adjustLQI problem
> To: [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> Hi all,
>
> I am studying the source code of MultihopLQI, a multihop routing
> protocol in TinyOS 2.1.0 (tos/lib/net/lqi). In its routing engine
> (LqiRoutingEngineP.nc), the LQI value of beacon messages are adjusted
> using the following function:
>
>
> ? uint16_t adjustLQI(uint8_t val) {
> ??? uint16_t result = (80 - (val - 50));
> ??? result = (((result * result) >> 3) * result) >> 3;
> ??? return result;
> ? }
>
> The adjusted LQI value is used as the "cost" from current node to the
> neighboring node from which the beacon message is sent.
>
> I don't understand the reason of the adjustment. Could some one give
> me some pointer about why the LQI value has to be adjusted before use?
>
> Thanks,
>
> Tao
>
>
>
> ------------------------------
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> End of Tinyos-help Digest, Vol 77, Issue 14
> *******************************************
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to