Event flow examples - Sector7/Collision GitHub Wiki

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.