autopeering/README.md

16 lines
401 B
Markdown
Raw Normal View History

2022-11-10 20:38:03 +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)
2023-01-19 15:47:43 +01:00
- add/edit/delete peerings
- communicate new/update peerings with nodes
2. the "nodes daemon"
- reveives new/updated peering configs from the "server"
## Installation
see [installation.md](installation.md)