tango-controls / rfc

The Tango RFC project aims at define the Tango Controls kernel specification.
https://www.tango-controls.org
5 stars 10 forks source link

Fully Qualified Domain Name (FQDN) missing #80

Closed hardion closed 2 years ago

hardion commented 4 years ago

The FQDN is necessary for the RFC-12 Publish-Subscriber. This is part of the communication protocol.

EVENT_ENDPOINT = "(upstream server FQDN):port"
HEARTBEAT_CHANNEL = "(upstream admin device FQDN)/heartbeat" 
EVENT_CHANNEL = "(upstream device FQDN)/(attr).EVENT_TYPE[_idl5]" 

TODO: