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

NOISSUE - Add MQTT packet interceptor #51

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

dborovcanin
Copy link
Contributor

What does this do?

This pull request adds a new Interceptor interface and feature to the mProxy. The main motivation for the interceptor is the option to modify MQTT packages on the fly, transparently from both the client and broker sides.

Which issue(s) does this PR fix/relate to?

There is no such issue. Related pull requests are #29 and #33.

List any changes that modify/break current functionality

This modifies the Session stream, including the interceptor package.

Have you included tests for your changes?

No.

Did you document any new/modified functionality?

No.

Notes

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
@dborovcanin dborovcanin merged commit 9a48fb6 into absmach:main Jan 16, 2024
@dborovcanin dborovcanin deleted the interceptor branch January 16, 2024 14:24
dborovcanin added a commit that referenced this pull request Jan 16, 2024
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
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.

1 participant