Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho Java on J2ME

Abdul,

Mihini is not actively maintained anymore, and in fact it has now been archived for lack of an active community.
I am not sure what you are really looking for though, as Mihini's runtime is written in C and Lua. You might have more luck if you ask your question on the Lua language mailing list should you be interested in Lua / Java interaction.

Benjamin –



Benjamin Cabé

Eclipse Foundation
+33 (0) 619196101

De : <paho-dev-bounces@xxxxxxxxxxx> on behalf of Abdul Hakeem <alhakeem@xxxxxxxxx>
Répondre à : General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Date : samedi 14 novembre 2015 17:13
À : 'General development discussions for paho project' <paho-dev@xxxxxxxxxxx>
Objet : Re: [paho-dev] Paho Java on J2ME

Hello all,

Can anyone share experiences and tips on using the Mihini (Lua) toolkit with JME ?

 

Cheers,

Abdul Hakeem

 

From: paho-dev-bounces@xxxxxxxxxxx [mailto:paho-dev-bounces@xxxxxxxxxxx] On Behalf Of Christoph Krey
Sent: Saturday, November 14, 2015 10:07 AM
To: General development discussions for paho project
Subject: Re: [paho-dev] Paho Java on J2ME

 

Hi Ilie and James,

 

I used modified v0.2x version of the paho library on an Gemalto EGS5 which runs on Java ME 3.2

 

 

"JavaTM Micro Edition (Java METM), which forms the base of the architecture.

The Java METM is provided by SUN Microsystems, http://java.sun.com/javame/. It is specifically

designed for embedded systems and has a small memory footprint. The ME uses:

CLDC 1.1 HI, the connected limited device configuration hot spot implementation.

IMP-NG, the information module profile 2nd generation, this is for the most part identical to

MIDP 2.0 but without the lcdui package."

 

The modifications are

- replacing java.net by com.m2mgo for sockets

- replacing java.util

- removed java.io.file

- re-implementing SSLSocketFactory

 

Details can be found under src/org/eclipse/paho/client/mqttv3 on

 

If you have a device running on a more recent Java ME version, you are lucky.

 

Christoph

 

Am 13.11.2015 um 16:27 schrieb James Sutton1 <james.sutton@xxxxxxxxxx>:

 

Hi Ilie,

 

We did have support, but nobody has looked at it in a while.

 

What version of J2ME were you thinking of?

 

Kind regards,

 

James Sutton
Software Engineer - IoT Foundation - MQTT Open Source Projects
Technical Trojan - Wimbledon Project

 


Phone: 01962 815438 | Extension: x372454
E-mail: james.sutton@xxxxxxxxxx
Personal Website: www.jsutton.co.uk
Find me on:      

IBM

Hursley Park
HursleySO212JN
United Kingdom

 

IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU

 

 

----- Original message -----
From: Ilie Luican <iliel@xxxxxxxxxxxxx>
Sent by: paho-dev-bounces@xxxxxxxxxxx
To: General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Cc:
Subject: [paho-dev] Paho Java on J2ME
Date: Wed, Nov 11, 2015 11:03 PM
 

As the subject says: can Paho run on J2ME?

Thank you,
Ilie.
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

 

 


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

 

_______________________________________________ paho-dev mailing list paho-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top