Home

Awesome

ucat

Dependency Status js-standard-style

<!-- ![Build Status](https://travis-ci.org/diasdavid/js-ucat.svg?style=flat-square)](https://travis-ci.org/diasdavid/js-ucat) -->

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