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
We're moving networking code from the Phidgets webservice to our own Twisted based code. This involves an SSL based Secure Command Channel for setting relays and a UDP/PSASMessage telemetry feed for non-critical information. This issue deals with the Secure Command Channel.
Over the SCC the Kivy app sends set relay commands (shorepower, igniter) and a heartbeat containing an as yet undecided message to the LTC. The LTC sends a heartbeat containing relay states, relay changed events, and set relay command failed to the Kivy app.
The Kivy app should also display some sort of connection information about the SSL link. Connected/disconnected for sure, but also packet loss, etc?
The text was updated successfully, but these errors were encountered:
We're moving networking code from the Phidgets webservice to our own Twisted based code. This involves an SSL based Secure Command Channel for setting relays and a UDP/PSASMessage telemetry feed for non-critical information. This issue deals with the Secure Command Channel.
Over the SCC the Kivy app sends set relay commands (shorepower, igniter) and a heartbeat containing an as yet undecided message to the LTC. The LTC sends a heartbeat containing relay states, relay changed events, and set relay command failed to the Kivy app.
The Kivy app should also display some sort of connection information about the SSL link. Connected/disconnected for sure, but also packet loss, etc?
The text was updated successfully, but these errors were encountered: