Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.26 KB

ucat

Dependency Status js-standard-style

ucat (uTP cat) implementation is JavaScript to be used with Node.js

Install

npm i ucat -g

Usage

Usage:
    ucat [options] <destination-IP> <destination-port>
    ucat [options] -l -p <listening-port>

Options:
    -h          Help
    -d          Debug mode; use multiple times to increase verbosity.
    -l          Listen mode
    -p <port>   Local port
    -s <IP>     Source IP
    -B <size>   Buffer size
    -n          Don't resolve hostnames

Other implmentations