No description
Find a file
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
external spdlog-1.15.0 2024-12-07 19:14:44 +01:00
include/mesytec-mnode add prototype nng reqrep based blocking protobuf rpc server and client 2024-12-08 21:01:54 +01:00
proto add prototype nng reqrep based blocking protobuf rpc server and client 2024-12-08 21:01:54 +01:00
python add python fastapi demo; .gitignore things 2024-11-23 02:38:13 +01:00
src add prototype nng reqrep based blocking protobuf rpc server and client 2024-12-08 21:01:54 +01:00
.clang-format nng: move code into impl 2024-12-07 18:33:15 +01:00
.gitignore add python fastapi demo; .gitignore things 2024-11-23 02:38:13 +01:00
.gitmodules update mesytec-mvlc 2024-11-23 15:24:04 +01:00
CMakeLists.txt add some google/rpc protos, refactor proto cmake 2024-12-08 13:49:01 +01:00