尝试使用 netanim 模拟 ns3 的 first.py
Try to simulate first.py of ns3 using netanim
你能帮我解决以下错误吗
ubuntu@ubuntu:~/Desktop/ns-allinone-3.32/ns-3.32$ ./waf --pyrun scratch/first.py
Waf: 进入目录 /home/ubuntu/Desktop/ns-allinone-3.32/ns-3.32/build' Waf: Leaving directory
/home/ubuntu/Desktop/ns-allinone-3.32/ns-3.32/build'
构建命令将存储在 build/compile_commands.json
'build' 成功完成(1.500 秒)
文件“scratch/first.py”,第 66 行
AnimationInterface netanim ("my_first.xml")
^
语法错误:语法无效
请问我该如何解决这个错误?
我不使用 Python 绑定,但请查看手册中的 this page。您可能需要按照
的方式做一些事情
anim = ns.netanim.AnimationInterface("my_first.xml")
你能帮我解决以下错误吗
ubuntu@ubuntu:~/Desktop/ns-allinone-3.32/ns-3.32$ ./waf --pyrun scratch/first.py
Waf: 进入目录 /home/ubuntu/Desktop/ns-allinone-3.32/ns-3.32/build' Waf: Leaving directory
/home/ubuntu/Desktop/ns-allinone-3.32/ns-3.32/build'
构建命令将存储在 build/compile_commands.json
'build' 成功完成(1.500 秒)
文件“scratch/first.py”,第 66 行
AnimationInterface netanim ("my_first.xml")
^
语法错误:语法无效
请问我该如何解决这个错误?
我不使用 Python 绑定,但请查看手册中的 this page。您可能需要按照
的方式做一些事情anim = ns.netanim.AnimationInterface("my_first.xml")