Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page