Byzantium Live Distro Service Announce
From HacDC Wiki
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>