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: about 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T19:41:14.000Z (almost 7 years ago)
- Last Synced: 2025-07-02T08:10:41.190Z (12 months ago)
- Topics: dht, ipfs, libp2p, p2p, p2p-network, protocol
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CmdSignal
[](http://libp2p.io/)
[](http://libp2p.io/)
[](http://webchat.freenode.net/?channels=%23libp2p)
[](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