docs: still shuffling

This commit is contained in:
decentral1se 2023-05-30 16:43:33 +02:00
parent fd76fa2336
commit 22f9838bd3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 6 deletions

View File

@ -11,7 +11,7 @@ connectivity in the following scenarios:
* Use of the [Tor transport](https://github.com/berty/go-libp2p-tor-transport).
* Use of public IPFS relay & DHT.
## Assumptions
## Goals
I am exploring the possibility of creating network conditions which resemble
those of the [Scuttleverse](https://www.scuttlebutt.nz/). Peers are already
@ -37,11 +37,10 @@ Since `libp2p` was built within the context of a global connectivity mindset, I
am exploring how local-first and "private" connectivity works between a small
group of friends.
## Goals
Simple and well documented example programs.
Show possiblities for using overlay networks from the start.
Following the inspiration of [`cwtch.im`](https://cwtch.im/), I am interested
in showing how we can start to make use of overlay networks (Tor, I2P) in our
p2p programs. In my experience, it's always a think that "could potentiall
work" but maybe we're ready for "it works out of the box"?
## Links