Re: Designing a protocol for the first time



Keith M wrote:

Snip...

Xmodem is considerably easier to implement than Zmodem. I implemented Xmodem when I was about 10 or 11 years old, first in Basic, and then in C.

Brings back old memories. My first product had X-Modem
download capability and I wrote and debugged it in assembly
language on a Saturday afternoon. It was exquisitely
ugly with software timing loops and no crc, but it
worked for years. I finally got sick of it and completely
rewrote it with crc.
.



Relevant Pages

  • Re: Check if a file is corrupted after transfer
    ... I am copying files from one side to another, ... Google on checksum, CRC, cryptographic hash function, etc. ... want to look at some old file transfer protocols such as XMODEM to see how ... Doug Harrison ...
    (microsoft.public.vc.language)
  • Re: X-modem question
    ... XModem is so simple that any experienced Java programmer should be able to implement it within a few days. ... BTW: You might want to check if you want XModem (8 Bit CRC), XModem/CRC or maybe YModem ...
    (comp.lang.java.programmer)