Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
simulators
server
Commits
a2900cf4
Commit
a2900cf4
authored
May 22, 2019
by
hengwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More docs
parent
808baa8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
rpc/README.md
rpc/README.md
+7
-0
No files found.
rpc/README.md
View file @
a2900cf4
...
...
@@ -12,6 +12,13 @@ $ java -cp "target/rpc-1.0.0-SNAPSHOT-jar-with-dependencies.jar:." server.rpc.Rp
Or use IDE to start the main class at
`/Users/ham/Projects/MontiSim/server/rpc/src/main/java/server/rpc/RpcServer.java`
.
Don't forget to set the program argument telling rpc server on which port it should listen.
## OpenModelica
The simulator supports 2 different physic models: OpenModelica and masspoint vehicle model.
To be able to use OpenModelica model, the
`.fmu`
files have to be compiled first.
For further instructions please refer to:
[
OpenModelica
](
https://git.rwth-aachen.de/monticore/EmbeddedMontiArc/simulators/server/blob/master/README.md#configuration-of-openmodelica
)
The
`.fmu`
files should be put
`rpc/lib`
directory.
## Docker
Build the docker image after the jar is built:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment