You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Host a gRPC server which all drones will be able to connect to and be dealt with separately.
Should send messages on a timed basis.
Should receive messages on a timed basis.
If multiple expected messages never arrive, then consider connection dead and handle accordingly.
This should be tackled as a streaming connection sending messaging going at some interval less than one second. This will also check to see if the clients are still alive, and will act as a heartbeat.
The text was updated successfully, but these errors were encountered:
Host a gRPC server which all drones will be able to connect to and be dealt with separately.
Should send messages on a timed basis.
Should receive messages on a timed basis.
If multiple expected messages never arrive, then consider connection dead and handle accordingly.
This should be tackled as a streaming connection sending messaging going at some interval less than one second. This will also check to see if the clients are still alive, and will act as a heartbeat.
The text was updated successfully, but these errors were encountered: