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
2bf28228
Commit
2bf28228
authored
Dec 17, 2017
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
bc308732
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-5
4 additions, 5 deletions
README.md
with
4 additions
and
5 deletions
README.md
+
4
−
5
View file @
2bf28228
Use the batch files to generate the code.
Using Cap'n'Proto as rpc framework. It works via passing capabilites so we can easily extend the functionality from the client and server side.
For C# the nuget package Grpc.Tools must be installed. Also install the package Grpc for using the API.
For C++ use ninja & cmake as described in https://github.com/grpc/grpc/blob/master/INSTALL.md : (Use VS Developer Command Prompt)
Use the capnptool to generate the code: https://capnproto.org/capnp-tool.html
For VS2017 replace: > call "%VS140COMNTOOLS%..
\.
.
\V
C
\v
cvarsall.bat" x64
As a design decision the frontend uses a native dll which encapsulates the framework.
with: > call "%VS150COMNTOOLS%..
\.
.
\V
C
\A
uxiliary
\B
uild
\v
cvarsall.bat" x64
The capnproto does not compile with the /clr flag!
\ No newline at end of file
\ 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