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

Commit

Permalink
Update Remote Transceiver Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
hhenry01 committed Nov 21, 2023
1 parent 2f46992 commit 830bb5f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ end
loop For Each Waypoint Message
server --> handler ++ : Transmit Waypoints
<- handler -- : POST Waypoints to Iridium
deactivate server
note over handler, server
To prevent out of order transmissions, POSTING
to Iridium should be a blocking operation.
end note
end
deactivate server

@enduml

0 comments on commit 830bb5f

Please sign in to comment.