Re: [Nxtcommand-developers] CLDC
Status: Beta
Brought to you by:
bbagnall
From: Stefano S. <ger...@ti...> - 2006-11-22 22:59:35
|
Hi Brian, hi all! :-) Brian Bagnall wrote: > Hi Stefano, > > Just wondering how you are coming along with the CLDC code? CLDC porting of iCommand 0.5... is here! I'm very sorry for this (very) late reply, but moving from Sardinia island to Rome had some drawbacks (some of them still to be solved...). Please, find a preliminary version of iCommand at: http://www.esnips.com/doc/58c447a6-b0bc-4eda-9a73-29d3c0bc0768/icommand-0.5_CLDCpre1.zip I've tried to send it to the mailing list but the message was refused. The version is called icommand-0.5_CLDCpre1 since it has been partially ported to CLDC Details: 1) JNXT (the gesture-based controller) has not been updated to iCommand 0.5; therefore I was not able to test it extensively; 2) vision package has been removed 3) ServoNavigator has been removed: I'm looking for a *easy* math library fof j2me (let me say, a mix between pure-java MIDP 1.0 approach and MIDP 2.0 float-enabled). Item (1) means that icommand-0.5_CLDCpre1 compiles for CLDC but I still have to complete tests. Tomorrow I'll send you the JNXT updated version (for Windows Mobile) and a fully tested version of iCommand_CLDC. Note about porting: a) portions of code not compatible with CLDC have been commented and marked as follows: // CLDC UNSUPPORTED /* Here is the JSE code! :-) */ // CLDC UNSUPPORTED b) code that substitutes or integrates JSE code has been commented and marked as follows: // CLDC // Here is the code for CLDC! :-) // CLDC For instance, in NXTCommand you will find: // CLDC UNSUPPORTED // int lastPos = name.indexOf(".") + 4; // CLDC UNSUPPORTED // CLDC int lastPos = name.toString().indexOf(".") + 4; //CLDC > Also, Vic > Wintriss wrote Sunday and was wondering what the timeline with the NetBeans > is. Did he write just to you or to the mailing list? I did not received his message. Best regards, Stefano. -- Stefano Sanna - ger...@ti... Personal web site: http://www.gerdavax.it AIM: gerdavax - Skype: gerdavax - Callsign: IS0DZE *** Solo chi non fa niente non sbaglia *** |