mmende / homebridge-samsungtv-control2

homebridge-samsungtv-control2
MIT License
71 stars 17 forks source link

How to log the raw traffic when sending a key command? #68

Closed huddx01 closed 7 months ago

huddx01 commented 3 years ago

Hi Martin,

I have already created an issue @Toxblh s samsung-tv-control library... https://github.com/Toxblh/samsung-tv-control/issues/204

Sorry for double-posting... but i cant figure out if my question is better placed here or in the lib...

Maybe you also have an idea how it could be possible to log the raw traffic when a key is send? To be able to copy this an fire it up from another device...

My tv is an old one UE46ES8090 which uses the legacy Protocol on Port 55000.

Thanks in advance.

mmende commented 3 years ago

Hi @huddx01

The datagrams send to the TV's in the legacy protocol are fairly simple. This post for example describes pretty well how to build them. I hope this helps.

Kind regards