Physical WakeOnLan button with Raspberry Pi and Python
This is a fun little demo I threw together in an evening. I’m running Raspbian “wheezy”. Wire up a switch (or switches) to your GPIO port. I have switches connected to GPIO pins 22, 23, and 24. Install RPIO. sudo apt-get install python-setuptools sudo easy_install -U RPIO Install wakeonlan. sudo apt-get install wakeonlan Check that …
Physical WakeOnLan button with Raspberry Pi and Python Continue Reading