Updates
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# hyper-p2p-seeder-registry API
|
||||
|
||||
**Status:** scaffold · **Protocol:** `seeder-registry/v1`
|
||||
|
||||
## Class `HyperP2PSeederRegistry`
|
||||
|
||||
Scaffold stub — methods throw `not implemented: scaffold` until promoted to production tier.
|
||||
|
||||
### `constructor(opts?)`
|
||||
|
||||
### `getStats()`
|
||||
|
||||
Returns `{ created, errors, protocol, tier: 'scaffold' }`.
|
||||
|
||||
### `ready()`
|
||||
|
||||
Resolves immediately (no-op).
|
||||
|
||||
## Wire (planned)
|
||||
|
||||
| Message | Direction | Notes |
|
||||
|---------|-----------|-------|
|
||||
| TBD | gossip | Defined in implementation pass |
|
||||
@@ -0,0 +1,15 @@
|
||||
# hyper-p2p-seeder-registry architecture
|
||||
|
||||
**Tier:** scaffold · **Category:** `network-discovery`
|
||||
|
||||
## Role
|
||||
|
||||
Seeder registry gossip.
|
||||
|
||||
## Composition
|
||||
|
||||
Uses `../../_shared/p2p-bare.js` for Hyperswarm + Protomux when implemented. Does **not** duplicate Holepunch core storage/transport.
|
||||
|
||||
## Holepunch boundary
|
||||
|
||||
Inspiration: n/a
|
||||
Reference in New Issue
Block a user