Subversion Repositories FlightCtrl

Rev

Rev 303 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 303 Rev 314
Line 7... Line 7...
7
 * with a MikroKopter ( www.mikrokopter.de )
7
 * with a MikroKopter ( www.mikrokopter.de )
8
 * 
8
 * 
9
 *
9
 *
10
 * Author:        Marcus -LiGi- Bueschleb
10
 * Author:        Marcus -LiGi- Bueschleb
11
 * Project-Start: 9/2007
11
 * Project-Start: 9/2007
12
 * Version:	  0.29
12
 * Version:	  0.36
13
 * Mailto:        ligi@smart4mobile.de
13
 * Mailto:        ligi@smart4mobile.de
14
 *
14
 *
15
 * Licence:       http://creativecommons.org/licenses/by-nc-sa/2.0/de/
15
 * Licence:       http://creativecommons.org/licenses/by-nc-sa/2.0/de/
16
 *                (Creative Commons / Non Commercial / Share Alike) 
16
 *                (Creative Commons / Non Commercial / Share Alike) 
17
 *		  Addtitonally to this Licence it is not allowed to use this software in any violent manner.
17
 *		  Addtitonally to this Licence it is not allowed to use this software in any violent manner.
Line 86... Line 86...
86
*** ToDo:
86
*** ToDo:
87
 - Proxying to TCP/IP ( GPRS / UMTS / WLAN ( e.g. N80) .. )
87
 - Proxying to TCP/IP ( GPRS / UMTS / WLAN ( e.g. N80) .. )
88
 - measure DebugSets per Second
88
 - measure DebugSets per Second
89
 - log data/csv ( send via TCP/IP ; save )
89
 - log data/csv ( send via TCP/IP ; save )
90
 - Sound Alarms on Batt low or other triggers
90
 - Sound Alarms on Batt low or other triggers
-
 
91
 - Flash new MK Version ( with online connectivity it could be an automatic update reminder )
91
 - set MK-Parameters
92
 - set MK-Parameters
92
 - making lib to be useable with desktop JAVA / will be sceduled after bluecove for linux is ready ( anounced for next Version)
93
 - making lib to be useable with desktop JAVA / will be sceduled after bluecove for linux is ready ( anounced for next Version)
93
 - triangulate MK by BT rssi
94
 - triangulate MK by BT rssi
94
 - trigger cammera shot via FC
95
 - trigger cammera shot via FC
95
 - save/reat Parameters in/from RMS ( e.g. to copy parameters from MK2MK
96
 - save/reat Parameters in/from RMS ( e.g. to copy parameters from MK2MK
Line 125... Line 126...
125
  0.30 - Load Parameters from MK
126
  0.30 - Load Parameters from MK
126
  0.31 - Edit Parameters ( MKParamEdit.java )
127
  0.31 - Edit Parameters ( MKParamEdit.java )
127
  0.32 - Main Menu
128
  0.32 - Main Menu
128
  0.33 - Bugfix / Code CleanUp
129
  0.33 - Bugfix / Code CleanUp
129
  0.34 - select ParamSet to edit
130
  0.34 - select ParamSet to edit
-
 
131
  0.35 - Proxy server test script
-
 
132
  0.36 - initial Proxy-function in DUBwise ( send data recieved from mk to socket )
-
 
133