0.0.4 • Published 8 years ago

libp2p-pstn-stats v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

js libp2p pstn stats

Statistics for benchmarking libp2p pubsub implementations.

Currently in development

Install

To install through npm:

> npm i libp2p-pstn-stats --save

Example

libp2p-pstn-stats is built to work with this early implementation of libp2p pubsub and the libp2p-pstn-logger proxy logger.

It generates propagation benchmark stats for the network by consuming the output log file specified by the above modules using this debug module.

The namespace it consumes is currently pstn:logger, but a standard naming convention will emerge soon.

Tests

To run the tests:

> npm test

Contribute

PRs are welcome!

License

MIT © Gavin McDermott