File: control

package info (click to toggle)
python-nemu 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 452 kB
  • ctags: 517
  • sloc: python: 3,940; ansic: 327; makefile: 92
file content (37 lines) | stat: -rw-r--r-- 1,733 bytes parent folder | download
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
Source: python-nemu
Maintainer: Martín Ferrari <tincho@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python, python-all
Standards-Version: 3.9.8
Homepage: https://github.com/TheTincho/nemu/
Vcs-Browser: https://anonscm.debian.org/cgit/users/tincho/python-nemu.git
Vcs-Git: https://anonscm.debian.org/git/users/tincho/python-nemu.git

Package: python-nemu
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-unshare, python-passfd,
 iproute2, bridge-utils, procps
Suggests: xauth
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: lightweight network emulator embedded in a small python library
 Nemu (Netwok EMUlator) is a small Python library to create emulated networks
 and run and test programs in them.
 .
 Different programs, or copies of the same program, can run in different
 emulated nodes, using only the emulated network to communicate, without ever
 noticing they all run in the same computer.
 .
 Nemu provides a very simple interface to create nodes, connect them arbitrarily
 with virtual interfaces, configure IPv4 and IPv6 addresses and routes, and
 start programs in the nodes. The virtual interfaces also support emulation of
 delays, loss, and reordering of packets, and bandwidth limitations.
 .
 More advanced configurations, like setting up netfilter (iptables) rules,
 starting VPN tunnels, routing daemons, etc, are simply supported by executing
 the appropriate commands in the emulated nodes, exactly as if they were
 executed in real machines in a real network.
 .
 You can even start interactive sessions by opening xterms on different nodes,
 Nemu has special support for forwarding X sessions to the emulated nodes.