Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Tools for comparing MQTT Clients

Thank you very much for the reply. I looked at the feature comparisons provided in the table which is very useful.

I was wondering whether, apart from the feature comparisons, whether it would be good to compare clients based on the ability to publish. For example, I would like to know what is the maximum ability of a client to publish messages (assuming a fixed broker).  Suppose if I would like to publish say 100000 messages per sec, client-A could get throttled, but client-B may not. 

I am aware that the best thing would be to write a script to do it, but was wondering whether there are any tools out there that can work across multiple clients. 

Thank you!

On Mon, Sep 21, 2015 at 2:14 PM, Dominik Obermaier <dominik.obermaier@xxxxxxxxx> wrote:
At the HiveMQ blog there's currently a blog series which covers the most popular MQTT clients. There's a feature table for each client if that would help you. You can see the series at http://www.hivemq.com/blog

> On 21 Sep 2015, at 22:53, Ananth Bala <idcananth@xxxxxxxxx> wrote:
>
> Hi,
>    I would like to know whether any tool exists for evaluating MQTT clients (NOT brokers). For instance, I would like to compare publishing ability of different clients (say Eclipse Paho client, mosquitto client)?
>
>
> Thanks,
> Ananth
> _______________________________________________
> 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