Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Single thread MQtt C client

Manish,

the C client can run in single threaded mode, but still requires either Linux or Windows.  To run on another operating system, or without, the networking (and other system) calls would have to be replaced.

Ian

On 01/10/12 19:06, Manish Jain wrote:
Hi All,

I have just downloaded the MQTT 'C' client.  Somewhere in the documentation, I read that this client can 
run in single thread also, and the behaviour of publish and subscribe will be synchronous in nature.

When I quickly peeked into the source code,  there is no way by which we can run in Bare metal board(non OS based).

Please let me know if it is there and I missed it.  I am planning to use very time processor to develop the mqtt client.
And having OS on this would be a costly affair.

Regards,

Manish


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top