Skip to content

Commit

Permalink
update readme with ebt
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Dec 4, 2023
1 parent 85fc864 commit 087baa0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 087baa0

Please sign in to comment.