mesh: implement UDP gossip transport; wire mesh comms into main

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iea0b2f250b01df78b1c7be73d69d28c06a6a6964
This commit is contained in:
raf 2026-03-06 17:45:29 +03:00
commit d290bcf4ad
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 226 additions and 5 deletions

View file

@ -20,7 +20,7 @@ buildGoModule {
];
};
vendorHash = "sha256-suI8EAgRFG7BDJP2aqLWsej6FTP+OrEsmxRyV5hkKK0=";
vendorHash = "sha256-rjgb/iSz3+GPu8lNIhlTCwC/9uuuSh/PJv9GxvL7gJE=";
ldflags = ["-s" "-w"];
}