Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 323 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 323 Bytes

WORK IN PROGRESS

Build

$ node-gyp configure --debug && node-gyp build --debug
# or
$node-gyp rebuild --debug

Run

In libutp/utp_file:

$ make
$ ./utp_recv log_rcv.log 8001 received.file

And then:

$ NODE_DEBUG=utp ./test/utp_send test.js.log localhost:8001 path/to/file