Library recommended to use to connect to Mosquitto Broker

I am using MQTTNet library/Pacakge to connect to Mosquitto Broker.
Could you please recommend any Library/Package to connect to Mosquitto Broker?

Hi,

It depends entirely on what you need and what you’re familiar with. For me personally, I would use the mosquitto client library libmosquitto, or the Paho Python client because I’m familiar with both of them.

There are many choices available at the Paho project: Eclipse Paho | The Eclipse Foundation

Regards,

Roger