aioupnp/README.md

23 lines
516 B
Markdown
Raw Normal View History

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
`pip install txupnp`
## Usage
2018-07-30 23:51:14 +02:00
`txupnp-cli --help`
`txupnp-cli --command=debug` to get getway debugging information
`txupnp-cli --command=list_mappings` to show redirects
`txupnp-cli --debug` to turn on very verbose logging
2018-07-30 23:48:20 +02:00
## License
This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
## Contact
The primary contact for this project is @jackrobison(jackrobison@lbry.io)