Skip to content
forked from Ape/samsungctl

Remote control Samsung televisions via TCP/IP connection

License

Notifications You must be signed in to change notification settings

hgrecco/samsungctl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samsungctl

samsungctl is a library and a command line tool for remote controlling Samsung televisions via TCP/IP connection.

Dependencies

samsungctl requires Python 3, but currently no additional libraries.

Command line tool quick help

The command line tool can be installed with

python setup.py install

or run without installation with

python -m samsungctl

Use --help for more information about the command line arguments.

The settings can be loaded from a configuration file, which is searched from $XDG_CONFIG_HOME/samsungctl.conf and ~/.config/samsungctl.conf. A simple default configuration is bundled with the source as samsungctl.conf.

Supported models

  • UE40EH6030
  • probably almost all modern Samsung TVs with ethernet or Wi-Fi connection

References

I did not reverse engineer the control protocol myself and samsungctl is not the only implementation. Here is the list of things that inspired samsungctl.

About

Remote control Samsung televisions via TCP/IP connection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%