python-nemu 0.3.1-1 source package in Ubuntu

Changelog

python-nemu (0.3.1-1) unstable; urgency=medium

  * New upstream release, fixing breakage due to changes in iproute2.
    Closes: #746276.
  * Update Standards-Version (no changes).
  * Update Vcs-* fields and Homepage.
  * Add documentation.

 -- Martín Ferrari <email address hidden>  Mon, 24 Oct 2016 04:04:20 +0000

Upload details

Uploaded by:
Martín Ferrari
Uploaded to:
Sid
Original maintainer:
Martín Ferrari
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nemu_0.3.1-1.dsc 1.8 KiB 7e962b55ac22080cec1aad6238af1c48c56a31953bf1a64b8e97d5b9928bc58b
python-nemu_0.3.1.orig.tar.gz 80.0 KiB 6c1e36fe17670882e3106eabc34f54c8815b621c19be8f6262c8f4dce7d22b40
python-nemu_0.3.1-1.diff.gz 2.2 KiB f6a30fda1014f4e3ba8ea10868a9a1ccd6c7f589ced390170001f378c952e004

Available diffs

No changes file available.

Binary packages built by this source

python-nemu: 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.