Skip to content

Python library to annonce UPnP device on network (can be shown on Windows Explorer)

License

Notifications You must be signed in to change notification settings

bontiv/iot-upnp

Repository files navigation

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/.

About

Python library to annonce UPnP device on network (can be shown on Windows Explorer)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages