config.html

来自「good examples for omnet++」· HTML 代码 · 共 35 行

HTML
35
字号
<html>
<style type="text/css">
h1,h2,h3,h4,p,table,ul,ol {font-family: Geneva, Arial, Helvetica, sans-serif;}
pre { margin-left:8pt; background:#fffff4; padding:5pt; border:1px solid; border-color:#a0a0a0 }
</style>

<body>
<h3>Configuration</h3>

<p>
To run the simulation in hardware-in-the-loop mode, we entered the
following lines into <tt>omnetpp.ini</tt>:

<pre>
[General]
scheduler-class = "cSocketRTScheduler"
</pre>

<p>
This selects the <tt>cSocketRTScheduler</tt> class as scheduler class.
This class expects another configuration entry, <tt>socketrtscheduler-port=</tt>,
which specifies the TCP port to listen on. The default port is 4242;
you can change it to e.g. 6000 by adding the following line
under <tt>[General]</tt>:

<pre>
socketrtscheduler-port=6000
</pre>

<p>
<a href="index.html">Home</a>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?