UPnP for asyncio
Go to file
2018-09-25 14:52:29 -04:00
txupnp cleanup, support mocks 2018-09-25 14:52:29 -04:00
.gitignore gitignore 2018-08-01 16:35:47 -04:00
CHANGELOG.md improve cli, add changelog file 2018-07-31 11:35:24 -04:00
LICENSE more 2018-07-30 17:48:20 -04:00
README.md Update README.md 2018-08-03 11:53:27 -04:00
setup.py add url to setup.py 2018-08-03 11:26:49 -04:00

UPnP for Twisted

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

Installation

pip install --upgrade txupnp

Usage

usage: txupnp-cli [-h] [--debug_logging] [--include_igd_xml] command

positional arguments:
  command            debug_device | list_mappings | get_external_ip |
                     add_mapping | delete_mapping

optional arguments:
  -h, --help         show this help message and exit
  --debug_logging
  --include_igd_xml

License

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

Contact

The primary contact for this project is @jackrobison