Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shantanugoel/samsung-messagebox
Send messages to be displayed on screen on Samsung TVs using samsung messagebox service
https://github.com/shantanugoel/samsung-messagebox
Last synced: about 1 month ago
JSON representation
Send messages to be displayed on screen on Samsung TVs using samsung messagebox service
- Host: GitHub
- URL: https://github.com/shantanugoel/samsung-messagebox
- Owner: shantanugoel
- Created: 2013-07-13T22:40:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T14:00:50.000Z (over 10 years ago)
- Last Synced: 2024-08-03T04:06:12.445Z (4 months ago)
- Language: Python
- Size: 225 KB
- Stars: 53
- Watchers: 12
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-smart-tv - samsung-messagebox - Python script to show notifications on Samsung TVs. (Platforms / Samsung Tizen)
README
A simply python script to send messages to Samsung TVs that can be displayed onscreen.
Developed by Shantanu Goel http://tech.shantanugoel.com/
Currently tested with Samsung 2010 C series TVs. Should work with most others as well that support this service.
Run "python samsung-msgbox.py -h" for usage instructionsusage: samsung-msgbox.py -i IP -m MSG [-p PORT] [-t TIME] [-r RECEIVER]
[-x RECEIVER_NO] [-s SENDER] [-y SENDER_NO] [-h]Send an arbitrary text message to Samsung TVs which is displayed onscreen.
Developed by Shantanu Goel (http://tech.shantanugoel.com/) version 1.0Arguments:
-i IP, --ip IP Required. IP Address of the TV
-m MSG, --msg MSG Required. Message body text to be sent to TV
-p PORT, --port PORT Optional. Port on which message should be sent
-t TIME, --time TIME Optional. Receive date and time in epoch/unix format
-r RECEIVER, --receiver RECEIVER
Optional. Receiver Name
-x RECEIVER_NO, --receiverno RECEIVER_NO
Optional. Receiver Number
-s SENDER, --sender SENDER
Optional. Sender Name
-y SENDER_NO, --senderno SENDER_NO
Optional. Sender Number
-h, --help![Demo 1](https://raw.github.com/shantanugoel/samsung-messagebox/master/samsung-messagebox-demo-1.jpg)
![Demo 2](https://raw.github.com/shantanugoel/samsung-messagebox/master/samsung-messagebox-demo-2.jpg)