[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
NeighborListM.nc, 1.31.2.2, 1.31.2.3
Chien-Liang Fok
chien-liang at users.sourceforge.net
Mon Nov 20 16:27:42 PST 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components
AddressMgrM.nc, 1.11.2.1, 1.11.2.2 AgentMgrC.nc, 1.12,
1.12.2.1 AgentMgrM.nc, 1.30, 1.30.2.1 AgillaEngineM.nc, 1.14,
1.14.2.1 LocationUtils.nc, 1.3.2.2, 1.3.2.3 ResetMgrM.nc, 1.9,
1.9.2.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla
AgentInjector.java, 1.22.2.2, 1.22.2.3 AgillaProperties.java,
1.11.2.1, 1.11.2.2 PromiscuousListener.java, 1.5.2.1, 1.5.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10912
Modified Files:
Tag: GroupComm
NeighborListM.nc
Log Message:
Supports proxy agent.
Index: NeighborListM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery/NeighborListM.nc,v
retrieving revision 1.31.2.2
retrieving revision 1.31.2.3
diff -C2 -d -r1.31.2.2 -r1.31.2.3
*** NeighborListM.nc 15 Nov 2006 09:40:13 -0000 1.31.2.2
--- NeighborListM.nc 21 Nov 2006 00:27:40 -0000 1.31.2.3
***************
*** 521,525 ****
for (i = 0; i < numNbrs; i++)
{
! if(nbrs[i].hopsToGW < closest)
{
*addr = nbrs[i].addr;
--- 521,527 ----
for (i = 0; i < numNbrs; i++)
{
! AgillaLocation nbrLoc;
! call LocationMgrI.getLocation(nbrs[i].addr, &nbrLoc);
! if(!call LocationUtilI.isProxy(&nbrLoc) && nbrs[i].hopsToGW < closest) // proxies may never be gateways
{
*addr = nbrs[i].addr;
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components
AddressMgrM.nc, 1.11.2.1, 1.11.2.2 AgentMgrC.nc, 1.12,
1.12.2.1 AgentMgrM.nc, 1.30, 1.30.2.1 AgillaEngineM.nc, 1.14,
1.14.2.1 LocationUtils.nc, 1.3.2.2, 1.3.2.3 ResetMgrM.nc, 1.9,
1.9.2.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla
AgentInjector.java, 1.22.2.2, 1.22.2.3 AgillaProperties.java,
1.11.2.1, 1.11.2.2 PromiscuousListener.java, 1.5.2.1, 1.5.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list