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

📄 cbr-05-10

📁 MAODV代码和安装程序 hen nan找啊
💻
字号:
## First Multicast group# 5 sender: nodes 0 through 4# receiver(s): nodes 40 through 49#for {set i 0} {$i < 5} {incr i} {	set udp_($i) [new Agent/UDP]	$udp_($i) set dst_addr_ 0xE000000	$ns_ attach-agent $node_($i) $udp_($i)#	set cbr_($i) [new Application/Traffic/CBR]	$cbr_($i) set packetSize_ 256	$cbr_($i) set interval_ 0.50	$cbr_($i) set random_ 1	# send enough packets to keep simulation nearly busy: 2 packets	# a second, starting at 30, stopping at 899: 2*870 = 1740	$cbr_($i) set maxpkts_ 1740	$cbr_($i) attach-agent $udp_($i)	$cbr_($i) set dst_ 0xE000000	$ns_ at 30.0 "$cbr_($i) start"}## the nodes have to join the multicast group to receive the packet...#for {set i 40} {$i < 50} {incr i} {	$ns_ at 0.0100000000 "$node_($i) aodv-join-group 0xE000000"}

⌨️ 快捷键说明

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