mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
implement device signing binary frames and sign() command for on-device signing.
This commit is contained in:
parent
6579efe6b4
commit
c42c30c25d
4 changed files with 167 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue