Files
modules/supercomputer/hyper-p2p-bandwidth-share

hyper-p2p-bandwidth-share

Production Supercomputer module: pool P2P system resources over Hyperswarm.

Category: Supercomputer · Protocol: bandwidth-share/v1 · Export: HyperP2PBandwidthShare

When to use

Shared uplink and downlink Mbps offers per peer.

Quick start

const { HyperP2PBandwidthShare } = require('hyper-p2p-bandwidth-share')
const mod = new HyperP2PBandwidthShare({ topic: 'my-super-mesh' })
await mod.ready()
// ...
await mod.close()

Docs

Test

npm install && npm test