Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 585 Bytes

PortMappingController

This is a small wep app that can create and delete port mappings on your router using UPNP.

Your router must support UPNP for this to work.

Prerequisites

Below are all the prerequisites needed for the wep app to work.

1. python
2. node.js and npm

How to install

Open a new terminal in the project of the folder and execute the commands below (please note that you should have node.js and npm installed).

1. cd client
2. npm install
3. npm build
4. cd ..
5. pip install -r requirements.txt
6. python UPNPController.py