Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ModeliChart Protocol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ModeliChart
ModeliChart Protocol
Commits
2df26145
Commit
2df26145
authored
6 years ago
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme.
parent
aaa8dd3b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-5
9 additions, 5 deletions
README.md
with
9 additions
and
5 deletions
README.md
+
9
−
5
View file @
2df26145
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.
Compile the ModeliRpc.proto file to generate the code.
Use the batch file to generate the cpp & csharp code.
The compilation is simplified by the generate_
*
scripts.
This reqruires the plugins (grcp_csharp_plugin.exe & grcp_cpp_plugin.exe) which are delivered with your version of the library.
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 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 ".
\v
cpkg install grpc:x64-windows")
The easiest way to get obtain the C++ library for visual studio is using the vcpkg tool from github (use ".
\v
cpkg 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment