[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/rincon/tools/java/com/rincon/blackbook
Commands.java, 1.1, 1.2 Commands.class, 1.1,
1.2 BlackbookConnect.java, 1.1, 1.2
dmm
rincon at users.sourceforge.net
Tue Jun 6 09:50:33 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/rincon/tools/com/rincon/comports
ComPorts.class, 1.2, NONE ComPorts.class, 1.2,
NONE ComPorts.java, 1.2, NONE readme.txt, 1.2,
NONE win32com.dll, 1.2, NONE
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/rincon/tools/com/rincon/jdebug/receiver
JDebugReceiver.java, 1.2, NONE JDebugEvents.class, 1.2,
NONE JDebugReceiver.class, 1.2, NONE JDebugEvents.java, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/rincon/tools/java/com/rincon/blackbook
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28804/contrib/rincon/tools/java/com/rincon/blackbook
Modified Files:
Commands.java Commands.class BlackbookConnect.java
Log Message:
Updated Blackbook to v.5.1, fixed many bugs and increased reliability
Index: Commands.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/tools/java/com/rincon/blackbook/Commands.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Commands.java 20 Apr 2006 23:02:52 -0000 1.1
--- Commands.java 6 Jun 2006 16:50:30 -0000 1.2
***************
*** 67,70 ****
--- 67,71 ----
public static final short CMD_BDICTIONARY_NEXTKEY = 45;
public static final short CMD_BDICTIONARY_FIRSTKEY = 46;
+ public static final short CMD_BDICTIONARY_ISDICTIONARY = 47;
public static final short ERROR_BFILEWRITE_OPEN = 100;
***************
*** 100,104 ****
public static final short ERROR_BDICTIONARY_NEXTKEY = 145;
public static final short ERROR_BDICTIONARY_FIRSTKEY = 146;
!
public static final short REPLY_BFILEWRITE_OPEN = 200;
--- 101,105 ----
public static final short ERROR_BDICTIONARY_NEXTKEY = 145;
public static final short ERROR_BDICTIONARY_FIRSTKEY = 146;
! public static final short ERROR_BDICTIONARY_ISDICTIONARY = 147;
public static final short REPLY_BFILEWRITE_OPEN = 200;
***************
*** 133,137 ****
public static final short REPLY_BDICTIONARY_NEXTKEY = 245;
public static final short REPLY_BDICTIONARY_FIRSTKEY = 246;
!
public static final short REPLY_BOOT = 250;
public static final short REPLY_BCLEAN_ERASING = 251;
--- 134,139 ----
public static final short REPLY_BDICTIONARY_NEXTKEY = 245;
public static final short REPLY_BDICTIONARY_FIRSTKEY = 246;
! public static final short REPLY_BDICTIONARY_ISDICTIONARY = 247;
!
public static final short REPLY_BOOT = 250;
public static final short REPLY_BCLEAN_ERASING = 251;
Index: Commands.class
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/tools/java/com/rincon/blackbook/Commands.class,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsm66hv4 and /tmp/cvsUG4ZTG differ
Index: BlackbookConnect.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/tools/java/com/rincon/blackbook/BlackbookConnect.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BlackbookConnect.java 20 Apr 2006 23:02:52 -0000 1.1
--- BlackbookConnect.java 6 Jun 2006 16:50:31 -0000 1.2
***************
*** 1,3 ****
! package com.rincon.blackbook;
/*
--- 1,3 ----
! package com.rincon.blackbook;
/*
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/rincon/tools/com/rincon/comports
ComPorts.class, 1.2, NONE ComPorts.class, 1.2,
NONE ComPorts.java, 1.2, NONE readme.txt, 1.2,
NONE win32com.dll, 1.2, NONE
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/rincon/tools/com/rincon/jdebug/receiver
JDebugReceiver.java, 1.2, NONE JDebugEvents.class, 1.2,
NONE JDebugReceiver.class, 1.2, NONE JDebugEvents.java, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list