¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Wake on LAN module


 

I am using the Wake on LAN module that I have downloaded from the files section.

?I can see from toolbox that I am sending the magic packet to the PC.

?I can wake the PC from another PC using a magic packet sender and I can wake using an app on my phone. My problem is that Crestron won't wake the PC.

Is anyone using the module?? I just need to know if I am missing something?


 

I couldn't get it to work either. I found a different magic packet logic in a tv module in the file section and that also didn't work.

I gave up, love to hear if someone has magic packet WOL working and how.

Sent from my pocket computer


 

You need a UDP client with an IP of 255.255.255.255 using port 9. Send a string that consists of \xFF\xFF\xFF\xFF\xFF\xFF followed by the MAC address in hex like \x00\x0C\x31\x24\x08\x4F repeated 16 times.

On Fri, Feb 5, 2016 at 6:58 AM, Jon Spackman fueler1@... [Crestron] <Crestron@...> wrote:
I couldn't get it to work either. I found a different magic packet logic in a tv module in the file section and that also didn't work.

I gave up, love to hear if someone has magic packet WOL working and how.

Sent from my pocket computer

------------------------------------
Posted by: Jon Spackman <fueler1@...>
------------------------------------



Check out the Files area for useful modules, documents, and drivers.

A contact list of Crestron dealers and programmers can be found in the Database area.

------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
? ?

<*> Your email settings:
? ? Individual Email | Traditional

<*> To change settings online go to:
? ?
? ? (Yahoo! ID required)

<*> To change settings via email:
? ? Crestron-digest@...
? ? Crestron-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
? ? Crestron-unsubscribe@...

<*> Your use of Yahoo Groups is subject to:
? ?



 

I've done with UDP Client using port 12287 with the ip table set to 255.255.255.255

When I last did this on a PRO2 with a Dual Nic, with the address set to 255.255.255.255, it will be interpreted as
"this network". When using a C2ENET-2 card, "this network" will be on the LAN-A connection.

If you need to force to the LAN-B connection, then you will need to calculate the limited broadcast address and use that instead.

How to calculate the subnet-directed broadcast address

1) Convert machine address to binary e.g. 10.208.20.1 = 00001010.11010000.00010100.00000001

2) Convert the Subnet Mask to Binary e.g. 255.255.240.0 = 11111111.11111111.11110000.00000000

3) Invert the Binary Subnet Mask e.g. 11111111.11111111.11110000.00000000?
? ?becomes 00000000.00000000.00001111.11111111

4) OR the machine address and the inverted subnet mask e.g. 00001010.11010000.00010100.00000001?
? ?Or 00000000.00000000.00001111.11111111 = 00001010.11010000.00011111.11111111 = 10.208.31.255


On Fri, Feb 5, 2016 at 9:12 AM, Eric Walters sentry07@... [Crestron] <Crestron@...> wrote:
?

You need a UDP client with an IP of 255.255.255.255 using port 9. Send a string that consists of \xFF\xFF\xFF\xFF\xFF\xFF followed by the MAC address in hex like \x00\x0C\x31\x24\x08\x4F repeated 16 times.

On Fri, Feb 5, 2016 at 6:58 AM, Jon Spackman fueler1@... [Crestron] <Crestron@...> wrote:
I couldn't get it to work either. I found a different magic packet logic in a tv module in the file section and that also didn't work.

I gave up, love to hear if someone has magic packet WOL working and how.

Sent from my pocket computer

------------------------------------
Posted by: Jon Spackman <fueler1@...>
------------------------------------



Check out the Files area for useful modules, documents, and drivers.

A contact list of Crestron dealers and programmers can be found in the Database area.

------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
? ?

<*> Your email settings:
? ? Individual Email | Traditional

<*> To change settings online go to:
? ?
? ? (Yahoo! ID required)

<*> To change settings via email:
? ? Crestron-digest@...
? ? Crestron-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
? ? Crestron-unsubscribe@...

<*> Your use of Yahoo Groups is subject to:
? ?