implement device signing binary frames and sign() command for on-device signing.

This commit is contained in:
agessaman 2025-12-14 22:23:33 -08:00
parent 6579efe6b4
commit c42c30c25d
4 changed files with 167 additions and 0 deletions

View file

@ -50,6 +50,8 @@ class EventType(Enum):
CONTROL_DATA = "control_data"
DISCOVER_RESPONSE = "discover_response"
NEIGHBOURS_RESPONSE = "neighbours_response"
SIGN_START = "sign_start"
SIGNATURE = "signature"
# Command response types
OK = "command_ok"