Tagged Questions
2
votes
2answers
212 views
Flexible, Solid and Portable Service Discovery
I am looking for a way for clients in a LAN to find all the instances of my server application without any configuration. Instead of hacking something myself, I'd like to use an existing solution. ...
1
vote
0answers
111 views
UPnp Device with Python
I want to implement a UPnP device that has 1 service and 1 action in python.please help in the designing part. I looked over the Python-Brisa code but it is too complicated. Please suggest me ant link ...
1
vote
1answer
299 views
libraries in python and 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 ...
1
vote
1answer
263 views
Is there a Python library for service discovery using SSDP or UPnP?
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.
0
votes
1answer
133 views
How can i get a list of all MUC 's in XMPP server using python xmpppy?
I need to get a list of MUC's in a XMPP server (OpenFire). I have read about XEP 0030 and service discovery, but can not find documentation or examples about implementing it with xmpppy.