File Release Notes and Changelog
Release Name: 1.7
Notes:
Release Notes of BlueMGF 1.7.
BlueMGF releases two files: one for the binary (BlueMGF-bin.?.?.zip) and one for the source (BlueMGF-src.?.?.zip).
BINARY
The binary zip file is made up of a jar file, a jad file, a changelog file and these release notes.
You can test the framework, without creating any game: in this case you need to install the jad on your mobile or pc simulator.
If you want to create your own application which uses this framework, the jad file is not required.
SOURCE
The source zip file contains the following folders:
src: the java source files
lib: library files
docs: documentation files
It also contains the changelog file, the gpl license file and these release notes.
When you make your project with your IDE, be sure to:
- add the library files to the project build path
- configure the project so that the library files go into the deployed jar
Changes:
BlueMGF
Version 1.7 - 14 february 2007
- Added method BlueMIDlet.setServiceUUIDAsString()
- Added methods Utility.sendMessage() and Utility.readMessage() for L2CAP connections
- Added documentation
Version 1.6 - 22 january 2007
- Added licence statements in every source file
- Source code cleaned and translated into english
- Added licence file gpl.txt
- Changed project name to BlueMGF
- First release on sourceforge.net
Version 1.5 - 11 august 2006
- Found the cause of slowness of connection: implementation of SPP protocol on Nokia 6600 cannot stand many subsequent reads/writes!
- Added in the configuration form the parameter connection protocol (L2CAP o SPP).
- Added in the configuration form the parameter waitBeforeReceiveData (Extra Latency).
- The right default log level is now set in the configuration form
Version 1.4 - 10 august 2006
- Client now try three times to open a connection, if there are problems
- Added configuration form to change the log level
- Added control to avoid adding a device, if already added
- Added control to avoid adding the same service on the same device
Version 1.3 - 7 august 2006
- Better management of the choice buttons
- Added the log form to see log details in a form
Version 1.2 - 4 august 2006
- Added log4jme
Version 1.1 - 28 july 2006
- BlueMIDlet is now an abstract class with the abstract method handleEvent()
- Changed the event handling
Version 1.0 - 26 july 2006
- First working version