Initial WIP alamesh doc.

This commit is contained in:
2022-10-04 11:24:16 +00:00
parent f8e56fbb42
commit df9e246169
+14
View File
@@ -0,0 +1,14 @@
# Alamesh
> "They who control the addresses, control the flow of information" - Robby, Neal Stephenson Villain
Alanet is the private internet in which alamodians host services of 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.
* ...?