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

Event flow examples

letharion edited this page Jan 12, 2013 · 3 revisions

Configuration sent out from Gameserver:

Example event flow

  1. A weapon fires an IR beam at a target that gets hit.
  2. The target generates a 0x0001 code, "Incoming IR-code".
  3. The code contains payload data saying that the target was hit.
  4. This in turn generates a remote event according to the configuration, that gets sent to the Xbee network.
  5. The server receives this event and performs whatever logic it needs, possibly generating new events as a result.
Clone this wiki locally