NetAnim安装与使用

方法来源:官网

简介

NetAnim是一个独立的、基于Qt4的离线动画演示工具,在ns-3仿真过程中生成XML格式的trace文件,仿真结束后NetAnim读取该文件显示网络拓扑和节点间数据分组流等动画过程。

先决条件

想使用NetAnim先安装mercurial和QT5
Debian/Ubuntu Linux distribution:

    apt-get install mercurial
    apt-get install qt5-default

Red Hat/Fedora based distribution:

    yum install mercurial
    yum install qt5
    yum install qt5-devel

Mac/OSX

mercurial
Qt5 : Install Qt5 (including Qt Creator if possible) from http://qt.nokia.com/downloads/

Windows

mercurial
Qt Creator
Microsoft Visual C++ (Visual Studio 2010 and over http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products) or MinGw compiler

安装 NetAnim

hg clone http://code.nsnam.org/netanim

编译

cd netanim
make clean
qmake NetAnim.pro
make

使用

cd netanim
./NetAnim

载入XML文件即可。

你可能感兴趣的:(问题解决)