Compare commits

..

8 Commits

Author SHA1 Message Date
mirsal 893e75cbf5 main: Send beacons to the all-nodes link-local multicast group 2021-03-31 21:31:04 +00:00
mirsal 9074a16eb6 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 21:31:04 +00:00
mirsal 8be534c086 Listen on IPv6 for peer discovery broadcasts
The Future
2021-03-31 21:31:04 +00:00
mirsal 5d351ebc00 Merge pull request 'Cleanup and refactor Node handling' (#4) from refactor-node into main
Reviewed-on: #4
2021-03-31 10:43:57 +00:00
Ujjwal Sharma 77387edd0d
src: rename Node and methods 2021-03-31 16:10:04 +05:30
Ujjwal Sharma 53bd1c9e6c
src: move network types to new file 2021-03-31 12:31:29 +05:30
Ujjwal Sharma 4b2a20c581
src: improve Node handling 2021-03-31 12:04:50 +05:30
Ujjwal Sharma d46faad53e
src: implement base64 handling for PublicKey 2021-03-31 12:03:48 +05:30

Diff Content Not Available