Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b40c1310
Commit
b40c1310
authored
Mar 20, 2001
by
Mac Newbold
Browse files
Fixed 'ns run' fix in tutorial
parent
6f349fd5
Changes
1
Show whitespace changes
Inline
Side-by-side
www/tutorial/tutorial.html
View file @
b40c1310
...
...
@@ -97,14 +97,6 @@ from node A to B.
$ns duplex-link $NodeB $NodeC 100Mb .1ms DropTail
$ns duplex-link $NodeB $NodeD 100Mb .1ms DropTail
</code></pre>
<p>
Lastly, all NS files end with an epilog that instructs the simulator
to start. This command is ignored by the Testbed, but should be
included in all NS files for compability with the simulator.
<code><pre>
$ns run
</code></pre>
<p>
In addition to the standard NS syntax above, a number of
<a
href=
"nscommands.html"
>
extensions
</a>
have been added that allow you
...
...
@@ -130,7 +122,9 @@ going to node C:
tb-set-ip-interface $NodeB $NodeC 192.168.42.42
</code></pre>
<p>
Then make sure to add the NS run command at the end:
Lastly, all NS files end with an epilog that instructs the simulator
to start.
<code><pre>
# Go!
$ns run
</code></pre>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment