hxsd

Simple service discovering library
Download

hxsd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Ross Delinger
  • Publisher web site:
  • http://github.com/rossdylan/

hxsd Tags


hxsd Description

hxsd is a 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 servicesProduct's homepage


hxsd Related Software