From df9e246169405ce4c8564ebbeeaa550c7e596a6e Mon Sep 17 00:00:00 2001 From: Fisher Date: Tue, 4 Oct 2022 11:24:16 +0000 Subject: [PATCH] Initial WIP alamesh doc. --- alamesh.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 alamesh.md diff --git a/alamesh.md b/alamesh.md new file mode 100644 index 0000000..367d423 --- /dev/null +++ b/alamesh.md @@ -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. +* ...? \ No newline at end of file