Skip to content
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

MQTT over QUIC support with openssl3.4 #1575

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

qzhuyan
Copy link

@qzhuyan qzhuyan commented Feb 13, 2025

  • Adding QUIC protocol support (single stream) with CMake feature switch: PAHO_WITH_QUIC
  • It requires OpenSSL version 3.4.1, but openssl > 3.2 may work too.
  • Adding QUIC-specific test infrastructure with EMQX as the broker. Test suite: test9000 named after rfc9000
  • Added one mqtt.publish sample using QUIC transport
    src/samples/MQTTAsync_quic_publish.c
  • Improving the CI build matrix to support build with/without openssl src dir.

notes:

  • async library only
  • tested in Linux

future works:

  • CI test with macOS
  • multistream support.

@icraggs
Copy link
Contributor

icraggs commented Feb 19, 2025

Thanks William. I'll think about this a little bit, and see how it'll work in the 1.4 branch and get back to you.

@qzhuyan
Copy link
Author

qzhuyan commented Feb 22, 2025

Thanks! Let me know if you have any questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants