[Tinyos-help] Help with Python and Tossim

2011-05-30 Thread Rizwan Mumtaz
hello dear members, I recently installed tinyos 2.1.1. The pythong version I have is 2.6.5. After installation I changed Pythong version from 2.5 to 2.6 in sim.extra file in .../support/make. But now when I compile TestNetworkLpl application I get the following error. Can anybody help me how t

[Tinyos-help] Entra nella mia rete su LinkedIn

2011-05-30 Thread yamina khenfouci tramite LinkedIn
LinkedIn yamina khenfouci ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Vorrei aggiungerti alla mia rete professionale su LinkedIn. Accetta l'invito di yamina khenfouci http://www.linkedin.com/e/56ej33-gobkl0w6-6t/Xe

[Tinyos-help] Entra nella mia rete su LinkedIn

2011-05-30 Thread Tuan Ta tramite LinkedIn
LinkedIn Tuan Ta ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Vorrei aggiungerti alla mia rete professionale su LinkedIn. Accetta l'invito di Tuan Ta http://www.linkedin.com/e/-528s01-gobmnccq-1e/DQCGT3GB9z4raacyxHE

[Tinyos-help] Global values

2011-05-30 Thread Xavi Colomer
Hi! I have a problem with a value I will modify during my alghoritm. I initialize the value at first of implementation like this: uint16_t ibit_mask=0x; Then, I receive a packet with a new value of ibit_mask and I take that with this interface: event TOS_MsgPtr ReceiveIbit.receive(TOS_MsgPtr m

Re: [Tinyos-help] Global values

2011-05-30 Thread Eric Decker
On Mon, May 30, 2011 at 2:45 PM, Xavi Colomer wrote: > Hi! > I have a problem with a value I will modify during my alghoritm. I > initialize the value at first of implementation like this: uint16_t > ibit_mask=0x; > > Then, I receive a packet with a new value of ibit_mask and I take that with