KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ymodem-sender-js
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Hackintosh-CLEVO-H
:
神舟战神炫龙蓝天 8/9 代全系机型(标压) macOS 10.15 Catalina EFI NH5xRD_RC_RA_RH(Q)/NH70RD_RC_RA_RH(Q)
help-me-read
:
No description available.
datax-runner
:
Go lib for running alibaba datax
nest-api-example
:
A Nestjs example API using TypeORM with SQLite.
NLP2SQL
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ymodem-sender-js
?
Download (.md)
# YMODEM sender in JS ## test ```js npm run tx npm run rx ``` ## Ymodem protocol ``` SENDER RECEIVER <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C SOH 00 FF "foo.c" "1064'' NUL[118] CRC CRC >>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C STX 01 FE data[1024] CRC CRC>>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK STX 02 FD data[1024] CRC CRC>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK STX 03 FC data[1024] CRC CRC>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK STX 04 FB data[1024] CRC CRC>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK SOH 05 FA data[100] 1A[28] CRC CRC>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK EOT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NAK EOT>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C SOH 00 FF NUL[128] CRC CRC >>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ACK ```