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

Fix ymodem issues #13

Open
wants to merge 10 commits into
base: multi-protocol
Choose a base branch
from

Conversation

heimir-sverrisson
Copy link

Add handling for ymodem file size.

enix223 and others added 10 commits November 7, 2018 17:36
The code would ignore the file size in the file header
and pad up the received file to the next block size.

Also a Python 3 bug when treating a bytearray as string
using split(). Fixed by adding a decode() call.
Previous value of 2 would frequently not be enough.
Set to 10, should probably be passed in as parameter.
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.

3 participants