Skip to content

otaviofbrito/Network-Simulation

Repository files navigation

📡 Network Simulation

GitHub Actions

📃 Checkout Github Pages.

Pre-Requisites

These tools are often pre-installed on your OS. If not, visit their websites and install them:

Usage

The project can be easily built using a Makefile.

At the root directory, run the following commands:

# Build project and install dependencies
make build

After the build process, you can run the project:

# Run project
make

Once executed, a report will automatically open, displaying the graphical visualizations.

# Clean objects, reports and generated data
make clean

You can also run it with predefined inputs in the input.txt file:

# Express run with input.txt
make auto

To fully clean the environment, run:

# Remove generated data, objects and virtual environment
make purge