[Tinyos-commits] CVS: tinyos-1.x/tools/java/net/tinyos/packet Platform.java, 1.5, 1.6

Jonathan Hui jwhui at users.sourceforge.net
Fri Aug 5 08:08:52 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/packet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9735

Modified Files:
	Platform.java 
Log Message:
- Defaulting micaz packet to avrmote. I have no idea how it was
working in the first place, but micaz UART packets are translated
between CC2420 and avrmote packets on the mote side. So, packets on
serial port should be in avrmote format.



Index: Platform.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/packet/Platform.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Platform.java	22 Feb 2005 01:25:19 -0000	1.5
--- Platform.java	5 Aug 2005 15:08:50 -0000	1.6
***************
*** 68,72 ****
  	    p.setProperty("telos","telos,2,57600");
  	    p.setProperty("tmote","telos,2,57600");
! 	    p.setProperty("micaz","micaz,3,57600");
  	    p.setProperty("eyes","eyes,4,19200");
  	    if (propsSpecified) {
--- 68,72 ----
  	    p.setProperty("telos","telos,2,57600");
  	    p.setProperty("tmote","telos,2,57600");
! 	    p.setProperty("micaz","avrmote,3,57600");
  	    p.setProperty("eyes","eyes,4,19200");
  	    if (propsSpecified) {



More information about the Tinyos-commits mailing list