xmodem.ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

xmodem.ts

This is typescript fork of https://github.com/exsilium/xmodem.js with modified exports. All credits goes to Sten Feldman.

XMODEM is a simple file transfer protocol. This project implements the protocol in JavaScript. Please see the API docs for more details.

Installation

npm install xmodem.ts

Usage

Sending

import { Xmodem } from 'xmodem.ts'
xmodem.send(socket, buffer);

Receiving

import { Xmodem } from 'xmodem.ts'
xmodem.receive(socket, receiveFile);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i xmodem.ts

Weekly Downloads

0

Version

0.1.0

License

BSD-2-Clause

Unpacked Size

18.9 kB

Total Files

8

Last publish

Collaborators

  • artemkozaev