This commit is contained in:
minjaesong
2026-04-16 02:05:21 +09:00
parent 1208690c4f
commit 2ac084acd7
7 changed files with 367 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
/**
* LibSeqread extension for Tape Drive — sequentially read tape
* @author CuriousTorvald
*/
// Sequential reader for HSDPA TAPE devices
// Unlike seqread.mjs which is limited to 4096 bytes per read due to serial communication,
// this module can read larger chunks efficiently from HSDPA devices.