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
- Host: GitHub
- URL: https://github.com/craiggleso/hose
- Owner: CraigglesO
- License: isc
- Created: 2017-02-12T21:24:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T01:18:45.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T19:05:41.231Z (4 months ago)
- Topics: bittorrent, bittorrent-protocol, protocol, streams, wire
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hose [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
[](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 ConsortiumPermission 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.