iot-upnp

UPnP device annoncement library


Keywords
upnp, ssdp, network, python3
License
GPL-3.0
Install
pip install iot-upnp==1.0.1

Documentation

Builds CI Status Documentation Status
Code Quality Coverage Status Code maintainability Code quality
Releases information PyPI - Status PyPI - Format PyPI - Available version
Package information PyPI - Python versions GitHub license

IoT UPnP

This project is a little pure Python library to annonce a device by UPnP. It’s made for IoT developers to let them show their device on network discovery in any OS.

With IoT-UPnP, you can show your device on all computers with Windows Explorer (network discovery). Users can doucle-click on the device to open the device configuration page. The device will be shown without any software installation on user’s computers.

Developers can use UPnP to announce custom services and let others applications use these services. For example, if cameras announce a service “exemple-org:service:camera-image”, you can made a software witch easy discover all cameras with this service.

Requirement

You need Python 3.x to use this library.

Usage and documentation

Installation

You can use pip to install iot-upnp.

pip install iot-upnp

Full documentation

The full documentation are build with sphinx. It can be found on ReadTheDocs. page : https://iot-upnp.readthedocs.io/.