denglerchr / Mosquitto.jl

Eclipse Public License 2.0
15 stars 2 forks source link

Update to current c api #5

Closed rr-sam closed 1 year ago

rr-sam commented 2 years ago

Hi,

I started using your lib a while ago with great success. We're moving to MQTTv5 and would like to use TLS-PSK as well. Any interest in updating the codebase to the new c calls? I started working on patching your code, but figured it might be quicker this way.

Thanks.

denglerchr commented 2 years ago

Hey, nice to hear that the lib is used by other people as well! I will have some time end of next week, I will then give it a try. All you need is the TLS support part, or full MQTTv5 functionality like properties?

denglerchr commented 2 years ago

I added the tls_psk_set for now, however, I dont have a configured broker to fully test it

denglerchr commented 2 years ago

@rr-sam can I close this issue, does tls_psk work for you?

rr-sam commented 2 years ago

Thank you for the updates to TLS-PSK. I'll try them out today. Just buried with work right now.