Commit graph

87 commits

Author SHA1 Message Date
Florian Lüke
7751d487ed math: add make_quiet_nan() 2024-12-25 03:19:00 +01:00
Florian Lüke
6d93197f86 mana::Arena: fixes and segment limit and tests 2024-12-25 03:18:39 +01:00
Florian Lüke
fa897ea233 some replay api changes - still unsure about the design 2024-12-23 13:00:31 +01:00
Florian Lüke
46efb1cff7 move arena into internal header, add mana gtest 2024-12-23 12:59:57 +01:00
Florian Lüke
2087933fac move round_up() into mnode_math 2024-12-23 12:59:27 +01:00
Florian Lüke
a679f8aca7 cmake: add googletest via FetchContent 2024-12-23 12:58:48 +01:00
Florian Lüke
a6bc4d1329 working mana_replay but doesn't do any analysis yet
reaches 210 MiB/s with is690-9Li_3H_run094
2024-12-21 19:11:17 +01:00
Florian Lüke
5da3276b3e begin work on a mini analysis replay tool 2024-12-21 15:21:12 +01:00
Florian Lüke
8e20403adb update mesytec-mvlc for a crash fix 2024-12-21 15:19:21 +01:00
Florian Lüke
25286dd9d2 add an analysis plugin api sketch 2024-12-21 15:18:47 +01:00
Florian Lüke
b12e8a3a8b build a mnode resource library containing the vme meta data 2024-12-21 15:17:26 +01:00
Florian Lüke
f06561b7dd cmake: add cmrc by vector-of-bool 2024-12-21 15:16:24 +01:00
Florian Lüke
c79a4b8fa9 rename assets/ to data/ 2024-12-21 15:15:37 +01:00
Florian Lüke
e86303f7eb cmake: cleanup 2024-12-21 01:30:00 +01:00
Florian Lüke
8a3fc0ed1d initial dump of data from the mvme templates 2024-12-21 01:29:39 +01:00
Florian Lüke
728bad6841 possible low level mvlc proto interface 2024-12-17 23:27:48 +01:00
Florian Lüke
2c75142cb8 move dev tools into tools/ 2024-12-17 18:19:31 +01:00
Florian Lüke
17787b8ab1 work on rpc 2024-12-12 00:31:03 +01:00
Florian Lüke
bf03a19820 add prototype nng reqrep based blocking protobuf rpc server and client
The code requires cc_generic_services = true in the service proto files.
nng_msg payload is:
  request format : size:u32 + serialized MethodCall
  response format: size:u32 + serialized MethodCallResponse

Dispatch is done using descriptors, message prototypes and protobuf.Any.
Error handling is missing apart from error logging.
2024-12-08 21:01:54 +01:00
Florian Lüke
7ab1af93e3 play with protos and service stub descriptors 2024-12-08 13:49:46 +01:00
Florian Lüke
3a6f7a36be add some google/rpc protos, refactor proto cmake 2024-12-08 13:49:01 +01:00
Florian Lüke
43c18dc243 cleanup 2024-12-07 21:54:46 +01:00
Florian Lüke
fea9cd07b1 port ping server to async work 2024-12-07 20:36:37 +01:00
Florian Lüke
c729069c2b ping client: use async dial and a longer timeout 2024-12-07 20:35:51 +01:00
Florian Lüke
b0ca75960b add argh fromhttps://github.com/aardvarkk/argh 2024-12-07 20:35:29 +01:00
Florian Lüke
3b7b0bee82 spdlog-1.15.0 2024-12-07 19:14:44 +01:00
Florian Lüke
1a20dd8097 idea about how the logging interface could look like 2024-12-07 18:34:27 +01:00
Florian Lüke
1d5a957043 port mnode_proto_ping_client to the new async work 2024-12-07 18:34:06 +01:00
Florian Lüke
25b018b1bb add a barebones nng async abstraction 2024-12-07 18:33:35 +01:00
Florian Lüke
4c940d4e0a nng: move code into impl 2024-12-07 18:33:15 +01:00
Florian Lüke
4e4606c454 hide spdlog from mnode_nng.h 2024-12-07 17:36:59 +01:00
Florian Lüke
d3a5f2c75c refactor namespaces 2024-12-07 16:48:24 +01:00
Florian Lüke
ce338ce680 Merge branch 'main' into pipeline 2024-12-07 16:15:39 +01:00
Florian Lüke
789cf5bab6 submodules and clang-format 2024-12-07 16:13:35 +01:00
Florian Lüke
07919d6795 async ping client and server 2024-12-07 16:12:40 +01:00
Florian Lüke
b18a9361ab save 2024-12-07 03:55:45 +01:00
Florian Lüke
3ae9fdcf8c add .clang-format file based on LLVM style 2024-11-29 00:32:37 +01:00
Florian Lüke
aa052166db update submodules 2024-11-29 00:13:31 +01:00
Florian Lüke
7ed57acdee node_nng: hide some nng details 2024-11-28 02:52:15 +01:00
Florian Lüke
3c1ced7de5 update mesytec-mvlc 2024-11-23 17:31:18 +01:00
Florian Lüke
22263a52d7 update mesytec-mvlc 2024-11-23 15:24:04 +01:00
Florian Lüke
8ac61415ef cleanup 2024-11-23 12:08:52 +01:00
Florian Lüke
8f8b463a14 move things around, only add spdlog if it's not present yet 2024-11-23 11:00:28 +01:00
Florian Lüke
e25f76eebf refactor things, build mesytec-node-nng lib 2024-11-23 03:05:05 +01:00
Florian Lüke
567a999fdc add python fastapi demo; .gitignore things 2024-11-23 02:38:13 +01:00
Florian Lüke
8497488cb3 better logging 2024-11-22 13:05:49 +01:00
Florian Lüke
a0857b203b mesy_nng: pass the last operations result value to retry_predicate 2024-11-22 12:11:43 +01:00
Florian Lüke
9e95897283 tweak ping pong 2024-11-21 23:00:13 +01:00
Florian Lüke
78cab52b91 add sync reqrep ping pong 2024-11-21 22:23:52 +01:00
Florian Lüke
f017d2406e add updated mesy_nng from mvme, fix things, add mnode_proto_test1 2024-11-21 21:38:20 +01:00