Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature receive Wake-On-Lan WOL on Arduino #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

barrydegraaff
Copy link

Via this PR I am adding a feature that allows your Arduino to receive Wake-On-Lan WOL packets.

What? Arduino sleepmode? No!

The idea is to have a minimal way to send a push notification from some device on your network to the Arduino. And once the Arduino receives the packet it can take some action.

This method requires very little in terms of processing power, and can work almost instantaneously. See the example provided. Which can be combined with the webClient example to have the Arduino fetch something via HTTP when a WOL magic packet is received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant