debian/0000755000000000000000000000000011772124362007173 5ustar debian/manpages0000644000000000000000000000002111772124362010702 0ustar debian/NetAnim.1 debian/docs0000644000000000000000000000000711772124362010043 0ustar README debian/NetAnim.svg0000644000000000000000000001056511772124362011256 0ustar image/svg+xml debian/NetAnim.desktop0000644000000000000000000000023511772124362012121 0ustar [Desktop Entry] Name=Network animator Comment=Network animator based on Qt4 working with ns-3 Exec=NetAnim Icon=NetAnim Type=Application Categories=Network; debian/control0000644000000000000000000000151711772124362010602 0ustar Source: netanim Section: net Priority: optional Maintainer: YunQiang Su Build-Depends: debhelper (>= 9), qt4-dev-tools, qt4-qmake, libqt4-dev Standards-Version: 3.9.3 Homepage: http://www.nsnam.org/wiki/index.php/NetAnim Vcs-Git: git://git.debian.org/pkg-netsim/netanim.git Vcs-Browser: http://git.debian.org/?p=pkg-netsim/netanim.git Package: netanim Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: network animator based on Qt4 working with ns-3 NetAnim currently animates the simulation using an XML trace file collected during simulation. . Using NetAnim is a two-step process: - Generate the animation XML trace file during simulation using "ns3::AnimationInterface" in the ns-3 code base - Load the XML trace file generated in Step 1 with the offline animator (NetAnim). debian/install0000644000000000000000000000017411772124362010566 0ustar NetAnim /usr/bin/ debian/NetAnim.desktop /usr/share/applications/ debian/NetAnim.svg /usr/share/icons/hicolor/scalable/apps debian/changelog0000644000000000000000000000022511772124362011044 0ustar netanim (3.100-1) unstable; urgency=low * Initial release (Closes: #678516) -- YunQiang Su Fri, 22 Jun 2012 18:23:04 +0800 debian/NetAnim.10000644000000000000000000000042411772124362010610 0ustar .\" Process this file with .\" groff -man -Tascii bench-packets.1 .\" .TH NetAnim 1 "June 2012" Linux "User Manuals" .SH NAME NetAnim \- network animator based on Qt4 working with ns-3 .SH SYNOPSIS .B It has no command line options. .SH AUTHOR YunQiang Su debian/compat0000644000000000000000000000000211772124362010371 0ustar 9 debian/source/0000755000000000000000000000000011772124362010473 5ustar debian/source/format0000644000000000000000000000001411772124362011701 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000323611772124362011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: netanim Source: http://code.nsnam.org/netanim Files: * debian/NetAnim.svg Copyright: 2012 John Abraham License: GPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2012 YunQiang Su License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000755000000000000000000000016211772124362010252 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- NetAnim.pro