Libraries in python and upnp

I want to develop some protocols that help the operation of UPNP (universal plug and play) and a simple service discovery protocol. I need to find libraries for python and upnp so that I can read them, and it becomes easy for me to understand when I used them. Please provide me with links for this.

+3
source share
1 answer

MiniUPnP is a popular UPnP library with Python hooks. For Python libraries, check out the Python distribution. Mine are in /usr/lib/python2.6and /usr/lib/python3.1. There are libraries where you can read.

+2
source

Source: https://habr.com/ru/post/1786748/


All Articles