Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] How to find the list of connected clients and their IPs.

Actually I am building a GUI which will allow me to enter server's link (which is mosquitto) , username and password and it would return me list of all the clients connected to server along with their IPs. How should i take a start for this? and what steps should i follow?

On Mon, Sep 3, 2018 at 1:36 PM Martin Assarsson <martin.assarsson@xxxxxxxxxx> wrote:
When connected as a client you are offered very limited access to server data.
If you build a security plug-in you can access much more information and even log in a database if needed. Keep in mind that data in security plug-ins may be sensitive depending on implementation. Take a look at Daedaluz plugin at GitHub.



2018-09-03 6:58 GMT+02:00 laiba rashid <laibarashid98@xxxxxxxxx>:

 

While using Mosquitto MQTT. Is there any possible way to get the list and details (including IPs ) of all the clients

attached to mosquitto broker.

Sent from Mail for Windows 10

 


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

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

Back to the top