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 details)

Uploaded Source

File details

Details for the file hxsd-0.1.0.tar.gz.

File metadata

  • Download URL: hxsd-0.1.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hxsd-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2a921bd1dc037c645671e0724ae3f0976f23b9dca64d677fafe15864f1323cba
MD5 c7cfce2a68bcc4e62d119d8383900713
BLAKE2b-256 6239d499b4845372a611e1f709f8da80f73dc262f633a33d58dc849684bac126

See more details on using hashes here.

Provenance

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