1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: ns2
Section: net
Priority: optional
Maintainer: Marcos Talau <talau@debian.org>
Build-Depends: debhelper (>= 10),
tcl-dev, tk-dev, libxext-dev, libxt-dev, libpcap0.8-dev,
libotcl1-dev, tclcl, libtclcl1-dev (>=1.20-6~), perl (>=5.003), libperl4-corelibs-perl
Rules-Requires-Root: no
Standards-Version: 3.9.3
Vcs-Git: https://salsa.debian.org/debian/ns2.git
Vcs-Browser: https://salsa.debian.org/debian/ns2
Homepage: http://www.isi.edu/nsnam/ns/
Package: ns2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnuplot, ns2-examples
Description: discrete event simulator targeted at networking research
ns-2 is a discrete event-driven network simulator targeted at networking
research. It provides substantial support for simulation of TCP, routing,
and multicast protocols over wired and wireless (local and satellite)
networks.
.
An extensible simulation engine is implemented in C++ that uses MIT's
Object Tool Command Language, OTcl (an object oriented version of Tcl)
as the command and configuration interface. A previous version of the
simulator i.e. ns version 1 used the Tool Command Language, Tcl as the
configuration language. Ns-2 still supports simulation scripts written
in Tcl meant for the ns version 1 simulator.
.
The simulator is invoked via the ns interpreter, an extension of the
vanilla otclsh command shell. A simulation is defined by a OTcl script.
The scripts use the Simulator Class as the principal interface to the
simulation engine. Using the methods defined in this class, a network
topology is defined, traffic sources and sinks are configured, the
simulation is invoked, and the statistics are collected. By building
upon a fully functional language, arbitrary actions can be programmed
into the configuration.
.
Currently, ns-2 does not have an active development, all efforts moved
to ns-3. Ns-2 still has models not implemented in ns-3, but if a new
user does not need them, they may consider learning and using ns-3.
Package: ns2-doc
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: doc
Description: discrete event simulator targeted at networking research (documentation)
ns-2 is a discrete event-driven network simulator targeted at networking
research. It provides substantial support for simulation of TCP, routing,
and multicast protocols over wired and wireless (local and satellite)
networks.
.
An extensible simulation engine is implemented in C++ that uses MIT's
Object Tool Command Language, OTcl (an object oriented version of Tcl)
as the command and configuration interface. A previous version of the
simulator i.e. ns version 1 used the Tool Command Language, Tcl as the
configuration language. Ns-2 still supports simulation scripts written
in Tcl meant for the ns version 1 simulator.
.
The simulator is invoked via the ns interpreter, an extension of the
vanilla otclsh command shell. A simulation is defined by a OTcl script.
The scripts use the Simulator Class as the principal interface to the
simulation engine. Using the methods defined in this class, a network
topology is defined, traffic sources and sinks are configured, the
simulation is invoked, and the statistics are collected. By building
upon a fully functional language, arbitrary actions can be programmed
into the configuration.
.
Currently, ns-2 does not have an active development, all efforts moved
to ns-3. Ns-2 still has models not implemented in ns-3, but if a new
user does not need them, they may consider learning and using ns-3.
.
This package contains the documentation of ns-2.
Package: ns2-examples
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: discrete event simulator targeted at networking research (examples)
ns-2 is a discrete event-driven network simulator targeted at networking
research. It provides substantial support for simulation of TCP, routing,
and multicast protocols over wired and wireless (local and satellite)
networks.
.
An extensible simulation engine is implemented in C++ that uses MIT's
Object Tool Command Language, OTcl (an object oriented version of Tcl)
as the command and configuration interface. A previous version of the
simulator i.e. ns version 1 used the Tool Command Language, Tcl as the
configuration language. Ns-2 still supports simulation scripts written
in Tcl meant for the ns version 1 simulator.
.
The simulator is invoked via the ns interpreter, an extension of the
vanilla otclsh command shell. A simulation is defined by a OTcl script.
The scripts use the Simulator Class as the principal interface to the
simulation engine. Using the methods defined in this class, a network
topology is defined, traffic sources and sinks are configured, the
simulation is invoked, and the statistics are collected. By building
upon a fully functional language, arbitrary actions can be programmed
into the configuration.
.
Currently, ns-2 does not have an active development, all efforts moved
to ns-3. Ns-2 still has models not implemented in ns-3, but if a new
user does not need them, they may consider learning and using ns-3.
.
This package contains the examples of ns-2.
|