python-nemu 0.2-1 source package in Ubuntu

Changelog

python-nemu (0.2-1) unstable; urgency=high


  * Update homepage, VCS location, and watchfile.
  * Update Standards-Version to 3.9.5, no changes needed.
  * New upstream release. Closes: #725344 (Raising urgency as it is an RC bug).

 -- Martín Ferrari <email address hidden>  Sun, 03 Nov 2013 18:09:11 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-nemu_0.2-1.dsc 1.8 KiB 064bae4b56a35187dfd98c24f296de5d730da5a253349cc5f0b825daa4a845a1
python-nemu_0.2.orig.tar.gz 47.3 KiB 3c3429ecdaa701b5d173036e6605a0b262bd01f035ca91a90f7457a63b289a6c
python-nemu_0.2-1.diff.gz 1.9 KiB 8eff64c45f66e494dab2e78610df2b7e4a27891d308f8c831d99724aa28dbfeb

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.