2018-07-30 23:48:20 +02:00
|
|
|
# UPnP for Twisted
|
|
|
|
|
|
|
|
`txupnp` is a python2/3 library to interact with UPnP gateways using Twisted
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2018-07-30 23:51:59 +02:00
|
|
|
```
|
|
|
|
git clone https://github.com/lbryio/txupnp.git
|
|
|
|
cd txupnp
|
|
|
|
pip install -e .
|
|
|
|
```
|
2018-07-30 23:48:20 +02:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2018-07-31 17:35:24 +02:00
|
|
|
```
|
|
|
|
usage: txupnp-cli [-h] [--debug_logging] command
|
2018-07-30 23:52:16 +02:00
|
|
|
|
2018-07-31 17:35:24 +02:00
|
|
|
positional arguments:
|
|
|
|
command debug_gateway | list_mappings
|
2018-07-30 23:52:16 +02:00
|
|
|
|
2018-07-31 17:35:24 +02:00
|
|
|
optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
--debug_logging
|
|
|
|
```
|
2018-07-30 23:48:20 +02:00
|
|
|
|
2018-07-30 23:52:16 +02:00
|
|
|
|
2018-07-30 23:48:20 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
|
|
|
|
|
|
|
|
## Contact
|
|
|
|
|
2018-07-31 17:35:24 +02:00
|
|
|
The primary contact for this project is @jackrobison
|