⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 telnetmodel.html

📁 good examples for omnet++
💻 HTML
字号:
<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>The Telnet model</h3>

<p>
TelnetNet is similar to HTTPNet, but clients maintain telnet sessions
to the server. The server echoes every character (in uppercase, to make it
more interesting, and prints control characters in a readable form).
Telnet clients are simulated except one, which is a proxy for a real-life
client. By telnetting to localhost, port 4242 you can send your own
keypresses over the simulated network to the simulated server.

<p>
To try:

<ul>
  <li> start the simulation with the "Run" button on the toolbar
  <li> on Windows: open a command prompt (Start->Run->cmd.exe), and type
       "telnet localhost 4242"
  <li> on Linux/Unix: type "telnet localhost 4242" on the shell prompt, then
       put your telnet into character mode (otherwise it'll send your keypresses
       only when you hit Enter.) On my telnet this was done by pressing Ctrl+],
       then typing "mode character" followed by Enter.
  <li> then type into the telnet program, and watch how your keypresses get
       into the simulated network.
</ul>

<p>
It is also possible to stop the simulation when a packet is underway, and
peek into it.

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

</body>
</html>

⌨️ 快捷键说明

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