OneLiberty / moonlight-chrome-tizen

A WASM port of Moonlight for Samsung Smart TV's running Tizen OS (5.5 and up)
GNU General Public License v3.0
185 stars 15 forks source link

Feature Request: Wake on Lan #39

Closed ricknijhuis closed 1 month ago

ricknijhuis commented 4 months ago

I was unable to find a way to use wake over Lan, I know my setup supports it as I am able to get it working on android for example. I think it would be a nice addition if possible.

OneLiberty commented 4 months ago

I don't know if that's doable as is. To do so, we need to get the mac address of the host we want to wake up.

I'll check a bit. Any ideas are welcomed.

brapacz commented 1 month ago

It would be awesome. @OneLiberty - what exactly is the problem here? Getting a MAC addr?

OneLiberty commented 1 month ago

@brapacz Nah, getting the mac isn't an issue at all, it's more sending the packet. Tizen have pretty limited networking capabilities, but i should be able to cook something with the socket extension