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: Restore config file parser for authentication support #22

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

kumajaya
Copy link

No description provided.

@azoitl
Copy link
Contributor

azoitl commented Feb 25, 2024

Does this work also for multiple clients connections?

@kumajaya
Copy link
Author

Yes, I've tested it. From MQTTClientConfigParser.h:

"The parser looks for an endpoint, and only after it matches the one passed as argument, it starts storing the following information, and it will keep reading after another endpoint other the end of file is found"

OPC UA should have the same behavior, I will confirm it.

@azoitl
Copy link
Contributor

azoitl commented Feb 26, 2024

Yes, I've tested it. From MQTTClientConfigParser.h:

"The parser looks for an endpoint, and only after it matches the one passed as argument, it starts storing the following information, and it will keep reading after another endpoint other the end of file is found"

OPC UA should have the same behavior, I will confirm it.

Cool. If you want to update the docs they are now also on github: https://github.com/eclipse-4diac/4diac-documentation

@azoitl azoitl merged commit a7c8577 into eclipse-4diac:develop Feb 26, 2024
3 checks passed
@kumajaya kumajaya deleted the fix/mqtt branch February 26, 2024 23:52
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