qdeconinck / maci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MACI Research

MACI is a framework for the management, scalable execution, and analysis of a large number of network experiments. You can find more information at the offical maci-research.net page.

Be careful when running MACI, otherwise you will provide remote code execution as a service for your network.

Installation and Startup

Ubuntu

Run

./install.sh 

to install all required dependencies.

Run

./start.sh

to start MACI. If you experience problems, it sometimes helps to run the script as root, e.g., with

sudo ./install.sh
sudo ./start.sh

Manual Installation

We do not provide an install script for Windows. You might want to manually execute the steps of the install.sh script. In general, having dotnet core 2.0 should be sufficient for the backend.

Getting Started

MACI is self-explaining and provides a web interface at http://<SERVER_IP>:63658 (e.g., http://localhost:63658). Check the web interface for more information.

Contribute

We are happy for all kind of contributions, including bug fixes and additional features.

Credits

Design and Concepts: @AlexanderFroemmgen, @a10r, @dstohr

Implementation: @AlexanderFroemmgen, @a10r, @max-weller

Fixes and Minor Features: @RolandKluge, @ckleemann, @Nikolasel, @martinpfannemueller, @dstohr, @rhaban, @IstEchtSo

About

License:MIT License


Languages

Language:C# 50.3%Language:HTML 14.6%Language:JavaScript 13.2%Language:Jupyter Notebook 10.5%Language:Java 5.0%Language:Python 5.0%Language:Shell 1.1%Language:CSS 0.3%Language:Batchfile 0.0%