RE: [Tinyos-help] AF_UNIX

2006-05-21 Thread pradeep.ramakrishna
Does it mean if socket is opened with the domain AF_UNIX its for IPC within the same machine.../??and if AF_INET across machine -Original Message- From: Michael Schippling [mailto:[EMAIL PROTECTED] Sent: Saturday, May 20, 2006 1:37 AM To: Pradeep T Ramakrishna (WT01 - Broadband Networ

[Tinyos-help] AF_UNIX

2006-05-19 Thread pradeep.ramakrishna
Hi , In sockets  we say that the domain types are like AF_INET and AF_UNIX, the first is used for the Internet and the second one for the UNIX IPC,does it mean that to AF_UNIX domain is used to communicate with the process running in the same machine if yes during what secnarios do we us

RE: [Tinyos-help] RE: Welcome to the "Tinyos-help" mailing list (Digest mode)

2006-05-18 Thread pradeep.ramakrishna
Hi Aditya,    I have even seen the code from where the board or the processor starts exceuting its very first instruction when i was debugging the code,, it starts from the  0th address but due to aliasing it then refers to the base address of the prom to which u would have burnt the

[Tinyos-help] RE: Welcome to the "Tinyos-help" mailing list (Digest mode)

2006-05-18 Thread pradeep.ramakrishna
Hi , In the reset vector address we place the instruction branch or jump and even the address to where we have to jump or branch but the address itself is 32 bits...? How is it that we are able to accommodate the 32 bits address and even the instruction in the 32 bits space Thanks and Reg