Skip to content

Zenith:ServerInfo

Announces server information

Controller: Zenith
Topic: ServerInfo
Action: Sub
Permissions: None

NameTypeExpectDescription
NameStringAlwaysThe name of the server
ClassStringAlwaysThe class of server. Always “FeedProxy”
VersionStringAlwaysThe version of the server software. Takes the format: Major.Minor.Revision.Build
ProtocolStringAlwaysThe serialisation version being used. Takes the format: Major.Minor.Revision.Build

Send:

{"Controller":"Zenith","Topic":"ServerInfo","Action":"Sub","Confirm":true}

Receive:

{"Controller":"Zenith","Topic":"ServerInfo","Data":{"Name":"Server1","Class":"FeedProxy","Version":"1.2.3456.78901","Protocol":"1.2"}}
{"Controller":"Zenith","Topic":"ServerInfo","Action":"Sub","Confirm":true}