-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathsil-kit-system-controller.1
More file actions
52 lines (48 loc) · 2.36 KB
/
sil-kit-system-controller.1
File metadata and controls
52 lines (48 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH sil-kit-system-controller "1" "September 2024" "sil-kit-system-controller" "User Commands"
.SH NAME
sil-kit-system-controller \- Manual page for SIL Kit - System Controller
.SH SYNOPSIS
.B sil-kit-system-controller
[\fI\,--version\/\fR] [\fI\,--help\/\fR] [\fI\,--non-interactive\/\fR] [\fI\,--connect-uri <silkitUri>\/\fR] [\fI\,--name <participantName>\/\fR] [\fI\,--configuration <filePath>\/\fR] \fI\,<participantName1> \/\fR[\fI\,<participantName2> \/\fR...]
.SH DESCRIPTION
SIL Kit \fB\-\-\fR System Controller
.PP
Arguments:
.IP "-v --version"
Get version info.
.IP "-h --help"
Get this help.
.IP "-u --connect-uri <silkitUri>"
The registry URI to connect to. Defaults to 'silkit://localhost:8500'.
.IP "-n --name <participantName>"
The participant name used to take part in the simulation. Defaults to 'SystemController'.
.IP "-c --configuration <filePath>"
Path to the Participant configuration YAML or JSON file. Note that the format was changed in v3.6.11.
.IP "<participantName1>, <participantName2>"
Names of participants to wait for before starting simulation.
.SH "SEE ALSO"
The full documentation for
.I sil-kit-system-controller
is maintained as a Texinfo manual. If the
is maintained at
.B https://vectorgrp.github.io/sil-kit-docs/
.SH COPYRIGHT
MIT License
Copyright (c) 2024 Vector Informatik GmbH
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.