Traffic Display: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{EnglishNav}} {{EnglishNavBottom}}") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{EnglishNav}} | {{EnglishNav}} | ||
==Introduction== | |||
The Traffic Display feature is an optional system that is essentially a web server that runs inside the sim and displays traffic information in a web browser. | |||
==Operation== | |||
To enable this feature, start the sim using the following command line option: | |||
<pre style="color:blue;font-size:16px"> | |||
-http | |||
</pre> | |||
This will start the server on port 80. If a ''different'' port is desired (say, you already run a web server on your computer) then you may specify the port you wish to use using the following command line option: | |||
<pre style="color:blue;font-size:16px"> | |||
-http:8080 | |||
</pre> | |||
[[Traffic display.PNG|Example traffic display page]] | |||
{{EnglishNavBottom}} | {{EnglishNavBottom}} | ||
Revision as of 01:12, 15 April 2016
Contents | FAQ | Manual | General Tips and Tricks | Change Log | Multiplayer Manual | Line Operations Manual | Voice Communications | Change Log | Developers pages
Introduction
The Traffic Display feature is an optional system that is essentially a web server that runs inside the sim and displays traffic information in a web browser.
Operation
To enable this feature, start the sim using the following command line option:
-http
This will start the server on port 80. If a different port is desired (say, you already run a web server on your computer) then you may specify the port you wish to use using the following command line option:
-http:8080