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.

link|improve this question
This question has been asked on SO before. Search for it - not only will you get your answer but you will get choices also! – user225312 Jan 20 '11 at 18:55
feedback

1 Answer

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.

link|improve this answer
How do I use the MiniUPNP library with python? I mean- how do i install itwith my opython. I have installedpython 2.7 on My PC. – KIT Jan 20 '11 at 19:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.