Help with WOL on Ethernet 2 shield

Hi,

I just bought Arduino UNO R3 and Ethernet 2 shield.
I have chosen the eth2 shield in order to make use of POE.

I'm planning to use the Arduino to send WOL to a few servers after the power is back on and has been stable for X-minutes.

I found a project for this that was designed for Ethernet lib v1.1.2 or lower. So i downgraded my ethernet lib to v1.1.2 in order to include "<Utility\Socket.h>" successfully. But it seems like there is no connection with the ethernet 2 shield when using ethernet lib v1.1.2. (different default wireing maybe?)

With eth 2.0.2 library, i can set ip, gateway, subnet and dns successfully. I can even ping the arduino from my computer. But I do not find any examples for WOL.

My question is, can anyone help me with a code for sending wake-on-lan packets from my Arduino using Ethernet v2.0.2 library?

Thanks!

Details of the "Magic Packet" you need to send:

https://www.google.com/search?q=Wake-On-LAN+(WOL)+Arduino

I'm too noob to understand how to create a wol-package in Arduino IDE just based on the knowlage of how WOL works :confused:
I need exampels to look at :smiley:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.