Queueing network simulator
Project description
Queueing-tool is a package for simulating and analyzing networks. It is an event based simulator that uses queues to simulate congestion and waiting on the network that includes tools for visualizing network dynamics.
Documentation
The package documentation can be found at http://queueing-tool.readthedocs.org/.
Features
Fast simulation. Queueing-tool is designed to run very quickly; the core algorithms were written in cython.
Visualizations. There are several tools that allow you to easily view congestion and movement within your network. This includes ready made functions for animating network dynamics, while your simulations take place.
Full documentation. Every function and class is fully documented both online and in the docstrings.
Fast setup. The network is represented as a networkx graph. Queueing-tool networks allow for probabilistic routing, finite capacity queues, and different blocking protocols for analyzing loss networks.
Installation
Prerequisites: Queueing-tool runs on Python 2.7 and 3.3-3.5 and it requires networkx and numpy. If you want to plot, you will need to install matplotlib as well.
Installation: To install use:
pip install queueing-tool
The above will automatically install networkx and numpy. If you want to install all optional packages, use:
pip install numpy matplotlib pygraphviz
pip install queueing-tool
After installation, import with something like:
import queueing_tool as qt
Copyright and license
Code and documentation Copyright 2014-2016 Daniel Jordon. Code released under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file queueing-tool-1.1.0.tar.gz
.
File metadata
- Download URL: queueing-tool-1.1.0.tar.gz
- Upload date:
- Size: 233.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1dee7f9d47f74ee2dc4bb1c63e069dfa0938bf6eebb5e8e321734850b978233 |
|
MD5 | c1837062db76bb067b66b53c3825155e |
|
BLAKE2b-256 | 57f60c5b8b1b7141c48b038908f89f26f5c10b5babd7c0a214b2bf2ea4374e99 |