Skip to content

Binary sent is not the same as binary received #1694

@ysfscream

Description

@ysfscream

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 ?

Metadata

Metadata

Assignees

Labels

CLIMQTTX CLIbugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions