Reading an XModem Variant specs, does SyncTerm support #2,3, or 4?
On 05 Jul 2019 at 11:45p, Ozz Nixon pondered and said...
Reading an XModem Variant specs, does SyncTerm support #2,3, or 4?
I'm sure Digital Man will come back to you on this one Ozz :)
But seeing you're here just a quick Hi from me and hope all the coding and work on your BBS is going well. You're always busy, well that's what itlooks
like from way over here :)
Reading an XModem Variant specs, does SyncTerm support #2,3, or 4?
??? If yes, any special header I should send on XModem to let it know I
am about to dump 8k or more instead of 128b?
Yes, the Alpha test we just did this week was a success, I have
squashed all but 1 reported bug... then we focus more of XFer, and MRC chat. I hope to wrap them up next week... then wrap back around and do
a security level test end to end ... if all goes well, August release date will be are next focus ;-)
Reading an XModem Variant specs, does SyncTerm support #2,3, or 4?
1. Standard XMODEM with 128 byte per block and 16-Bit CRC.
2. Extended XMODEM with receiver requesting 32K byte per block.
3. Extended XMODEM with receiver requesting 64K byte per block.
4. Extended XMODEM with receiver requesting 8K byte per block.
??? If yes, any special header I should send on XModem to let it know I
am about to dump 8k or more instead of 128b?
Firstly, XMODEM is a pretty bad protocol (no file name/metadata, up to 127 bytes of garbage tacked on received files, no streaming). If you're going to work on extending any legacy protocols, I would start with YMODEM atminimum.
On 07 Jul 2019 at 02:05a, Ozz Nixon pondered and said...
Yes, the Alpha test we just did this week was a success, I have
squashed all but 1 reported bug... then we focus more of XFer, and MRC chat. I hope to wrap them up next week... then wrap back around and do
a security level test end to end ... if all goes well, August release date will be are next focus ;-)
Sounds good.. how do you plan to distribute it, and where do folks
find out more re testing opportunities?
On 2019-07-07 21:40:27 +0000, Digital Man -> Ozz Nixon said:
Firstly, XMODEM is a pretty bad protocol (no file name/metadata, up to 127 bytes of garbage tacked on received files, no streaming). If you're going to work on extending any legacy protocols, I would start with YMODEM atminimum.
I am all for it... their XModem extensions apply to both X and Y. Does SyncTerm YModem support more than 1K?
No. I've never seen a spec on any version of YMODEM that sends more than 1K blocks. There's only 2 X/YMODEM start-of-block chars I'm aware of:
SOH: 128-byte block
STX: 1024-byte block
You know of others?
On 2019-07-08 20:16:41 +0000, Digital Man -> Ozz Nixon said:
No. I've never seen a spec on any version of YMODEM that sends more than 1K blocks. There's only 2 X/YMODEM start-of-block chars I'm aware of:
SOH: 128-byte block
STX: 1024-byte block
You know of others?
https://www.adontec.com/Extended_XMODEM.pdf
Block Size Options:
XM_32K_CHAR '0' 32768 bytes per block
XM_64K_CHAR '1' 65536 bytes per block
XM_8K_CHAR '2' 8192 bytes per block
etc.
e.g. DLE '0' 'C'in order to request block size of 32K.
Sysop: | Weed Hopper |
---|---|
Location: | Clearwater, FL |
Users: | 12 |
Nodes: | 6 (0 / 6) |
Uptime: | 09:14:45 |
Calls: | 66 |
Files: | 50,165 |
D/L today: |
66 files (6,777K bytes) |
Messages: | 279,522 |