Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dtubenetwork/cmdsignal
- Owner: dtubenetwork
- Created: 2019-07-23T22:31:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T19:41:14.000Z (over 5 years ago)
- Last Synced: 2024-12-15T07:16:48.394Z (about 2 months ago)
- Topics: dht, ipfs, libp2p, p2p, p2p-network, protocol
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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