Difference between revisions of "Event Feed"
From PC2wiki
m (→See Also: fixed typo) |
m (added pc2nc link) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
+ | * [[pc2nc]] - PC² implementation of netcat to read event feed | ||
* [[Event Feed Server]] | * [[Event Feed Server]] | ||
* [https://clics.ecs.baylor.edu/index.php/Event_Feed ICPC CLI CCS Event Feed Specification] | * [https://clics.ecs.baylor.edu/index.php/Event_Feed ICPC CLI CCS Event Feed Specification] |
Revision as of 09:30, 11 September 2016
An Event Feed is a CCS Standard XML feed of contest events.
The Feed
The Event Feed Server will supply a program XML which has information about configuration, submissions and judgements. As each event happens the event feed will send XML to the listening program.
When a contest is Finalized the finalized element and closing contest element will be output.
Report
The Event Feed Report will produce a well formed XML file.
See Also
- pc2nc - PC² implementation of netcat to read event feed
- Event Feed Server
- ICPC CLI CCS Event Feed Specification