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

plume-design/iot-upnp

 
 

Repository files navigation

IoT UPnP

CI Status Documentation Status Coverage Status Code maintainability Code quality

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)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%