Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mininet 拓扑代码中通过主机命令运行 python 脚本时遇到问题。以下是我的代码
(net.get('h0')).cmd('sudo python arp_ping.py')
Mininet 执行没有错误,但它没有运行脚本。
您为什么不尝试通过 xterm 通过您的主机运行它。
在迷你网中:
xterm h0
然后(在正确的目录中):
./arp_ping.py