ajout algo glouton + filius

This commit is contained in:
2022-05-04 18:39:31 +02:00
parent 8b544dba16
commit 92c5087408
110 changed files with 6166 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
<html>
<head>
<meta charset="UTF-8">
<base href="file:bilder">
<style type="text/css">
body { font-family:Helvetica,Arial,sans-serif; margin-left: 4px; margin-right: 4px; margin-bottom: 20px; }
ol { margin-left: 15px; }
ul { margin-left: 15px; }
h2 {margin-bottom: 0px; margin-top: 20px}
</style>
</head>
<body>
<h1>Documentation Mode</h1>
<h2>Structure Field </h2>
<p> These boxes are used, e.g., to group some elements of the network.</p>
<p> New boxes are created by dragging the element onto the working space. </p>
<p> The format can be edited via context menu. </p>
<h2>Text Elements </h2>
<p> These text elements support, e.g., documentation of the network elements. </p>
<p> New elements are created by dragging the element onto the working space. </p>
<p> The text format can be edited via context menu. </p>
<h2>Export</h2>
<p> The export function allows to generate and save the network as image. </p>
<h2>Report </h2>
<p> The report is a PDF file with the network diagram, important configuration parameter etc.</p>
<h2>Switch Application Mode </h2>
<p>In order to use the computer network it is necessary to switch
to the simulation mode. The button is located at the upper panel of the window.
<center><img src="hilfe/gfx/aktionsmodus.png"></center> </p>
<p>
The infrastructure of the virtual computer network and the IP configuration of the
components can be modified in the design mode. Switch to this mode using the icon at
the upper panel.
<center><img src="hilfe/gfx/entwurfsmodus.png"></center> </p>
</body>
</html>