Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 164 → Rev 165

/branches/ligi_j2me/README
0,0 → 1,34
/*********************************************************************************************************************************
* *
* Project to Communicate via J2ME and Bluetooth with the FlightCtrl of the MikroKopter Project (www.mikrokopter.de ) *
* *
* Author: Marcus -LiGi- Bueschleb *
* Project-Start: 9/2007 *
* Version: 0.08 *
* Mailto: ligi@smart4mobile.de *
* Licence: Creative Commons / Non Commercial *
* Big Up: Holger&Ingo *
* ChangeLog: *
* 0.01 - initial Version ( initialize connection / main Thread with reading data from MK) *
* 0.02 - reconnect after connection loss ( e.g. switching on/off ) *
* 0.03 - added send_command ( with CRC ) *
* 0.04 - added decode64 to decode 'pseudo' BASE64 *
* 0.05 - added get_version *
* 0.06 - added parsing of DebugData *
* 0.07 - Code-(Doc&&Cleanup) && initial svn commit *
* 0.08 - Initial README / ToDo List *
* *
*********************************************************************************************************************************/
 
 
ToDo:
- Proxying to TCP/IP ( GPRS / UMTS / .. )
- measure DebugSets per Second
- measure Uptime ( like that word for MK being in Air ;-)
- log data/csv ( send via IP )
- Sound Alarms on Batt low or other triggers
- get/set MK-Parameters
- Visualisation of DebugData
- making lib to be useable with desktop JAVA
- tbc