Actions

Byzantium Live Distro Service Announce: Difference between revisions

From HacDC Wiki

(Created page with "==Description== Share services running on a network with clients and other supernodes. ==Suggestions== ===Contents== *ip address (ipv4 and/or ipv6) *protocol service is provided ...")
 
No edit summary
Line 2: Line 2:
Share services running on a network with clients and other supernodes.
Share services running on a network with clients and other supernodes.
==Suggestions==
==Suggestions==
===Contents==
===Contents===
*ip address (ipv4 and/or ipv6)
*ip address (ipv4 and/or ipv6)
*protocol service is provided on (based on name given in /etc/services maybe)
*protocol service is provided on (based on name given in /etc/services maybe)

Revision as of 13:53, 1 October 2011

Description

Share services running on a network with clients and other supernodes.

Suggestions

Contents

  • ip address (ipv4 and/or ipv6)
  • protocol service is provided on (based on name given in /etc/services maybe)
  • port number
  • human readable name of the service or service instance
  • human readable description of arbitrary (as much as possible) size and format

Method

  • http[s]
  • socket

Format

  • xml
<?xml version="1.0" encoding="<encoding>" ?>
  <services>
    <service ip4="" ip6="" protocol="" port="" hr-name="">
      Description
    </service>
  </services>
  • delimited list
;;;<ipv4addr>;<ipv6addr>;<protocol>;<port number>;<human readable name>;<description>