Skip to content
Snippets Groups Projects
Commit 2df26145 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

Updated readme.

parent aaa8dd3b
No related branches found
No related tags found
No related merge requests found
Using the grpc framework.
Using the [grpc](https://grpc.io/) framework.
The rpc calls are defined in the .proto file so use the protoc compiler to generate the code.
Use the batch file to generate the cpp & csharp code.
This reqruires the plugins (grcp_csharp_plugin.exe & grcp_cpp_plugin.exe) which are delivered with your version of the library.
Compile the ModeliRpc.proto file to generate the code.
The compilation is simplified by the generate_* scripts.
Compilation requires the plugins grcp_csharp_plugin.exe / grcp_cpp_plugin.exe which are delivered with your version of the grpc framework.
The C# library and generation tool can be obtained via nuget (Grpc, Grpc.Tools & Google.Protobuf).
The easiest way to get obtain the C++ library is using the cvpkg tool from github (use ".\vcpkg install grpc:x64-windows")
The easiest way to get obtain the C++ library for visual studio is using the vcpkg tool from github (use ".\vcpkg install grpc:x64-windows").
This might be outdated and switching to conan https://github.com/inexorgame/conan-grpc might be more appropiate.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment