Commit Graph

22 Commits

Author SHA1 Message Date
Lee Smet 0e6681161e Add IP Trie dependency
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-19 15:19:34 +02:00
Lee Smet 6332946d08 Update dependencies to latest versions
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-08 14:09:25 +02:00
Lee Smet 0e932795ea Remove explicit rand and getrandom dependencies
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-07 16:08:43 +02:00
Lee Smet 8fcb8aaff3 Update x25519-dalek dependency to v2.0.0
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-07 16:07:03 +02:00
Lee Smet 5ec9ed8a58 Remove console-subscriber dependency
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-07 14:57:29 +02:00
Lee Smet 4c566957b3 Update tokio dependencies to latest version
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-07 11:56:16 +02:00
Lee Smet be06e5c0a0 Add IpNet dependency
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-09-06 13:20:32 +02:00
Lee Smet 4b36322a35 Switch router concurrency to left-right
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-08-31 18:35:36 +02:00
Lee Smet d40842fa6f Stream for data packets in router
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-08-28 15:12:30 +02:00
Lee Smet 6b95950963 Enable tokio console for better debugging
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-08-25 12:10:16 +02:00
Lee Smet c6a410ef84 Add cli inspect option
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-08-03 15:50:34 +02:00
Lee Smet c35efa7c24 Rename project
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-07-25 16:19:37 +02:00
Lee Smet 6eb0f69739 Add opentelemetry dependency
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-07-24 17:00:13 +02:00
Lee Smet 24f7f1d51f Add pretty env logger
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-07-24 16:57:50 +02:00
Lee Smet 88480bee9f Add log dependency
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-07-24 16:52:54 +02:00
Lee Smet eba77ce7bf Update dependencies
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-07-24 15:52:52 +02:00
Maxime Van Hees 362893ad99 encrypting data packets v1 2023-05-23 16:33:58 +00:00
Maxime Van Hees bd8de3bb2f further ipv6 support + addr generation from pubkey 2023-05-23 09:18:32 +00:00
Maxime Van Hees 0116c550a8 updated router_id to be PublicKey type 2023-05-22 16:19:50 +00:00
Maxime Van Hees 179904b093 updated datapacket to include pubkey 2023-05-22 14:22:10 +00:00
Maxime Van Hees 9315746930 test trailing data 2023-04-11 16:18:35 +00:00
Maxime Van Hees fb2cc7a62b first commit 2023-04-11 09:31:01 +00:00