gpbenton / engMQTTClient

MQTT client for Energenie ener314-rt board running on a raspberry Pi
MIT License
21 stars 10 forks source link

MQTT authentication #13

Closed orbsmiv closed 4 years ago

orbsmiv commented 6 years ago

Are there any plans to support MQTT server authentication options, e.g. user/password or client certs?

gpbenton commented 6 years ago

I don't need it, so I'm not likely to develop it, but I am quite happy to accept a PR.

Authentication shouldn't be that hard, to change - the mqtt connect call takes the parameters, and you have to add that to the command line.

SSH is a whole other kettle of fish, and I'm really not sure anyone would ever need that.

davet2001 commented 4 years ago

I have this working for me and have submitted a PR.

gpbenton commented 4 years ago

PR Merged