Commit graph

100 commits

Author SHA1 Message Date
mykola2312
a372438632 implement rpc cli host query, fix bugs 2025-01-26 04:31:26 +02:00
mykola2312
0a7a39d8bd implement host entry 2025-01-26 03:58:54 +02:00
mykola2312
2707c44800 begin working on host entry 2025-01-26 03:45:18 +02:00
mykola2312
339d588f99 implement node multicast timer 2025-01-26 02:28:37 +02:00
mykola2312
f75fa492a6 implement rpc get keys 2025-01-25 21:35:17 +02:00
mykola2312
a1bad13490 workaround weird behavior of ctx.Release, pidfile now containts daemon's pid 2025-01-25 02:16:31 +02:00
mykola2312
2d7625101f implement daemonization 2025-01-25 00:55:02 +02:00
mykola2312
451b73b0f2 use logger instead of stderr since in daemon mode we cannot access std outputs 2025-01-24 23:32:04 +02:00
mykola2312
ddb0c24977 fix logging levels 2025-01-24 23:28:36 +02:00
mykola2312
c509106aec configure logging to file 2025-01-24 22:44:30 +02:00
mykola2312
2541a561b1 implement rpc cli for new-host and new-node 2025-01-24 20:14:49 +02:00
mykola2312
f14a95d032 implement get routes cli 2025-01-24 20:01:49 +02:00
mykola2312
ba05370fcf begin working on rpc cli 2025-01-24 19:27:15 +02:00
mykola2312
510bfb0e27 implement node rpc host query 2025-01-24 19:08:07 +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
54dcd30a3f fix signal handling 2025-01-24 02:50:22 +02:00
mykola2312
10266f26ef implement node entry point 2025-01-24 01:58:35 +02:00
mykola2312
0231524afc fix bug in rpc client 2025-01-22 23:22:54 +02:00
mykola2312
e532b5c57b implement RPC client, tho bug - client does not receive response 2025-01-22 23:11:10 +02:00
mykola2312
9d15dba9d5 implement RPC server, needs testing 2025-01-22 21:51:56 +02:00
mykola2312
337930c0d4 implement XML defragmentation for RPC over stream-like transports (TCP) 2025-01-22 16:44:44 +02:00
mykola2312
fff7e19c94 working on rpc server 2025-01-22 15:20:34 +02:00
mykola2312
d736c76fe4 working on rpc xml types 2025-01-22 13:53:32 +02:00
mykola2312
b60aa935ce rework WAN option to always carry ipv4 and ipv6 in one option 2025-01-22 13:07:06 +02:00
mykola2312
1ac1c88644 lux rpc response type 2025-01-21 18:50:49 +02:00
mykola2312
76d49d57b8 begin implementing rpc 2025-01-21 17:30:27 +02:00
mykola2312
2119403892 implement xml config parsing, node bootstrapping 2025-01-21 12:11:03 +02:00
mykola2312
a8534a5abc begin working on entry point 2025-01-21 09:00:15 +02:00
mykola2312
923c57ab70 fix bugs related to uninitialized state objects, now node state sync works 2025-01-19 16:15:11 +02:00
mykola2312
431314292e implement node sync handler, tho needs bug fixes, testing 2025-01-19 15:50:55 +02:00
mykola2312
428aa2a11e begin working on sync handler 2025-01-19 13:36:30 +02:00
mykola2312
b3ac79797c implement node sync serialization 2025-01-19 12:49:32 +02:00
mykola2312
b2b386b961 test IP primitives in proto buffer 2025-01-19 12:31:52 +02:00
mykola2312
7c5410441a implement IP primitives in proto buffer 2025-01-18 16:40:01 +02:00
mykola2312
7999d56959 implement sync deserialization 2025-01-18 16:06:45 +02:00
mykola2312
6b50d97eac begin implementing node sync packet 2025-01-18 15:24:53 +02:00
mykola2312
ca2dd6da1a implement lux node state serialization 2025-01-18 13:35:22 +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
a132ecb6fa bug: second heartbeat does not arrive 2025-01-18 10:40:47 +02:00
mykola2312
80a546b124 fix bug when goroutine crashed if lux channel closed before 2025-01-18 10:37:57 +02:00
mykola2312
9e661baad2 implement host option update channel feed. need to fix sigsegv bug when goroutine reads from closed channel 2025-01-18 10:29:01 +02:00
mykola2312
afcba5d91c implement heartbeat handler, tho needs more proper testing 2025-01-18 09:55:59 +02:00
mykola2312
4dea4c8d07 begin working on node 2025-01-18 09:32:57 +02:00
mykola2312
0cdbeaf801 implement lux node state 2025-01-17 15:19:30 +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