UPnP for asyncio
Go to file
2018-07-31 11:23:21 -04:00
txupnp miniupnpc fallback 2018-07-31 11:23:21 -04:00
.gitignore initial 2018-07-27 19:25:32 -04:00
LICENSE more 2018-07-30 17:48:20 -04:00
README.md Update README.md 2018-07-30 17:52:32 -04:00
setup.py more 2018-07-30 17:48:20 -04:00

UPnP for Twisted

txupnp is a python2/3 library to interact with UPnP gateways using Twisted

Installation

git clone https://github.com/lbryio/txupnp.git
cd txupnp
pip install -e .

Usage

txupnp-cli --help

txupnp-cli --command=debug to get gateway debugging information

txupnp-cli --command=list_mappings to show redirects

txupnp-cli --debug to turn on very verbose logging

License

This project is MIT licensed. For the full license, see LICENSE.

Contact

The primary contact for this project is @jackrobison(jackrobison@lbry.io)