tehmaze-labs / modem

XMODEM, YMODEM and ZMODEM implementations in Python
23 stars 32 forks source link

YModem Multi Threading #12

Open ApiumJacob opened 2 years ago

ApiumJacob commented 2 years ago

I finally gave up on Python 2 and moved to the Python 3 version. The multi-threading branch on my fork support threaded y-modem uploads. That's all we need so no plans to add threaded receives but it should be easy enough for anyone increased. Also, it would be nice to actually make YMODEM-THREADED class that inherits from YMODEM so that if you don't need threading you don't have to pull it in. I'm not a Python expert by any means so I don't know how big of a deal this is.