Skip to content

eclair4151/SmartCrypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

SmartCrypto



SmartView2 Handshake API implementation in pure python3 with an example of how to use the handshake to send commands to the TV

Works with Samsung Smart TV H/J (2014/2015) models using the SmartView2 Crypto Handshake C/Python implementation.



How to use:

go into smartcrypto.py and edit the ip address on line 15 to your tvs address
run smartcrypto.py

After pairing it will print a ctx and session id

On the last line of smartcrypto.py you can see the method send_command

If you save the ctx and sessionid from the previous pairing session you can write code to call send_command again without needing to repair. just use the ctx and session id from before.

This repo is in support mode and no longer being developed or maintained.
For better support consider trying out https://github.com/kdschlosser/samsungctl

Note: H & J series tv's cannot be turned on over the network so the on command will not work.

About

SmartView2 Handshake API implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%