Subversion Repositories FlightCtrl

Rev

Rev 165 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
165 ligi 1
/*********************************************************************************************************************************
2
 *                                                                                                                                *
3
 * Project to Communicate via J2ME and Bluetooth with the FlightCtrl of the MikroKopter Project (www.mikrokopter.de )             *
4
 *                                                                                                                                *
5
 * Author:        Marcus -LiGi- Bueschleb                                                                                         *
6
 * Project-Start: 9/2007													  *
181 ligi 7
 * Version:	  0.11			                                                                                          *
165 ligi 8
 * Mailto:        ligi@smart4mobile.de                                                                                            *
9
 * Licence:       Creative Commons / Non Commercial                                                                               *
10
 * Big Up:        Holger&Ingo                                                                                                     *
11
 * ChangeLog:                                                                                                                     *
12
 *		0.01 - initial Version ( initialize connection / main Thread with reading data from MK)                           *
13
 *		0.02 - reconnect after connection loss ( e.g. switching on/off )                                                  *
14
 *              0.03 - added send_command ( with CRC )                                                                            *
15
 *		0.04 - added decode64 to decode 'pseudo' BASE64                                                                   *
16
 *		0.05 - added get_version                                                                                          *
17
 *		0.06 - added parsing of DebugData                                                                                 *
18
 *              0.07 - Code-(Doc&&Cleanup) && initial svn commit                                                                  *
19
 * 		0.08 - Initial README / ToDo List										  *
181 ligi 20
 * 		0.09 - implemented BTScanner for detecting BT-Devices ( No hard mac anymore for first public bin)                 *				  *
21
 *              0.10 - initial MKMinimalMidlet / Canvas                                                                           *
22
 *              0.11 - 1st public binary ( JAR/JAD)	                                                                          *
165 ligi 23
 *	                                                                                                                          *
24
 *********************************************************************************************************************************/
25
 
26
 
27
ToDo:
28
 - Proxying to TCP/IP ( GPRS / UMTS / .. )
29
 - measure DebugSets per Second
30
 - measure Uptime ( like that word for MK being in Air ;-)
31
 - log data/csv ( send via IP )
32
 - Sound Alarms on Batt low or other triggers
33
 - get/set MK-Parameters
34
 - Visualisation of DebugData
181 ligi 35
 - making lib to be useable with desktop JAVA / will be sceduled after bluecove for linux is ready ( anounced for next Version)
165 ligi 36
 - tbc
37