Add keys and message ID checking

This commit is contained in:
2022-04-24 23:32:49 +02:00
parent 6628e4f908
commit b85ea6585d
4 changed files with 41 additions and 20 deletions

View File

@@ -86,7 +86,7 @@ port.write(b"w")
port.write(bytearray(config))
server_key = 0x2e29b257521dc792
client_key = 0x0#0x7ed64cce5b5d8e85
client_key = 0x7ed64cce5b5d8e85
port.write(b"k")
port.write(struct.pack("<QQ", client_key, server_key))