Where I can find samsung smart tv remote control protocol specification?
I've captured traffic of samsung smart view app with wireshark.
Communication is done using websockets but i don't know how GeneratorServerHello and ServerAckMsg is generated.
Asked
Active
Viewed 1,203 times
0

KoHcoJlb
- 71
- 3
- 6
-
You can try browsing through the [SamsungIPRemote](https://github.com/Bntdumas/SamsungIPRemote) repo, check out how they are decoding the messages. Also, [this](http://sc0ty.pl/2012/02/samsung-tv-network-remote-control-protocol/) site has further information about the protocol. – delephin Feb 05 '17 at 23:34
-
This is the old protocol, my tv is using a new one (on port 8000 with websockets) – KoHcoJlb Feb 06 '17 at 09:30