%/z/HeJwoaU0g/mep39laPu3RVF8Zo5coGNvAWUrnGUA=.sha256
- 🔵: done
- 🟢: work in progress
- 🔴: must have for minimum viable prototype
- 🟠: expected for a complete platform
- 🟡: nice to have
see also:
- 🔵
ppppp-base58: base58 with the ppppp alphabet
- 🟢
ppppp-bytes: traits from and to bytes, with built-in base58 ser/de
- 🟢
ppppp-crypto: primitive crypto types and operations used by ppppp
- 🟠
ppppp-service: rpc service trait (able to be exposed externally over muxrpc or internally in memory)
- 🟢
ppppp-msg: ppppp messages and tangles
- 🟠
ppppp-threads: message thread helpers for ppppp - 🟠
ppppp-set: set data structure for ppppp - 🟠
ppppp-dict: dictionary data structure for ppppp - 🟠
ppppp-blob: binary data format for ppppp
- 🟠
ppppp-key-store: key store for ppppp: read keys from a file, write keys to a file - 🔴
ppppp-msg-log: append-only log storage with pruning for ppppp - 🔴
ppppp-msg-store: materialized data views for ppppp - 🟠
ppppp-blob-store: binary data stores for ppppp - 🟠
ppppp-db: database for ppppp
- 🔴
ppppp-packetstream: multiplexed packet protocol for ppppp - 🔴
ppppp-muxrpc: multiplexed rpc for ppppp - 🟠
ppppp-rpc: type manifest for ppppp rpc interface - 🟠
ppppp-server: rpc server for pppppp - 🟠
ppppp-client: rpc client for pppppp
- 🔴
ppppp-boxstream: encrypted box stream protocol for ppppp - 🔴
ppppp-shse: secret handshake extended protocol for ppppp - 🔴
ppppp-caps
- 🟠
ppppp-promise: tokens in ppppp that authorize others to gain something - 🟠
ppppp-invite: invite code generator and parser for ppppp - 🟠
ppppp-hub: server to cross-connect ppppp peers via tunnel - 🟠
ppppp-connect: discover, remember, query, stage, establish, and maintain ppppp connections - 🔴
ppppp-connect-hub: discover and connect to ppppp peers over hub server - 🟡
ppppp-connect-lan: discover and connect to ppppp peers on same LAN
- 🔴
ppppp-sync: replicate in ppppp using Kleppman's hash graph sync - 🟡
ppppp-sync-ebt: replicate in ppppp using epidemic broadcast trees
- 🟠
ppppp-gc: data garbage collector for ppppp - 🟠
ppppp-goals: track replication goals in ppppp - 🟠
ppppp-conductor: schedule connections, replication, and pruning
🟡
- 🟠
ppppp-sdk: friendly kit for developers to build ppppp apps