[Tinyos-help] (no subject)

2012-01-19 Thread Amin Amin
Use dbg in your program and read Tossim tutorial for simulate it ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MAC layer

2012-01-18 Thread Amin Amin
How i can change an field value of message structure in MAC layer? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] interface TimerTMilli

2012-01-07 Thread Amin Amin
Hi, In interface Timer, the command Timer.startPeriodic(uint32_t dt), what does dt mean? e.g: Timer.startPeriodic(2), 2 microsecond or 2/1024 microsecond or what.. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Timestampnig Sender and Receiver

2011-10-30 Thread Amin Amin
Hi all, Can anyone help me, how i can timestamping the sender with transmission time (t) and receiver with reception time (t') of an message, when: t' = t + d d:end-to-end delay ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Timestampnig Sender and Receiver

2011-10-30 Thread Amin Amin
Hi, I can use interface LocalTime for example, but i need timestamping MAC layer for more precision. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Problem: TimeSyncPacket and TimeSyncAMSend interfaces

2011-10-27 Thread Amin Amin
Hi, I used Avrora simulator, but the message not sent. Can anyone help me please. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Problem: TimeSyncPacket and TimeSyncAMSend interfaces

2011-10-26 Thread Amin Amin
Hi all, I used TimeSyncPacket and TimeSyncAMSend interfaces in my module, and wiring in configuration with TimeSyncMessageC component like this: MyConfigurationC.SendPairSyncMsg - TimeSyncMessageC.TimeSyncAMSendMilli[id]; //id=138 in my header file pbsC.TimeSyncPacket - TimeSyncMessageC; When

Re: [Tinyos-help] message struct and send ack problem

2011-10-25 Thread Amin Amin
PPGI - UFRJ Rio de Janeiro, RJ, Brazil http://www.labnet.nce.ufrj.br The first step to getting the things you want out of life is this : decide what you want, Ben Stein On Mon, Oct 24, 2011 at 8:18 AM, Amin Amin aminbo...@gmail.com wrote: Hi, I have changed variable TOS_DATA_LENGHT

Re: [Tinyos-help] message struct and send ack problem

2011-10-25 Thread Amin Amin
Hi, The same problem. The default size of data is 28 bytes, when i use a value superior than this value, the problem appears. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] message struct and send ack problem

2011-10-24 Thread Amin Amin
Hi, I have changed variable TOS_DATA_LENGHT dans Makefile, but the problem is same. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] message structure

2011-10-22 Thread Amin Amin
Hi all, I have message would sended this structure as follow: typedef struct nx_msg { nx_uint8_t x[N]; nx_uint8_t y[N]; } pub_key_msg; The problem is the message not sended, but when use one array he is sended as follow: typedef struct nx_msg { nx_uint8_t x[N]; } pub_key_msg; More,

[Tinyos-help] message struct and send ack problem

2011-10-22 Thread Amin Amin
Hi all, I kindly ask you to help me with the following problem: 1) NODE A: send an message to node B ---pair_msg 2) NODE B: after receiving answer from A, must send Ack message to node B.---ack-msg The messages structure are: typedef nx_struct pair_msg { nx_uint16_t src_add_msg;

[Tinyos-help] TOSSIM: dBm, noise and topology

2011-10-15 Thread Amin Amin
Hi all, I worked with Tinyo 2.x, and i would use TOSSIM for simulate my application. So, i used this titurial: http://docs.tinyos.net/tinywiki/index.php/TOSSIM, but i not understand whatdoes men: dBm and noise And for topology: 12-54? ___

[Tinyos-help] DEBUG in TOSSIM

2011-10-09 Thread Amin Amin
Hi all, For debugging in TOSSIM, the message printed is: Example: DEBUG (32): Application booted. How i can print only: Application booted. without DEBUG (32): ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] how i can use matlab in tinyos 2.x

2011-10-03 Thread Amin Amin
network to the Matlab-PC? By serial port (USB), by a gateway... ¿? This Matlab toolbox is used to read/write through an IP connection. --- José A. Tarifa Galisteo Telecommunication Engineer University of Seville email [7] Website [8] On Sun, 2 Oct 2011 22:52:36 +0100, Amin Amin wrote

Re: [Tinyos-help] how i can use matlab in tinyos 2.x

2011-10-02 Thread Amin Amin
/mediawiki/index.php/Wireless_Process_Control#Implementation_2:_MATLAB.2FSimulink.2C_M_S-Functions.2C_pnet --- José A. Tarifa Galisteo Telecommunication Engineer University of Seville email [3] Website [4] On Fri, 30 Sep 2011 17:53:46 +0100, Amin Amin wrote: Hi all, Can anyone help me

[Tinyos-help] how i can use matlab in tinyos 2.x

2011-09-30 Thread Amin Amin
Hi all, Can anyone help me how i can use matlab in tinyo 2.x for draw automatically the graphs during the simulation. Please help me, i waiting for the answer. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] make micaz vs make micaz sim

2011-09-09 Thread Amin Amin
Hi all, I can compile my application successfully with make micaz, But i have error with make micaz sim. So, what does mean, and what is the difference. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] error: no match

2011-09-04 Thread Amin Amin
Hi all, I work in time synchronization with tinyos 2.1.0, so: I need to time-stamping (in MAClayer) the send and receive of message.How i can realize it. I used PacketTimeStamp interface for timestamping the send and receive message such as: the file of module is: configuration AppP { uses

[Tinyos-help] TOSSIM

2011-09-04 Thread Amin Amin
Hi all, Can any one show me how i can simulate an application in TOS2, establish results and graph of an application. Please help me. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] PacketTimeStamp ERROR

2011-08-27 Thread Amin Amin
Hi, I used PacketTimeStamp interface for timestamping the send and receive message. So, the file of configuration is AppC and the module is AppP sach as follow: - configuration AppP { uses interface TimeSyncPacketprecision_tag,uint32_t; } implementation

[Tinyos-help] PacketTimeStamp ERROR

2011-08-26 Thread Amin Amin
Hi, I used PacketTimeStamp interface and wiring to ActiveMessageC as follow: AppC.PacketTimeStampMilli - ActiveMessageC; when I issue a 'make micaz sim' command, I got error messages such as follows: In component `AppC': AppC.nc:33: no match make: *** [sim-exe] Error 1 Am in badly need for

[Tinyos-help] error asm

2011-08-19 Thread Amin Amin
Hi all, I used a library which contains a code of asm (assembler) in tinyos 2.1.0. When i try to make simulation by 'make micaz sim', i have this error: error:unknow register name 'r' in 'asm' Am in badly need for help, can any one help me please. Thanks in advance.

[Tinyos-help] error:unknow register name 'r' in 'asm'

2011-08-16 Thread Amin Amin
Hi, I used a bibliography which contains a code of assembler. When i launch simulation command i get this error: error: unknow register name 'r' in 'asm' can anyone help me for this error. Plase help me. Thanks in advance. ___ Tinyos-help mailing

[Tinyos-help] (no subject)

2011-08-15 Thread Amin Amin
aminbo...@gmail.com ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Help for simulation in tinyos.2.x

2011-08-15 Thread Amin Amin
Hi, Can any one help me for simulation in tinyos 2.x. I can't simule an application. Please help me, Thanks in advance. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu