[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla/plugins GroupCommChatPlugin.java, 1.1, 1.2

Chien-Liang Fok chien-liang at users.sourceforge.net
Tue Sep 26 20:44:32 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla/plugins
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27017/edu/wustl/mobilab/agilla/plugins

Modified Files:
	GroupCommChatPlugin.java 
Log Message:
Modified BasicOpcodes to include bcast and forced_uart


Index: GroupCommChatPlugin.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla/plugins/GroupCommChatPlugin.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GroupCommChatPlugin.java	20 Sep 2006 14:16:45 -0000	1.1
--- GroupCommChatPlugin.java	27 Sep 2006 03:44:30 -0000	1.2
***************
*** 89,92 ****
--- 89,97 ----
  		injector.getTS().registerReaction(chatMsgRxn, this);
  		
+ 		/*
+ 		 * Modify code to inject member code to the attached mote
+ 		 * need to find out the local address of the mote
+ 		 * */
+ 		
  		frame = new JFrame();
  		frame.setTitle("Chat - " + name);



More information about the Tinyos-contrib-commits mailing list