Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dtubenetwork/cmdsignal

Command Signal, a simple request-response Libp2p protocol.
https://github.com/dtubenetwork/cmdsignal

dht ipfs libp2p p2p p2p-network protocol

Last synced: 18 days ago
JSON representation

Command Signal, a simple request-response Libp2p protocol.

Awesome Lists containing this project

README

        

# CmdSignal

[![](https://img.shields.io/badge/project-dtube-red.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

Command Signal, a simple request-response Libp2p protocol.

Description TODO

## Lead Maintainer

[Vaultec81](https://github.com/vaultec81)

## Table of Contents
- [Installation](#installation)
- [npm](#npm)
- [Node.JS, Browserify, Webpack](#nodejs-browserify-webpack)
- [Usage](#usage)
- [API](#api)
- [Example](#example)
- [Contribute](#contribute)
- [License](#license)

## Installation

### npm

```sh
> npm i @dtubenetwork/cmdsignal
```

### Node.JS, Browserify, Webpack

```js
const {Network, ProtocolHandler} = require('CmdSignal')
```

## API
> Todo

## Example
> Todo

## Contribute

Contributions welcome. Please check out the issues. PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

## License

MIT