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

Binary sent is not the same as binary received #1694

Closed
ysfscream opened this issue Jun 14, 2024 Discussed in #1692 · 0 comments
Closed

Binary sent is not the same as binary received #1694

ysfscream opened this issue Jun 14, 2024 Discussed in #1692 · 0 comments
Assignees
Labels
bug Something isn't working CLI MQTTX CLI
Milestone

Comments

@ysfscream
Copy link
Member

Discussed in #1692

Originally posted by soren-olesen June 12, 2024
I subscribe with:
mqttx sub -h MY_IP -p 59883 -u username -P password -t test --file-save output.dat --format binary

I publish with:
mqttx pub -h MY_IP -p 59883 -u username -P password -t test --file-read input.aac --format binary

The result is that the output.dat is not the same file as the input.aac file.
Input.aac is 26KB
Output.dat is 46KB

The first number of bytes look ok (they are "text"), but everything else is wrong.

What am I doing wrong ?

@ysfscream ysfscream added bug Something isn't working CLI MQTTX CLI labels Jun 14, 2024
@ysfscream ysfscream added this to the v1.10.1 milestone Jun 14, 2024
@ysfscream ysfscream self-assigned this Jun 14, 2024
@ysfscream ysfscream added this to MQTTX Jun 14, 2024
@github-project-automation github-project-automation bot moved this to Backlog in MQTTX Jun 14, 2024
@ysfscream ysfscream moved this from Backlog to In Progress in MQTTX Jun 14, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in MQTTX Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI MQTTX CLI
Projects
Status: Done
Development

No branches or pull requests

1 participant