Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 877 Bytes

File metadata and controls

30 lines (21 loc) · 877 Bytes

Protocol Names

1. Tribe requesting to register at the Platform and Platform responds

 Name: register

2. Platform informing the Tribe about the initial allocation

  Name: allocate

3. Unit requesting the creation of a new unit to the Platform

  Name: createUnit

4. Tribe/Unit requests to subscribe to Entity Manager and EM responds

  Name: subscribe

5. Entity Manager informs subscribers of updates

  Name: update

6. Platform tells unit to kill itself

  Name: killUnit

7. Platform requests tribe to create a unit

  Name: tribeCreatesUnit

8. Unit requests to move and Platform responds

  Name: move

9. Unit requests to build and Platform responds

  Name: build

10. Unit requests to exploit resource and Platform responds

  Name: exploitResource