Re: [Tinyos-help] Problem with Make mica2 in a new application

2007-08-21 Thread Itamar Amsili
(); } } } } - Original Message - From: Kevin Klues [EMAIL PROTECTED] Date: Monday, August 20, 2007 23:38 Subject: Re: [Tinyos-help] Problem with Make mica2 in a new application To: Itamar Amsili [EMAIL PROTECTED] Cc: tinyos-help@millennium.berkeley.edu Ithout seeing

[Tinyos-help] Problem with Make mica2 in a new application

2007-08-20 Thread Itamar Amsili
Hi all, I'm trying to implement a new application i wrote, but while building the code with make mica2 i'm getting an error message i can't solve: In file included from AddressAllocationAppC.nc:13: In component `AddressAllocationC': AddressAllocationC.nc: In function `Receive.receive':

Re: [Tinyos-help] Application of dynamic address allocation

2007-08-18 Thread Itamar Amsili
- Original Message - From: R. Steve McKown [EMAIL PROTECTED] Date: Thursday, August 16, 2007 3:28 Subject: Re: [Tinyos-help] Application of dynamic address allocation To: tinyos-help@millennium.berkeley.edu Cc: Itamar Amsili [EMAIL PROTECTED], Jacob Sorber [EMAIL PROTECTED] On Sunday 12 August

Re: [Tinyos-help] Application of dynamic address allocation

2007-08-12 Thread Itamar Amsili
Subject: Re: [Tinyos-help] Application of dynamic address allocation To: Itamar Amsili [EMAIL PROTECTED] Cc: tinyos-help@millennium.berkeley.edu Are you looking for a full dhcp-style application or do you want to know how to change the mote's address? Changing the mote's address should

[Tinyos-help] Application of dynamic address allocation

2007-08-11 Thread Itamar Amsili
Hi all, I need to implemet an application of allocating an address to a mote in a dynamic way, i.e. after the mote is waking up, it's searching for a network to join, if finding one- the network gives it an address, and if not- allocating to itself an address. Is anyone has an idea or example or

[Tinyos-help] Packet Structure

2007-05-21 Thread Itamar Amsili
Hi, When i send a packet from mote A to mote B, what is the packet structure i use ? What kind of fields do i have ? Where can i find the information about it? Thanks alot Itamar‎ ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component

2007-05-21 Thread Itamar Amsili
Hi, I need to allocate a new address to a new mote who joined the network, (or maybe change a mote's ID from 1 to 2). I want to do the allocation inside the program (dymanic), and i think i need to use the ActiveMessageAddressC component. Do i need to use the ActiveMessageAddressC ? and how to

Re: RE: [Tinyos-help] Packet Structure

2007-05-21 Thread Itamar Amsili
Message - From: Oussama Chougna [EMAIL PROTECTED] Date: Monday, May 21, 2007 15:50 Subject: RE: [Tinyos-help] Packet Structure To: 'Itamar Amsili' [EMAIL PROTECTED], tinyos-help@Millennium.Berkeley.EDU Hi Itamar, Search for the Am.h header file in your TinyOS distribution tree

[Tinyos-help] The different between the TOS_NODE_ID and the AM address

2007-05-21 Thread Itamar Amsili
Hi, What is the different between the TOS_NODE_ID and the AM address? I know that their default is the same. If i want to change the mote's ID, which one of them do i use? Thanks Itamar‎ ___ Tinyos-help mailing list

Re: [Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component

2007-05-21 Thread Itamar Amsili
. for you help i'll be grateful Itamar - Original Message - From: Steve McKown [EMAIL PROTECTED] Date: Monday, May 21, 2007 23:33 Subject: Re: [Tinyos-help] Allocating address to a mote using the ActiveMessageAddressC component To: tinyos-help@millennium.berkeley.edu Cc: Itamar Amsili [EMAIL

[Tinyos-help] how do i aloocate memory for a two dimension array

2007-05-16 Thread Itamar Amsili
Hello all, We are using mica2 and mts300 sensor boards and we have a problem using functions like memset and memcpy. We are using tinyos 2.x and we wanted to know is there any way of doing that?Do we need to include a specific header file? any help will be much appreciated. thanks in advance,

Re: [Tinyos-help] tinyos 2 - MTS300 temperature and light values

2007-04-23 Thread Itamar Amsili
: [Tinyos-help] tinyos 2 - MTS300 temperature and light values To: Itamar Amsili [EMAIL PROTECTED] Cc: tinyos-help@Millennium.Berkeley.EDU The LSB shouldn't be all zeros, perhaps you are thinking of the byte ordering. If you are receiving a message stream on a PC the Low Byte will come first

[Tinyos-help] Sensing Light Or Temp in TinyOs 2.0 Mica2 Motes

2007-04-17 Thread Itamar amsili
Hi I am trying to activate My mts300 Sensor Board for the Mica2 motes, I downloaded the TempC. PhotoC etc. code from the Sourceforge CVS libraries and used the Sense application from lesson 5, with changing the DemoSensorC: generic configuration DemoSensorC() { provides interface