Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Help for MQTT Client

Hello Rohit,

 

I did it some time ago using CMake and the toolchains available under cmake dir.

Do something like:

 

# cd build

# cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain.linux-arm11.cmake ..

# make

 

Hope this works fine to you!

 

Regards!

 

Adrián M.

 

De: paho-dev-bounces@xxxxxxxxxxx [mailto:paho-dev-bounces@xxxxxxxxxxx] En nombre de Rohit Singh
Enviado el: lunes, 13 de febrero de 2017 6:46
Para: General development discussions for paho project
Asunto: Re: [paho-dev] Help for MQTT Client

 

I want to make changes to Makefile so that MQTT client work for ARM??

How to go for that??

 

 

On 9 February 2017 at 15:13, James Sutton1 <james.sutton@xxxxxxxxxx> wrote:

In that case I'd recommend looking at using the Embedded C client: https://github.com/eclipse/paho.mqtt.embedded-c

 

There are some examples and documentation available here:

 

Kind regards,

 

James Sutton
Software Engineer - IoT Foundation - MQTT Open Source Projects
Ops Team - Wimbledon Project

 


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: Rohit Singh <singh.rohit3094@xxxxxxxxx>
Sent by: paho-dev-bounces@xxxxxxxxxxx
To: General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Cc:
Subject: Re: [paho-dev] Help for MQTT Client
Date: Thu, Feb 9, 2017 9:28 AM
 

I am thinking of adding MQTT as package but it require config file

 

On 9 February 2017 at 14:56, Rohit Singh <singh.rohit3094@xxxxxxxxx> wrote:

I am using C language

 

 

On 9 February 2017 at 13:57, James Sutton1 <james.sutton@xxxxxxxxxx> wrote:

Hi Rohit,

 

What language client are you intending to use? Off the top of my head, you will be able to use the Python, C and Go clients on Arm based computers.

 

Kind regards,

 

James Sutton
Software Engineer - IoT Foundation - MQTT Open Source Projects
Ops Team - Wimbledon Project

 


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

¡Error! Nombre de archivo no especificado.

Hursley Park
Hursley, SO212JN
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: Rohit Singh <singh.rohit3094@xxxxxxxxx>
Sent by: paho-dev-bounces@xxxxxxxxxxx
To: paho-dev@xxxxxxxxxxx
Cc:
Subject: [paho-dev] Help for MQTT Client

Date: Wed, Feb 8, 2017 6:01 PM
 

 

I want to install MQTT client inside printer.I manage to install for linux. How to do the same for ARM based system like printer i m using.please explain.

Its urgent 

 

Thank you,

Rohit Singh

_______________________________________________
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

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


_______________________________________________
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

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


_______________________________________________
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