Python Wake-on-Lan script ( WOL your PC )
#16
is it posibble to send such packet through internet?

it could be too much of security risk so i guess not, but maybe...?
Reply
#17
in case anyone is wondering, yes, it is possible to send a WOL packet over the internet (to answer the previous poster)
Reply
#18
ooh, i bet he has been waiting for that answer the last 4 years! Smile
Reply
#19
Is it possible to make this script start when XBMC starts? Not to start the script manually.
Reply
#20
Reply
#21
rename it to autoexec.py ??
Reply
#22
Reply
#23
change that line that says

s.sendto(msg, ('<broadcast>', 9))

to
s.sendto(msg, ('<broadcast>', 7))

change the 9 to a 7 is all i had to do and it works for me hope that helps
Reply
#24
I noticed that a builtin wake-on-lan function was added to build 27296

http://trac.xbmc.org/changeset/27296
Reply
#25
thebitjockey Wrote:I noticed that a builtin wake-on-lan function was added to build 27296
http://trac.xbmc.org/changeset/27296
EXCELENT news! Thank you!
Reply
#26
How can I configure this to start my Windows Home Server at the start of my xbox?

I am searching for a solution for such a long timeNerd
Reply
#27
Harry deluxe Wrote:How can I configure this to start my Windows Home Server at the start of my xbox?

I am searching for a solution for such a long timeNerd

Do this with the script at the beginning of this thread:

Methanoid Wrote:rename it to autoexec.py ??
Reply
#28
javiertoti Wrote:Doesn't work





What is wrong?



Finally was a network card drivers problem. Incredible but true.
Reply
#29
I realize this I am very late to the game, but, this weekend I coded a WOL script in python for the Xbox-XBMC. It allows for adding and removing MACs and is very simple to use. I used the library suggested by NikoKos @ http://gsd.di.uminho.pt/jpo/software/wak...python.txt to get WOL to work. It would be really cool if someone could whip up a nice GUI.

You can get my script at the link below:

WakeOnLan-XBMC.zip

Image
Reply

Logout Mark Read Team Forum Stats Members Help
Python Wake-on-Lan script ( WOL your PC )0