SmartCrypto icon indicating copy to clipboard operation
SmartCrypto copied to clipboard

SmartView2 Handshake API implementation

Results 4 SmartCrypto issues
Sort by recently updated
recently updated
newest added

The connection to the TV worked without any issue but when trying to send a key to the TV nothing happens. Via: ```python connection.recv() print(connection.connected) ``` I can see that...

Is there any way to proceed from this point?

**Goal** I would like to install this on a Raspbian. Goal is to use it with node-red and over SSH. **Problem:** 1. Clone this repository seems not enough. What additional...

Traceback (most recent call last): File "smartcrypto.py", line 126, in output = HelloExchange(tvPIN) File "smartcrypto.py", line 68, in HelloExchange return crypto.parseClientHello(clientHello, hello_output['hash'], hello_output['AES_key'], UserId) File "/home/lebhack/SmartCrypto-master/PySmartCrypto/crypto.py", line 79, in parseClientHello...