From 087baa06014a7c7f05b23009e356c596cf9322cd Mon Sep 17 00:00:00 2001 From: mycognosist Date: Mon, 4 Dec 2023 08:18:47 +0200 Subject: [PATCH] update readme with ebt --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99a7abb..1bd9b09 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,16 @@ creation. - **Keypair creation:** Automatically generate a new public-private keypair - **Feed generation:** Store published and replicated messages in a key-value database - **LAN discovery:** Broadcast and listen for peer connection messages over UDP + - **EBT replication:** Replicate with peers using epidemic broadcast trees - **Legacy replication:** Replicate with peers using MUXRPC (`createHistoryStream` etc.) - **Local feed resync:** Recover lost local feed messages from peers - - **Interoperability:** Connect and replicate with [Patchwork](https://github.com/ssbc/patchwork) - and [Go-SSB](https://github.com/ssbc/go-ssb)¹ + - **Interoperability:** Connect and replicate with [Manyverse](https://www.manyver.se/), + [Patchwork](https://github.com/ssbc/patchwork) and [Go-SSB](https://github.com/ssbc/go-ssb) - **Selective replication:** Only replicate with specified peers - **JSON-RPC interface:** Interact with the node using JSON-RPC over HTTP - **Alternative network key:** Operate with a unique network key - **Database indexes:** Look up state with efficient queries -_¹ - this is possible because those implementations support legacy replication (using `createHistoryStream`)_ - ## Installation Download the latest [release](https://github.com/mycognosist/solar/releases) and copy the binary to `/usr/bin` or similar directory.