Commit graph

30 commits

Author SHA1 Message Date
mykola2312
a8029bc8d5 remove deadlock detector 2025-01-29 06:54:03 +02:00
mykola2312
7bc2093c42 FIX deadlock when stopping DNS frontend 2025-01-29 05:23:25 +02:00
mykola2312
3051a1b5ea fixing deadlocks, remove daemonization as it would be handled by init system 2025-01-29 04:18:26 +02:00
mykola2312
f14a95d032 implement get routes cli 2025-01-24 20:01:49 +02:00
mykola2312
097dfb5f84 implement rpc get routes 2025-01-24 18:29:47 +02:00
mykola2312
2b294c993d implement new-host and new-node rpc node commands 2025-01-24 03:46:33 +02:00
mykola2312
8d9ccac993 implement first rpc command for keystore, fix bugs in rpc controller register 2025-01-24 03:12:05 +02:00
mykola2312
0f3b59fda6 implement neighbor list 2025-01-18 13:26:30 +02:00
mykola2312
16a95dc7d8 fix channel routing exiting after first packet. fix packet channel type not being injected 2025-01-18 12:18:52 +02:00
mykola2312
80a546b124 fix bug when goroutine crashed if lux channel closed before 2025-01-18 10:37:57 +02:00
mykola2312
bc8c4e7a0f fix route id matching, now node-to-host replies works 2025-01-17 09:23:11 +02:00
mykola2312
88190c1a2d fix bug when node router using wrong key for host 2025-01-17 08:44:50 +02:00
mykola2312
0c6df5d6cf do some todos 2025-01-17 08:25:43 +02:00
mykola2312
ac9e341b58 fix multicast bug 2025-01-16 13:48:17 +02:00
mykola2312
403a75b426 fix route type bug, make string formatted for route, add comments 2025-01-16 13:24:48 +02:00
mykola2312
fb48bfc113 resolved major routing, identification issues with host-node communication. tests are passing now 2025-01-16 09:55:27 +02:00
mykola2312
708819d981 begin solving major routing issue, add comments about situation 2025-01-16 09:28:00 +02:00
mykola2312
d7d5c44ced begin fixing routing problems 2025-01-14 10:11:24 +02:00
mykola2312
4a2f315b7c add logging, write vscode config to run debugger 2025-01-14 03:01:20 +02:00
mykola2312
a28a84eafb make nodes wield unique UUIDs, but tests are failing now 2025-01-13 09:47:30 +02:00
mykola2312
15897003a0 implement nonce per-route check 2025-01-13 08:49:28 +02:00
mykola2312
c237ae0ba5 implement router multicast, working on host heartbeat 2025-01-12 04:12:54 +02:00
mykola2312
0364776f81 working on host, tho there is host-node routing issue 2025-01-12 02:58:54 +02:00
mykola2312
73c1690c00 begin working on host data structures 2025-01-11 02:00:33 +02:00
mykola2312
5a08b0c7aa working on router unit test, fixed bug when sockets weren't closed in tests 2025-01-10 06:09:47 +02:00
mykola2312
5333175103 implement packet recv, route update, inject channel info into dgram and packet 2025-01-10 05:50:06 +02:00
mykola2312
340cb3161f begin working on lux packet receiving and routing 2025-01-10 05:22:53 +02:00
mykola2312
2b7b7e85d6 implement channel receiver and goroutine for that 2025-01-03 13:56:14 +02:00
mykola2312
b1340f9e35 make changes to routing table 2025-01-03 12:37:21 +02:00
mykola2312
36640c1ffa begin implementing lux router 2025-01-03 07:49:33 +02:00