knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.82k stars 1.47k forks source link

Does the library support BIRTH CERTIFICATES? #942

Closed Just-another-pleb closed 2 years ago

Just-another-pleb commented 2 years ago

I have got it working with LWT, but am not sure it supports BirthCertificates.

Thanks in advance.

knolleary commented 2 years ago

A birth certificate is just a message you publish when the connection is established. This library doesn't do any special handling for that - you just publish the message you want to send when you successfully connect.