[Tinyos-commits] CVS: tinyos-1.x/tools/python/apps PytosShell.py,
1.2, 1.3
Kamin Whitehouse
kaminw at users.sourceforge.net
Wed Oct 26 20:08:59 PDT 2005
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tools/python/pytos/util
MessageFilter.py, 1.1, 1.2 MessageSnooper.py, 1.1,
1.2 NescApp.py, 1.2, 1.3 RoutingMessages.py, 1.2, 1.3
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
scheme.txt, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tools/python/apps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9446/tools/python/apps
Modified Files:
PytosShell.py
Log Message:
the default connection for Pytos should be multi-hop, not local only
Index: PytosShell.py
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/python/apps/PytosShell.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PytosShell.py 28 Sep 2005 06:57:12 -0000 1.2
--- PytosShell.py 27 Oct 2005 03:08:57 -0000 1.3
***************
*** 55,58 ****
args = ParseArgs.ParseArgs(sys.argv)
! app = NescApp.NescApp(args.buildDir, args.motecom, tosbase=True, localCommOnly=True)
--- 55,58 ----
args = ParseArgs.ParseArgs(sys.argv)
! app = NescApp.NescApp(args.buildDir, args.motecom, tosbase=True, localCommOnly=False)
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tools/python/pytos/util
MessageFilter.py, 1.1, 1.2 MessageSnooper.py, 1.1,
1.2 NescApp.py, 1.2, 1.3 RoutingMessages.py, 1.2, 1.3
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
scheme.txt, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list