You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Documentation/Manual/software-platform.rst
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,11 @@ program folder and the web server defaults to ``Content\Web\index.html``.
129
129
130
130
If you choose to develop your own pages, please consider sharing them with the Open Rails community.
131
131
132
+
- The Cab Controls web page shows the controls from the cab and lets you use them to drive the player loco.
133
+
134
+
.. image:: images/web-page-cab-controls.png
135
+
136
+
132
137
- The HUD web page repeats the F5 overlay.
133
138
134
139
.. image:: images/web-page-hud.png
@@ -149,7 +154,7 @@ If you choose to develop your own pages, please consider sharing them with the O
149
154
150
155
- | The Switch Panel page shows a html panel with a selection of 40 buttons. Buttons which can be used to issue Open Rails commands, normally entered via the keyboard.
151
156
|This panel is most usefull when used on a touch enabled device, such as a tablet.
152
-
|The adress of the panel is "<OR host>:2150/SwitchPanel/index.html", where <OR host> must be replaced with the hostname or ip adress of the host where Open Rails is running.
157
+
|The address of the panel is "<OR host>:2150/SwitchPanel/index.html", where <OR host> must be replaced with the hostname or IP address of the host where Open Rails is running.
153
158
|Not all buttons are yet filled. Depends also on the type of locomotive.
154
159
155
160
.. image:: images/switch-panel.png
@@ -193,18 +198,23 @@ Note: To avoid overloading the simulator, please keep API calls to once or twice
193
198
- | ``Orts.Simulation.Physics .Train.TrainInfo``
194
199
* - | GET
195
200
- | ``/API/TIME``
196
-
- | Retrieves just the simulation time in seconds since midnight.
0 commit comments