[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep119.txt,1.14,1.15
Omprakash Gnawali
gnawali at users.sourceforge.net
Wed Aug 20 22:11:49 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14732
Modified Files:
tep119.txt
Log Message:
some more fixes based on discussions
Index: tep119.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep119.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** tep119.txt 19 Aug 2008 03:56:24 -0000 1.14
--- tep119.txt 21 Aug 2008 05:11:47 -0000 1.15
***************
*** 85,92 ****
====================================================================
! A node can perform four different roles in collection: sender,
! snooper, in-network processor, and receiver/root. Depending on their
! role, the nodes use different interfaces to interact with the
! collection component.
The collection infrastructure can be multiplexed among independent
--- 85,92 ----
====================================================================
! A node can perform four different roles in collection: sender (or
! source), snooper, in-network processor, and receiver (or
! root). Depending on their role, the nodes use different interfaces to
! interact with the collection component.
The collection infrastructure can be multiplexed among independent
***************
*** 194,198 ****
ColletionC MUST NOT signal Receive.receive on non-root
! nodes. CollectionC MAY signal Receive.receive on a root node when a
data packet successfully arrives at that node. If a root node calls
Send, CollectionC MUST treat it as it if were a received packet. Note
--- 194,198 ----
ColletionC MUST NOT signal Receive.receive on non-root
! nodes. CollectionC MUST signal Receive.receive on a root node when a
data packet successfully arrives at that node. If a root node calls
Send, CollectionC MUST treat it as it if were a received packet. Note
***************
*** 202,209 ****
If CollectionC receives a data packet to forward and it is not a root
! node, it MAY signal Intercept.forward.
!
! If CollectionC receives a data packet that a different node
! is supposed to forward, it MAY signal Snoop.receive.
RootControl allows a node to be made a collection tree root.
--- 202,210 ----
If CollectionC receives a data packet to forward and it is not a root
! node, it MAY signal Intercept.forward. CollectionC MAY signal
! Snoop.receive when it hears a packet which a different node is
! supposed to forward. For any given packet it receives, CollectionC
! MUST NOT signal more than one of the Snoop.receive and
! Intercept.forward events.
RootControl allows a node to be made a collection tree root.
More information about the Tinyos-2-commits
mailing list