Create projects folder and move alamesh thele

This commit is contained in:
2022-10-04 12:31:49 -06:00
parent 237c6672b5
commit c6eeb737b6
+15
View File
@@ -0,0 +1,15 @@
> "They who control the addresses, control the flow of information" - Robby, Neal Stephenson Villain
ALANET is the private internet in which alamodians host services for eachother. Alamesh is the mesh on which that internet resides.
This document describes some of the features of the mesh and implementation goals. The goals are essentially ripped off from [cjdns](https://github.com/cjdelisle/cjdns).
## Goals
* IPv6 between nodes.
* Allocating an IP address is the same as generating a crypto key pair (necessary? do we want to just make our own verison of ICANN?)
* Peering is as easy establishing a tunnel with someone else.
* ...?
* Our own custom implementation of WireGuard?
* Using the noise? www.noiseprotocol.org
* Learn BGP