[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


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)
  



More information about the Tinyos-commits mailing list