Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can connect to a websocket endpoint and subscribe to receive STOMP messages when tows change or when devices (tow drivers) move.

Very little data is sent in the STOMP message itself, instead receiving the stomp message should trigger you to make a request to one of our /dispatch endpoints.

Code Block
/topic/dispatch.activeTows.{regionCode}
/topic/dispatch.activeTow.{towId}
/topic/device.location.{deviceId}

...