Jump to content

Watchnet wake up non watch out pc on lan


wilson

Recommended Posts

Hi Wilson - Wake-On-Lan is not a Watchout thing, it's a standard. It must be enabled on the bios of your machine. The WOL packet or 'Magic Packet' is 6 bytes of 255 followed by 16 instances of the machine's MAC address, UDP broadcast to port 9.

Link to comment
Share on other sites

  • 10 months later...

I'm trying to achieve that using aux timeline but I do not find the proper message to send. 

The mac address of the computer that I'm trying to wake up is 1C-EE-C9-01-52-11 its IP 192.168.100.101 its subnet 255.255.255.0

shouldn't it be " wolcmd 1ceec9015211 192.168.100.101 255.255.255.0 7" send by a string cue in udp on a string output with the correct network address and port ?

Link to comment
Share on other sites

  • Dataton Partner

No.

The network adaptor of your PC does not know it's IP address as long as the OS is not running. Therefore you need to send a "Magic Packet" as a broadcast (UDP) into the network.

Usually it would look like this:

FF FF FF FF FF FF 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11  0D

This needs to be sent as hex code to either the IP address of the device or to the broadcast address of your network which would proabably be 192.168.100.254 in this case.

Link to comment
Share on other sites

  • 3 weeks later...
On 4/11/2019 at 2:24 AM, RBeddig said:

No.

The network adaptor of your PC does not know it's IP address as long as the OS is not running. Therefore you need to send a "Magic Packet" as a broadcast (UDP) into the network.

Usually it would look like this:FF FF FF FF FF FF 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11 1C EE C9 01 52 11  0D

This needs to be sent as hex code to either the IP address of the device or to the broadcast address of your network which would proabably be 192.168.100.254 in this case.

Is that what I need to enter in my string cue ? it doesn't seem to work...

Link to comment
Share on other sites

  • Dataton Partner
3 hours ago, SteffVernier said:

This needs to be sent as hex code

The WATCHNET manual tells you how to use hex code:

HINT: As in WATCHOUT, it is possible to send hexadecimal data bytes by using the prefix “$” followed by two characters that specify a byte. For example, “$0D” will send a carriage return. It is possible to mix text messages with hexadecimal bytes in any order. Any number of hexadecimal bytes may be sent but each two character sequence defining a byte must be prefixed with the “$” symbol.

So use the form  $FF$FF............$0D

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...