[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla
Agilla.nc, 1.25, 1.26 AgillaOpcodes.h, 1.18,
1.19 Example Makefile.Agilla, 1.36, 1.37
Chien-Liang Fok
chien-liang at users.sourceforge.net
Thu May 25 19:58:22 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla
Injector.java, 1.6, 1.7 AgentInjector.java, 1.17,
1.18 AgillaProperties.java, 1.9, 1.10 LocationManager.java,
1.23, NONE
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
NeighborListC.nc, 1.14, 1.15 NeighborListM.nc, 1.29,
1.30 ClusteringI.nc, 1.6, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29615/contrib/wustl/apps/Agilla
Modified Files:
Agilla.nc AgillaOpcodes.h Example Makefile.Agilla
Log Message:
Removed clustering components.
Index: Agilla.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/Agilla.nc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Agilla.nc 19 May 2006 20:15:02 -0000 1.25
--- Agilla.nc 26 May 2006 02:58:20 -0000 1.26
***************
*** 1,569 ****
! // $Id$
!
! /* Agilla - A middleware for wireless sensor networks.
! * Copyright (C) 2004, Washington University in Saint Louis
! * By Chien-Liang Fok.
! *
! * Washington University states that Agilla is free software;
! * you can redistribute it and/or modify it under the terms of
! * the current version of the GNU Lesser General Public License
! * as published by the Free Software Foundation.
[...1089 lines suppressed...]
! AgillaEngineC.ExtendedISA1[IOPesetvar+46] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+47] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+48] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+49] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+50] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+51] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+52] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+53] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+54] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+55] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+56] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+57] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+58] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+59] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+60] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+61] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+62] -> OPegetsetvar6;
! AgillaEngineC.ExtendedISA1[IOPesetvar+63] -> OPegetsetvar6;
! }
!
Index: AgillaOpcodes.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/AgillaOpcodes.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** AgillaOpcodes.h 18 May 2006 19:58:40 -0000 1.18
--- AgillaOpcodes.h 26 May 2006 02:58:20 -0000 1.19
***************
*** 237,245 ****
IOPsub = 0x0a,
- IOPgetAgents = 0x10,
- IOPgetLocation = 0x11,
- IOPgetNumAgents = 0x12,
- IOPgetClosestAgent = 0x13,
-
IOPtoAgentID = 0x14,
--- 237,240 ----
Index: Example Makefile.Agilla
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/Example Makefile.Agilla,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Example Makefile.Agilla 23 May 2006 21:05:59 -0000 1.36
--- Example Makefile.Agilla 26 May 2006 02:58:20 -0000 1.37
***************
*** 32,36 ****
-DENABLE_NEIGHBOR_LIST_FILTER=0 \
-DENABLE_GRID_ROUTING=0 \
- -DENABLE_CLUSTERING=0 \
-DENABLE_EXP_LOGGING=0 \
-DOMIT_AGENT_SENDER=0 \
--- 32,35 ----
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla
Injector.java, 1.6, 1.7 AgentInjector.java, 1.17,
1.18 AgillaProperties.java, 1.9, 1.10 LocationManager.java,
1.23, NONE
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
NeighborListC.nc, 1.14, 1.15 NeighborListM.nc, 1.29,
1.30 ClusteringI.nc, 1.6, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list