[TOC]
Upnp Manage Tool for local home network
- Query UPnP Root Server.
- List/Add/Delete NAT(port map) control over UPnP .
Writen by Python 3.10
- UI code Generator: use the software PAGE - Python Automatic GUI Generator to create and edit WinForm style window, and generate
<name>.py, <name>_support.py
. - Binary Pack: use pyinstaller to build distributed executable files. we could just click
make.bat
to build project.