-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
63 lines (61 loc) · 2.83 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | DispatchStation</title>
<meta name="title" content="Home | DispatchStation">
<meta name="description" content="Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Home | DispatchStation">
<meta property="og:description" content="Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro">
<meta property="og:image" content="https://dispatchstation.baranonen.com/favicon.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Home | DispatchStation">
<meta property="twitter:description" content="Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro">
<meta property="twitter:image" content="https://dispatchstation.baranonen.com/favicon.png">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>DispatchStation</h1>
<p>Web-based simulation of the EBICOS 900 traffic management and dispatching system</p>
<details>
<summary>Navigation</summary>
<a href="./">Home</a>
<a href="/simulation/">Simulation</a>
<br>
<span>Docs</span>
<hr>
<a href="/docs/quickstart/">Quick Start</a>
<a href="/docs/commands/">Commands</a>
<a href="/docs/trackobjects/">Track Objects</a>
<a href="/docs/userinterface/">User Interface</a>
</details>
<h2>Home</h2>
<a href="./simulation/">Go to the simulation ></a>
<p>DispatchStation simulates the CITYFLO 250 signalling system which is used in the Istanbul Metro's M1 line. Real commands and real track data from the line is included in the simulation.</p>
<p>The following systems are being used in the line:</p>
<ul>
<li>
<p><b>EBILOCK 950</b> - Main Interlocking</p>
</li>
<li>
<p><b>EBICOS 900 / MAN 90</b> - TMS and Dispatching System</p>
</li>
<li>
<p><b>EBICAB 700</b> - Automatic Train Control (ATC) System</p>
</li>
</ul>
<p>The simulation is written in JavaScript, is open source and can run on any web browser</p>
<img src="./assets/screenshot.png" alt="">
<small>Screenshot of the simulation</small>
<footer>
<a href="https://github.com/baranonen/DispatchStation">GitHub</a>
<br>
<a href="./simulation/">Simulation</a>
</footer>
</body>
</html>