Metadata-Version: 2.1
Name: wenux
Version: 0.0.2
Summary: WAN emulator for Linux
Home-page: https://github.com/Axonis/DP
Author: Jozef Urbanovský
Author-email: jurbanov@redhat.com.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# WEnux

WEnux is a Python utility to emulate WAN environment on local machine

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install WEnux.

```bash
pip3 install wenux
```

## Usage

To start graphical user interface one has to initialize it with 2 interfaces between which traffic will be emulated
```bash
sudo ./wenux.py interface1 interface2
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[GPLv3](https://choosealicense.com/licenses/gpl-3.0/)

