[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/rout
README, 1.1, 1.2 out.ma, 1.1, 1.2 rout.ma, 1.1, 1.2
Chien-Liang Fok
chien-liang at users.sourceforge.net
Thu May 18 14:13:31 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/TupleSpace
In.ma, 1.1, 1.2 Out.ma, 1.1, 1.2 README, 1.1, 1.2 Read.ma, 1.1, 1.2
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests
GetAgentLoc.ma, 1.3, 1.4 GetLoc.ma, 1.1, 1.2 README, 1.3,
1.4 TestHeap.ma, 1.1, 1.2 duplicate_rout.ma, 1.1,
1.2 hidAndLocToValue.ma, 1.1, 1.2 subtraction.ma, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/rout
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19324/contrib/wustl/apps/AgillaAgents/Tests/rout
Modified Files:
README out.ma rout.ma
Log Message:
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/rout/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 12 Feb 2006 07:17:54 -0000 1.1
--- README 18 May 2006 21:13:29 -0000 1.2
***************
*** 1,4 ****
! Tests the remote tuple space operation.
!
! Inject rout.ma onto nodes 0 and 1. Then inject out.ma onto either node.
out.ma will cause rout.ma to perform an rout between each other.
\ No newline at end of file
--- 1,4 ----
! Tests the remote tuple space operation.
!
! Inject rout.ma onto nodes 0 and 1. Then inject out.ma onto either node.
out.ma will cause rout.ma to perform an rout between each other.
\ No newline at end of file
Index: out.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/rout/out.ma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** out.ma 12 Feb 2006 07:17:54 -0000 1.1
--- out.ma 18 May 2006 21:13:29 -0000 1.2
***************
*** 1,4 ****
! pushc 1
! pushc 1
! out
halt
\ No newline at end of file
--- 1,4 ----
! pushc 1
! pushc 1
! out
halt
\ No newline at end of file
Index: rout.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/rout/rout.ma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rout.ma 12 Feb 2006 07:17:54 -0000 1.1
--- rout.ma 18 May 2006 21:13:29 -0000 1.2
***************
*** 1,27 ****
! BEGIN pushc 1
! pushc 1
! pushc RXN
! regrxn
! wait
!
! RXN remove // remove the tuple from the tuple space
! clear
! pushc DOROUT
! endrxn
!
! DOROUT pushc 25
! putled // toggle the red LED
! pushc 8
! sleep // sleep for 1 second
! pushc 1
! pushc 1 // push tuple [value:1] onto stack
! hid
! pushc 0
! ceq
! rjumpc ROUT1
! ROUT0 pushc 0
! rout // rout to mote 0
! wait
! ROUT1 pushc 1
! rout // rout to mote 1
wait
\ No newline at end of file
--- 1,27 ----
! BEGIN pushc 1
! pushc 1
! pushc RXN
! regrxn
! wait
!
! RXN remove // remove the tuple from the tuple space
! clear
! pushc DOROUT
! endrxn
!
! DOROUT pushc 25
! putled // toggle the red LED
! pushc 8
! sleep // sleep for 1 second
! pushc 1
! pushc 1 // push tuple [value:1] onto stack
! hid
! pushc 0
! ceq
! rjumpc ROUT1
! ROUT0 pushc 0
! rout // rout to mote 0
! wait
! ROUT1 pushc 1
! rout // rout to mote 1
wait
\ No newline at end of file
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/TupleSpace
In.ma, 1.1, 1.2 Out.ma, 1.1, 1.2 README, 1.1, 1.2 Read.ma, 1.1, 1.2
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests
GetAgentLoc.ma, 1.3, 1.4 GetLoc.ma, 1.1, 1.2 README, 1.3,
1.4 TestHeap.ma, 1.1, 1.2 duplicate_rout.ma, 1.1,
1.2 hidAndLocToValue.ma, 1.1, 1.2 subtraction.ma, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list