Ready Notification
General Description
A ready notification is sent from the client to server before a competition starts. The ready notification
signals to the server that the respective client is ready to start and should be sent to the public.ClientAnnounce
Queue.Properties
A QReadyNotification
is an xml String of the following format:<?xml version="1.0" encoding="UTF-8"?>
<readyNotificationCommand>
<username>tacenergy1</username>
<ready>true</ready>
<apikey>secret</apikey>
</readyNotificationCommand>
Property Descriptions
- username: name of the participant as registered on the tac energy server
- ready: this property indicates the ready state of the client. It should be set to
true
- apikey: the secret key that is automatically generated upon user registration on the TAC Energy server