dummy impl lmao lol funny commit message xD

This commit is contained in:
lilly 2026-05-20 08:51:12 +02:00
commit 8b7407ba26
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
7 changed files with 221 additions and 13 deletions

View file

@ -1,6 +1,17 @@
# P2pChat
**TODO: Add description**
## Wire-Protocol
The protocol is separated into two parts.
The lower layer takes care of p2p coordination while the upper chat layer sits on top of it.
### P2P
TODO
### Chat
TODO
## Installation