[Tinyos-help] Question about Z-monitor.

2010-09-02 Thread hwajeong seo
Hi My name is Hwajeong. In this week, I installed the z-monitor. Java monitoring program was well worked but tknsniffer made problem when I conducted the "make" Below is error messages which describe the situation. info...@infosec-desktop:~/zmonitor-allineone-1.0/tinyos/tknsniffer$ make tmote M

Re: [Tinyos-help] error: undefined reference to "library function name"

2010-09-02 Thread Gaurav Agrawal
I tried making changes. What i did was like previously my header file name, the folder in which i created the library files, the function name all were the same "printdbg" so i changed the function name to just "print". i made the changes in the header file where i defined the function prototype an

[Tinyos-help] error: undefined reference to "library function name"

2010-09-02 Thread Gaurav Agrawal
Dear friends, I am using tinyos 2.1. i was trying to create a library for sending debug messages on the UART just like the available printf library. I followed the printf tutorial. i created a folder in /home/P09/tinyos-2.x/tos/lib/printdbg/ and created the files for sending messages to the UART

[Tinyos-help] Ieee154Packet.source called asynchronously from CC2420Receive.receive

2010-09-02 Thread TheMrOrange
Hi all, I get a warning when I call I cal "Ieee154Packet.source" from the event "CC2420Receive.receive" "Ieee154Packet.source' called asynchronously from `CC2420Receive.receive" Could you suggest me how to properly get source and destination from a message received by CC2420? Many tha

[Tinyos-help] How to generate synrchronous counter?

2010-09-02 Thread Haripriya priya
Hi I need a sender-receiver pair... that pair should maintain a synchronous counter.. How it can be done ?? In IEEE paper for LLSP its given that FRS can be used to generate synchronous counter ... What does FRS mean?? -- Regards, S.Haripriya ___

[Tinyos-help] TestFtsp with Microsecond Resolution

2010-09-02 Thread JC de Dios
Hello, I'm playing around with the TestFtsp application with MicaZ platform, and tested both milli and 32k versions. I would like to know if it possible to use the microsecond resolution so I can get the time sync error exactly as much as possible. I found out that CC2420TimeSyncMessageC component