Skip to content

progwriter/TMgen

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TMgen: Traffic Matrix generation tool

TMgen is a tool for generating spatial, temporal, and spatio-temporal traffic matrices. Generation is based on the Max Entropy model described in Spatiotemporal Traffic Matrix Synthesis by Paul Tune and Matthew Roughan, published in ACM SIGCOMM 2015.

Other, simple models (e.g., uniform, gravity) are also implemented for convenience.

Supported TM models

  • Random Gravity Model
  • Modulated Gravity Model
  • Non-stationary Conditionally Independent Model
  • Spike Model
  • Gravity Model
  • Uniform Model

Installation

  1. Install numpy and cython. (For example using pip install numpy cython)
  2. Run pip install .

Example Usage

See http://tmgen.readthedocs.io/ for the docs.

Big Thanks

To Paul Tune, Matthew Roughan, and Ari Pakman for their work in this space and for making their code available. This code is an adaptation of their Matlab versions MaxEnt and HMC

About

TMgen is a tool for generating spatial, temporal, and spatio-temporal traffic matrices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published