0.1.0 • Published 5 years ago

xmodem.js v0.1.0

Weekly downloads
4
License
BSD-2-Clause
Repository
github
Last release
5 years ago

Build Status Known Vulnerabilities Coverage Status

xmodem.js

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.js

Usage

Sending

var xmodem = require('xmodem.js');
xmodem.send(socket, buffer);

Receiving

var xmodem = require('xmodem.js');
xmodem.receive(socket, receiveFile);
0.1.0

5 years ago

0.0.2

6 years ago

0.0.1

7 years ago