python 和 upnp 中的库
我想开发一些有助于 UPNP(通用即插即用)和简单服务发现协议运行的协议。我需要找到 python 和 upnp 的库,以便我可以阅读它们,并且在使用它们时我可以轻松理解它们。请向我提供它的链接。
I want to develop some protocols that helps in the functioning of UPNP(universal plug and play) and simple service discovery protocol. I need to find the 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 the links for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MiniUPnP 是一个带有 Python hooks 的流行 UPnP 库。对于 Python 库,请查看 Python 发行版。我的位于
/usr/lib/python2.6
和/usr/lib/python3.1
中。那里有很多图书馆可供阅读。MiniUPnP is a popular UPnP library with Python hooks. For Python libraries, look in the Python distribution. Mine are in
/usr/lib/python2.6
and/usr/lib/python3.1
. There are libraries galore to read there.