Skip to content

This is a small web app to control your router port mapping through UPnP

License

Notifications You must be signed in to change notification settings

MnAppsNet/PortMappingController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a small web app to control your router port mapping through UPnP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published