Simple Service discovering library
Project description
Helixoide Service Discovery
Really Really Simple service discovery using multicast. It does nothing else.
usage: ./setup.py install
“””On the server providing a service””” import hxsd provider = hxsd.serviceProvider(“multicast-group”,port) maService = hxsd.service(“AWESOME SERVICE”, 31337) provider.addService(maService) provider.start()
“””On the client looking for a service””” import hxsd finder = hxsd.serviceFinder(“multicast-group”,port) services = finder.search(“AWESOME SERVICE”) print services
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hxsd-0.1.0.tar.gz
(2.3 kB
view hashes)