All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HPCC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:13, 20 October 2022 James talk contribs created page NS2 (Created page with "Running NS2 is a four step process. Prepare a Tcl script for NS2 like the example ('''''ex.tcl''''') shown below. This example has 2 nodes with 1 link and uses UDP agent with the CBR traffic generator. <pre> set ns [new Simulator] set tr [open trace.out w] $ns trace-all $tr proc finish {} { global ns tr $ns flush-trace close $tr exit 0 } set n0 [$ns node] set n1 [$ns node] $ns duplex-link $n0 $n1 1Mb 10ms DropTail set udp0 [new Agent...")