Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daviddias/js-ucat
- Owner: daviddias
- License: mit
- Created: 2015-12-28T11:53:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T17:48:31.000Z (over 8 years ago)
- Last Synced: 2024-05-21T01:04:50.041Z (6 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-peer-to-peer - ucat
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 -pOptions:
-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