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

Improve mosquitto client C++ wrapper to support more MQTT v5 features. #3019

Open
wants to merge 2 commits into
base: fixes
Choose a base branch
from

Commits on Mar 12, 2024

  1. Applying changes from Märt Laak <[email protected]> Pull Request e…

    …clipse#2823 :
    
        Improve mosquitto client C++ wrapper to support MQTT v5 features
    
        * create new mosquittopp_v5 C++ wrapper class for that, to maintain backwards compatibility with old code and not to bloat existing wrapper up with too many redundant callbacks
        * make a base class for common code
        * clean up and modernize the code a bit
    
        Signed-off-by: Märt Laak <[email protected]>
        Signed-off-by: Guy-SE <[email protected]>
    Guy-SE committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b7a99c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587fc53 View commit details
    Browse the repository at this point in the history