Adds snapshot() and batch helpers across network discovery/stack/transport, encoding-wire, observability, routing-advanced, supercomputer, state-crdts, scheduling-queues, and session-bridge modules. Co-authored-by: Cursor <[email protected]>
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