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

[Tinyos-help] AF_UNIX

2006-05-19 Thread pradeep.ramakrishna
Hi , In socketswe 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 use

[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