Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] [mqtt] MQTT client on J2ME

Arlen, is that a patch that you could contribute to Paho to accelerate things there?

cc-ing to the paho-dev mailing list.

On Wednesday, October 10, 2012 3:36:05 PM UTC+1, Arlen Nipper wrote:
Hello Stefano,

Just FYI, I have the Paho Java client ported and running (on a Mobile Devices C4 Dongle device) with the following J2ME profile:

IBM J9 - CDC 1.0 Foundation Profile

As Nick has already pointed out, I did have to modify the client just a bit to remove references to persistence and the TCP stack (TCPNetworkModule.java and the socket factory). Once I removed these two dependencies, everything worked fine.


Cheers, Arlen

On 10/10/12 9:06 AM, stefano costa wrote:
Nicholas,
this is very interesting I'll take it into account, thanks!
S

Nicholas O'Leary ha scritto:
Hi Stefano,

Whilst the Eclipse Paho client doesn't support J2ME, it is fairly easy
to swap out the J2SE specific parts (persistence and network module)
with J2ME compliant parts. I say this having done it with the client
before it was released to Paho.

Regards,
Nick


On 10 October 2012 14:18, Stefano Costa Bluewind
<stefan...@xxxxxxxxxxx> wrote:
Hello, starting an implementation where MQTT client is needed on a J2ME
based platform (Cinterion GPRS modules). As far as I know today the only
library compliant to J2ME remains the (not supported anymore) IA92, am I
missing anything?

S

--
--
To learn more about MQTT please visit http://mqtt.org

To post to this group, send email to mq...@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
mqtt+uns...@googlegroups.com

For more options, visit this group at
http://groups.google.com/group/mqtt







Back to the top