wemulate / wemulate-api

WEmulate API Module

Home Page:https://wemulate.github.io/wemulate

Repository from Github https://github.comwemulate/wemulate-apiRepository from Github https://github.comwemulate/wemulate-api

A modern WAN Emulator developed by the Institute for Networked Solutions

WEmulate API Module

This is the API module which builds on the CLI module.

Have a look at the documentation for detailed information.

Installation

It is installed with the -a parameter from the documented install command for WEmulate.

Development

Configure poetry to create the environment inside the project path, in order that VSCode can recognize the virtual environment.

$ poetry config virtualenvs.in-project true

Install the virtualenv.

$ poetry install

Start the application with the following command:

$ uvicorn api.app:app --host 0.0.0.0 --port 8080 --reload

About

WEmulate API Module

https://wemulate.github.io/wemulate

License:GNU General Public License v3.0


Languages

Language:Python 95.2%Language:Makefile 4.8%