Skip to content

Tool for generating traffic data

Notifications You must be signed in to change notification settings

learning-on-chip/mina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mina

Mina is a tool for generating traffic data.

Installation

Install Rust as described here:

curl https://sh.rustup.rs -sSf | sh

Install the tool:

cargo install --git https://github.com/learning-on-chip/mina

Usage

The tool has the following options:

Usage: mina [options]

Options:
    --input <string>    File for reading a sequence of arrival times
    --output <string>   File for writing a sequence of arrival times
    --length <number>   Number of arrival times to be generated
    --seed <number>     Seed for the random number generator
    --help              Flag for showing this help message

For instance:

mina --input tests/fixtures/data.csv --output data.csv --length 10000 --seed 42

About

Tool for generating traffic data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages