SSB daemon in Rust
Go to file
mirsal 2ba51c8677 Quick and dirty peer discovery broadcast mock implementation
* Use `async_std::task` for network loops
 * Send the generated public key over ipv4 udp broadcast frames

(peer discovery is not functional yet, although multiple instances
connected to the same link can now talk to each other, so yay.)
2021-03-31 08:40:39 +00:00
src Quick and dirty peer discovery broadcast mock implementation 2021-03-31 08:40:39 +00:00
.gitignore meta: initial commit 2021-03-20 00:59:46 +05:30
Cargo.lock Add async_std dependencies 2021-03-29 19:37:09 +00:00
Cargo.toml Add async_std dependencies 2021-03-29 19:37:09 +00:00
LICENSE Create LICENSE 2021-03-28 11:06:26 +05:30