| View previous topic :: View next topic |
| Author |
Message |
ElijahNomad
Joined: 24 Feb 2008 Posts: 4
Digg It |
Posted: Wed Feb 27, 2008 12:41 am Post subject: WiiRemoteJ / JME / Opera Browser |
|
|
| First i would like to say cheers to Cha0s for putting together a great library was just wondering if anyone is playing around with JME and WiiRemoteJ and also if we triied to create applets would they work with the WII opera browser |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 468
Digg It |
Posted: Wed Feb 27, 2008 1:50 am Post subject: |
|
|
I don't think the Wii Opera browser has Java applet support. It almost definitely does not have JSR-082 (the Java bluetooth API), which is necessary for WiiRemoteJ. _________________ Cha0s |
|
| Back to top |
|
 |
ElijahNomad
Joined: 24 Feb 2008 Posts: 4
Digg It |
Posted: Wed Feb 27, 2008 3:58 am Post subject: |
|
|
| thanks Cha0s back to the drawing board and if you need me for any beta-testing i'm in. btw what JME and wiiremotej have you done any development with this yet ? |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 468
Digg It |
Posted: Wed Feb 27, 2008 2:13 pm Post subject: |
|
|
JME would work, but all of the ones I know of block connections on the PSMs the WiiRemote uses. Technically, these PSMs are supposed to be blocked in the API specification. However, Sun has stated unofficially that this particular requirement of the API should be ignored. On the other hand, actually changing the JSR is a complicated process which probably won't happen for a long time, if at all.
So, bottom line: if you can find a vendor willing to ignore that provision of JSR-82, it should work. Unfortunately, this is unlikely, though. _________________ Cha0s |
|
| Back to top |
|
 |
apmolix
Joined: 15 May 2008 Posts: 1
Digg It |
Posted: Thu May 15, 2008 8:51 am Post subject: |
|
|
Hi
I'm a newly joined wiili member.
I'm thinking running wiiremoteJ on JME with our original JSR82 implementation.
But I suppose wiiremoteJ v1.3 uses some JSE specific classes like ava.util.EventObject or exceptions like java.awt.AWTException.
Could you kindly tell me do you have any plan to replace those JSE specific parts with JME(CLDC/MIDP) parts?
many thanks in advance |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 468
Digg It |
Posted: Thu May 15, 2008 8:57 am Post subject: |
|
|
Well, I don't use the awt component in the main library... Hrmm... Well, if you get JSR-082 working, talk to me and I'll try to whip up a J2ME deal. You need to implement the l2cap protocol (pretty much all of it). So good luck.  _________________ Cha0s |
|
| Back to top |
|
 |
|