Client-server working. No mediator.

This commit is contained in:
jdl
2024-12-18 12:35:47 +01:00
parent d0d7bf9b58
commit 6e3c3ec0b2
18 changed files with 944 additions and 116 deletions

View File

@@ -2,6 +2,10 @@
## Roadmap
* `node` package
* rename `peerRepo` to `routingTable`
* create router type with `Get(ip) *peer` and `Mediator() *peer` methods
* connReader / Writer should have access to the peerRepo
* Use default port 456
* Remove signing key from hub
* Peer: UDP hole-punching