Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 958 Bytes

AutoRefCi.md

File metadata and controls

17 lines (9 loc) · 958 Bytes

Auto-referee continuous integration (CI)

To ease integration of the ssl-game-controller and the auto-referee implementations, there are separate unicast protocols that avoid the asynchronous communication via multicast and allows for integration with simulators and running at non-realtime speeds.

The default port is 10013.

Connection sequence

The connection is described in the following sequence diagram:

sequence diagram

Source to generate the diagram: autoRefCi.puml

Protobuf protocol

All protobuf files can be found in ../proto.