FLUTE receiver: Add an option to specify the output directory#45
Merged
dsilhavy merged 1 commit intodevelopmentfrom Oct 10, 2025
Merged
FLUTE receiver: Add an option to specify the output directory#45dsilhavy merged 1 commit intodevelopmentfrom
dsilhavy merged 1 commit intodevelopmentfrom
Conversation
Contributor
|
And Daniel did the magic in 5 mins. I can check but not sure when.... If it's urgent and you checked it works, go ahead. |
Contributor
Author
|
Thanks @jordijoangimenez . Maybe @davidjwbbc can take a quick look if there are any flaws in the code. |
davidjwbbc
approved these changes
Oct 9, 2025
Contributor
davidjwbbc
left a comment
There was a problem hiding this comment.
I've done a test with the transmitter and receiver and there were no issues. I transmitted a file, got it to store in the output directory and diff'd the two to show there were no transmission/reception problems. Everything looks good to me.
Contributor
Author
|
Thanks, @davidjwbbc, I will include this in the upcoming release then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an option to specify an output directory for the files that are received in the FLUTE receiver example. That way we can avoid overwriting files that are sent from the same machine as the receiver is running on.