-
Notifications
You must be signed in to change notification settings - Fork 240
V2 #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@sandeepmistry How can I install/update the certificates on a Yun? |
Hi @256dpi, If you update to the latest Yun image (see https://www.arduino.cc/en/Tutorial/YunSysupgrade), you can add certificates in I think this is the guide to try: https://wiki.openwrt.org/doc/howto/wget-ssl-certs cc/ @facchinm |
is this v2 branch based on the paho library? |
I just released 2.0.0. 🎉 Thanks for your support and feedback! |
Almost complete! ❤️
Changes so far:
YunMQTTClient
(see Remove special Yun client #57)MQTTClient
to lwmqttclearWill()
functionsetWill()
(see Support for QoS1 and QoS2 publishing/subscribing #49)subscribe()
(see Support for QoS1 and QoS2 publishing/subscribing #49)publish()
(see Support for QoS1 and QoS2 publishing/subscribing #49)MQTTMessage
struct parameterAdvancedMQTTClient<256>
template to allow simple buffer size override. (see Let users select from different buffer sizes. #30)onMessage()
(see Allow dynamic setting of message received handler #55)onMessageAdvanced()
(see Change messageReceived signature? #38)subscribe()
andpublish()
variations.Missing:
Testing:
Todo: