플로우 모니터를 사용하여 tcp 플로우를 모니터하려고합니다. attach-fmon은 무선 연결에서 사용할 수없는 링크 개체를 원합니다. 이 문제를 어떻게 해결할 수 있습니까? 다른 해결책이 있습니까?무선 연결을 통한 플로우를 어떻게 모니터합니까?
내 코드는 내가 NS (네트워크 시뮬레이터)와 경험이 없다고 여기 http://pastebin.com/f59241692
내가 당신을주의이 오류 메시지
[email protected]:~/code/ns2/noisy$ ns mixed.tcl
num_nodes is set 3
INITIALIZE THE LIST xListHead
invalid command name ""
while executing
"$lnk attach-monitors $isnoop $osnoop $dsnoop $fm"
(procedure "_o3" line 5)
(Simulator attach-fmon line 5)
invoked from within
"$ns_ attach-fmon $wllink $fmon"
(file "mixed.tcl" line 182)
예제를 들여 쓰려면 4 개의 공백을 들여 쓰거나
을 사용해야합니다. wiki Markdown 구문 –