Is there a library for implementing Simple Service Discovery Protocol(SSDP) via UPnP in Python? Basically, I want to make protocols for SSDP using python.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

http://brisa.garage.maemo.org/doc/html/upnp/ssdp.html

link|improve this answer
python-brisa - the methods given at the end of the page provided by your link can be used in python environment?? like , I am using eclipse for python code – KIT Jan 19 '11 at 23:42
@KIT Download it from here. – marcog Jan 19 '11 at 23:43
I have python 2.7 installed on my pc. Which One I should download?There is no option for it – KIT Jan 19 '11 at 23:50
pypi.python.org/pypi/Coherence – KIT Jan 19 '11 at 23:59
pypi.python.org/pypi/Coherence - what is the difference between this link and your link? are they both good? – KIT Jan 20 '11 at 0:00
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

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