Spring 2002
ENSC 835: HIGH-PERFORMANCE NETWORKS
CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS
If you use a workstation in the ENSC Graduate Computer Room ASB 9884 or
in the CS Graduate Computer Room ASB 10803, you need not
ssh to css.css.sfu.ca. All these machines have mounted directory /ensc/local2.
ns2.1b8 environment info:
1. Add to your .login :
    if ( -e /ensc/local2/ns2.1b8 ) then
    setenv PATH ${PATH}:/ensc/local2/ns2.1b8/bin
    endif
2. source .login
3. mkdir ns
4. cd ns
5. cp /ensc/local2/ns2.1b8/ns-2.1b8/tcl/ex/example-trace .
6. cp /ensc/local2/ns2.1b8/ns-2.1b8/tcl/ex/tg.tcl .
Execute a sample ns-2 code:
ns tg.tcl
ns2.1b6 environment info:
1. Add to your .login :
    if ( -e /ensc/local2/ns2.1b6 ) then
    setenv PATH ${PATH}:/ensc/local2/ns2.1b6/bin
    endif
2. source .login
3. mkdir ns
4. cd ns
5. cp /ensc/local2/ns/ns-allinone-2.1b6/ns-2.1b6/tcl/ex/example-trace .
6. cp /ensc/local2/ns/ns-allinone-2.1b6/ns-2.1b6/tcl/ex/tg.tcl .
Execute a sample ns-2 code:
ns tg.tcl
Last modified: Tuesday February 19 22:00:46 PST 2002.