|
@@ -41,6 +41,7 @@ Users | Blockchain index
|
|
|
:-------------------------:|:-------------------------:
|
|
|
 | 
|
|
|
|
|
|
+
|
|
|
EdgeVPN uses libp2p to build an immutable trusted blockchain addressable p2p network.
|
|
|
|
|
|
**VPN** : Creates a vpn between p2p peers
|
|
@@ -53,6 +54,16 @@ At implementation detail, EdgeVPN uses a blockchain to store *Services UUID*, *F
|
|
|
|
|
|
**The blockchain is ephemeral and on-memory**. Each node keeps broadcasting it's state until it is reconciled in the blockchain. If the blockchain would get start from scratch, the hosts would re-announce and try to fill the blockchain with their data.
|
|
|
|
|
|
+# :new: GUI
|
|
|
+
|
|
|
+A Desktop GUI application (alpha) for Linux is available [here](https://github.com/mudler/edgevpn-gui)
|
|
|
+
|
|
|
+Dashboard | Connections index
|
|
|
+:-------------------------:|:-------------------------:
|
|
|
+ | 
|
|
|
+ |
|
|
|
+
|
|
|
+
|
|
|
# :question: Why?
|
|
|
|
|
|
First of all it's my first experiment with libp2p. Second, I always wanted a more "open" `ngrok` alternative, but I always prefer to have "less infra" as possible to maintain. That's why building something like this on top of `libp2p` makes sense.
|