Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daviddias/js-ucat

ucat(uTP cat) implementation is JavaScript to be used with Node.js
https://github.com/daviddias/js-ucat

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

ucat
====

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square)
[![Dependency Status](https://david-dm.org/diasdavid/js-ucat.svg?style=flat-square)](https://david-dm.org/diasdavid/js-ucat)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

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

# Install

```bash
npm i ucat -g
```

# Usage

```bash
Usage:
ucat [options]
ucat [options] -l -p

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

# Other implmentations

- C - https://github.com/bittorrent/libutp/blob/master/ucat.c