Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Clarify global path transmit sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
hhenry01 committed Nov 22, 2023
1 parent 830bb5f commit 87833ff
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ opt If Waypoints are too Large for One Message
server -> server : Split Waypoints Across Multiples Messages
end
loop For Each Waypoint Message
server --> handler ++ : Transmit Waypoints
<- handler -- : POST Waypoints to Iridium
server -> handler ++ : Transmit Waypoints
<-- handler : POST Waypoints to Iridium
handler -> server -- : POST complete
note over handler, server
To prevent out of order transmissions, POSTING
to Iridium should be a blocking operation.
To prevent out of order transmissions on random
POST failures, POSTING to Iridium should be a
blocking operation.
end note
end
deactivate server
Expand Down

0 comments on commit 87833ff

Please sign in to comment.