Any advice on a client library/language to use in order to take advantage of enhanced authentication, if your target is embedded devices? I don’t think I can use the official Java or C# libraries for my targets.
Mostly i’ve been using the Eclipse Paho MQTT Rust Client Library crate, works awesome in every other way but but no support there yet for enhanced authentication. Would make sense, not much activity in the only PR I can find in the underlying Paho Eclipse C library for such support anyway:
https://github.com/eclipse/paho.mqtt.c/pull/1363
Before I start forking bleeding edge C code, wondering if anyone out there knows a better path? Thanks!