Commit Graph

59 Commits

Author SHA1 Message Date
Maxime Van Hees cc7c0831e2 test route propagation v3 2023-05-11 12:42:25 +00:00
Maxime Van Hees eeb21c5a9c test route propagation v2 2023-05-11 12:40:55 +00:00
Maxime Van Hees 92bca4152b test route propagation 2023-05-11 12:09:26 +00:00
Maxime Van Hees c202ecd690 update 2023-05-11 09:30:55 +00:00
Maxime Van Hees 6f9a69c5fd added route expiry timer 2023-05-10 15:10:13 +00:00
Maxime Van Hees 4c1d1f3cd3 added link cost 2023-05-10 11:50:16 +00:00
Maxime Van Hees 09d88656ed added timers and IHU timer 2023-05-10 09:50:11 +00:00
Maxime Van Hees f52289d555 another refactoring v2 2023-05-09 18:27:27 +00:00
Maxime Van Hees 53addf9f79 another refactoring v2 2023-05-09 18:03:40 +00:00
Maxime Van Hees 9fe9b204d1 another refactoring 2023-05-09 17:33:21 +00:00
Maxime Van Hees 09bc9b5eca small refactor: replace SourceKey by FeasibilityDistance 2023-05-09 12:42:24 +00:00
Maxime Van Hees da83e360ff updates 2023-05-09 09:58:15 +00:00
Maxime Van Hees b95c3e9ebf fixed address encoding bug 2023-05-05 18:53:35 +00:00
Maxime Van Hees 7cdf8fe4b2 adding updates messages v2 2023-05-05 18:39:16 +00:00
Maxime Van Hees 054b05540b adding updates messages v1 2023-05-05 14:40:59 +00:00
Maxime Van Hees f5795d16b2 added routing table and source table v3 2023-05-03 17:14:04 +00:00
Maxime Van Hees 95158c3a04 added routing table and source table v2 2023-05-03 17:11:27 +00:00
Maxime Van Hees 4d4cc855a8 added routing table and source table v1 2023-05-03 17:05:07 +00:00
Maxime Van Hees f1e219f6ce measure time between Hello and IHU v4 2023-04-27 15:50:30 +00:00
Maxime Van Hees f08dcdb9c6 measure time between Hello and IHU v3 2023-04-27 15:33:47 +00:00
Maxime Van Hees a9fd3a55cb measure time between Hello and IHU v2 2023-04-27 15:29:18 +00:00
Maxime Van Hees bbb96fc5e6 measure time between Hello and IHU v1 2023-04-27 15:22:53 +00:00
Maxime Van Hees 408819844e fixed imports, changed router function according to new packet structure 2023-04-27 11:54:26 +00:00
Maxime Van Hees f3dd56af22 update packet structure and codec to be more in line with Babel protocol 2023-04-27 11:31:38 +00:00
Maxime Van Hees 1e9d39c8c3 refactoring done 2023-04-25 13:34:51 +00:00
Maxime Van Hees 9436d5db19 refactoring + fixing little bug in get_peer_from_ip 2023-04-25 06:59:05 +00:00
Maxime Van Hees 22c0d45e43 refactoring v1 2023-04-24 21:07:24 +00:00
Maxime Van Hees 3ebfb08f16 2 channels (control, data) v8 2023-04-24 18:14:38 +00:00
Maxime Van Hees b76177bc4b 2 channels (control, data) v7 2023-04-24 17:06:43 +00:00
Maxime Van Hees 5234db4009 2 channels (control, data) v6 2023-04-24 13:18:44 +00:00
Maxime Van Hees 7b18a145ed 2 channels (control, data) v5 2023-04-24 12:03:42 +00:00
Maxime Van Hees cd5c93d77d 2 channels (control, data) v4 2023-04-24 11:58:40 +00:00
Maxime Van Hees fda016c78d 2 channels (control, data) v2 2023-04-24 11:31:23 +00:00
Maxime Van Hees eb7e151d10 2 channels (control, data) v1 2023-04-24 09:41:55 +00:00
Maxime Van Hees 2f0879ae1c first commit babel 2023-04-20 06:46:48 +00:00
Maxime Van Hees 67a8292b21 fixed 2023-04-18 16:25:19 +00:00
Maxime Van Hees aa8639bebc routing packet to correct peer v13 2023-04-18 16:14:56 +00:00
Maxime Van Hees af07322bc4 routing packet to correct peer v11 2023-04-18 16:12:41 +00:00
Maxime Van Hees 5a6f5271aa routing packet to correct peer v10 2023-04-18 15:41:53 +00:00
Maxime Van Hees 8616b18440 routing packet to correct peer v9 2023-04-18 15:19:37 +00:00
Maxime Van Hees ff1b211dae routing packet to correct peer v8 2023-04-18 15:00:54 +00:00
Maxime Van Hees ddb5c7e0bf routing packet to correct peer v7 2023-04-18 14:58:06 +00:00
Maxime Van Hees 9c4b8652e1 routing packet to correct peer v6 2023-04-18 13:45:11 +00:00
Maxime Van Hees a961f40b95 routing packet to correct peer v5 2023-04-18 12:57:34 +00:00
Maxime Van Hees fc57d49c59 routing packet to correct peer v4 2023-04-18 12:18:21 +00:00
Maxime Van Hees f4c23a85af routing packet to correct peer v3 2023-04-18 12:14:53 +00:00
Maxime Van Hees 24a32eb128 routing packet to correct peer v2 2023-04-18 12:06:40 +00:00
Maxime Van Hees 0cac741769 routing packet to correct peer v1 2023-04-18 09:15:07 +00:00
Maxime Van Hees dee5b884d8 small bug fix 2023-04-14 13:35:11 +00:00
Maxime Van Hees f143ba9570 added start of routing 2023-04-14 13:20:47 +00:00