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

https://github.com/craiggleso/hose

A stream ready wire for the Bittorrent Protocol
https://github.com/craiggleso/hose

bittorrent bittorrent-protocol protocol streams wire

Last synced: 2 months ago
JSON representation

A stream ready wire for the Bittorrent Protocol

Awesome Lists containing this project

README

        

# hose [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

[![Greenkeeper badge](https://badges.greenkeeper.io/CraigglesO/hose.svg)](https://greenkeeper.io/)

[travis-image]: https://travis-ci.org/CraigglesO/hose.svg?branch=master
[travis-url]: https://travis-ci.org/CraigglesO/hose
[npm-image]: https://img.shields.io/npm/v/hose.svg
[npm-url]: https://npmjs.org/package/hose
[downloads-image]: https://img.shields.io/npm/dm/hose.svg
[downloads-url]: https://npmjs.org/package/hose

### BASIC_INFO_OF_PROJECT_GOES_HERE

INFORMATION_GOES_HERE

## Install

``` typescript
npm install bittorrent-wire
```

## Usage
``` typescript
import Hose from "bittorrent-wire"

EXAMPLE_USAGE_GOES_HERE

```

## ISC License (Open Source Initiative)

ISC License (ISC)
Copyright 2017
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
Copyright (c) 1995-2003 by Internet Software Consortium

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.