Skip to content

Java library supporting YModem, XModem,ZModem file exchanging protocols. May be helpful for crossplatform java applications.

Notifications You must be signed in to change notification settings

d1sm/Zmodem-in-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Definitions

MODEM.ASM : the origin version of XMODEM implementation.

XMODEM.ASM : an adaption for CP/M.

XMODEM/CRC : Along with 1byte checksum & 2byte CRC-16

XModem-1k : XMODEM/CRC with 1024 byte data

YModem : Refers to the XModem/CRC(optional 1k blocks) protocol with batch transmission.

True YModem: An attempt to sort out the YModem Tower of Babel.

ZModem: Use XModem/CRC & YModem technology in a new protocol .

ZOO:Compress program.

About

Java library supporting YModem, XModem,ZModem file exchanging protocols. May be helpful for crossplatform java applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%