Begin build phase

This commit is contained in:
Raven Scott
2026-05-20 21:34:59 -04:00
parent 7a6b4fd692
commit c5d54be3ca
168 changed files with 909 additions and 479 deletions
@@ -6,13 +6,13 @@ QoS tiers per topic.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-flow-shaper`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "qos-topic/v1",
"class": "HyperP2PQosTopic",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-flow-shaper"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Retained message store.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-gossip-mesh`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "retained-messages/v1",
"class": "HyperP2PRetainedMessages",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Subscription lease gossip.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-topic-lease`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "subscription-lease/v1",
"class": "HyperP2PSubscriptionLease",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-topic-lease"
],
"status": "scaffold"
}
@@ -6,13 +6,13 @@ Named topic channels.
## Holepunch references (inspiration only)
- (none yet)
- `protomux`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-gossip-mesh`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "topic-channel/v1",
"class": "HyperP2PTopicChannel",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"protomux"
],
"composes_with": [
"hyper-p2p-gossip-mesh"
],
"status": "scaffold"
}