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,

 

Presumably you have some way to flash compiled software onto the printer.  The typical way firmware is loaded onto these kinds of embedded devices is by cross-compiling the software for the target architecture on a computer, then using some connection (USB, etc.) to load the software onto the target device (this is how an Arduino is programmed, for instance).  Device manufacturers will likely have their own way of doing things for their products.

 

If you don’t work for the manufacturer of the printer, they will likely have made efforts to lock down the firmware to prevent it from being loaded with malware.  Not doing so would cause a lot of problems.

 

In summary, if you don’t work for the printer manufacturer, you most likely can’t do this.  If you do work for the printer manufacturer, there should be someone at your company that knows how to do this much better than anyone on this list would.

 

Good luck,

 

Jason Swails

 

From: paho-dev-bounces@xxxxxxxxxxx [mailto:paho-dev-bounces@xxxxxxxxxxx] On Behalf Of Rohit Singh
Sent: Wednesday, February 08, 2017 12:59 PM
To: paho-dev@xxxxxxxxxxx
Subject: [paho-dev] Help for MQTT Client

 

Hi,

 

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


Back to the top