No description
Find a file
2023-01-16 16:59:19 +01:00
.vscode [node] implement everything... 2022-12-21 21:21:57 +01:00
nodes [docs] add some installation instructions 2023-01-16 16:59:19 +01:00
web [docs] add some installation instructions 2023-01-16 16:59:19 +01:00
.gitignore update kverify to use new api scheme 2022-12-10 11:42:31 +01:00
installation.md [docs] add some installation instructions 2023-01-16 16:59:19 +01:00
README.md add first try of installation instructions 2022-11-26 18:00:46 +01:00

lare's autopeering implementation

This is my (LARE-MNT) implementation of an auto peering system

It consists of two parts:

  1. the "server"
    • handling user auth (via kioubit)
    • add/edit/delete peerings (#todo)
    • communicate new/update peerings with nodes #todo
  2. the "nodes daemon" #todo
    • reveives new/updated peering configs from the "server" #todo

Installation

see installation.md