File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ESP Wake on Lan
2
- ESP Wake on Lan is a simple web interface on an ESP32 to send Wake on Lan Magic Packets to one out a list of specified devices.
3
- The device to wake up can be selected from a list in an external file that is compiled into the project.
4
- It is also possible to specify the target (broadcast) address to send the packet to.
2
+ ESP Wake on Lan is a simple web interface on an ESP32 to send Wake on Lan Magic Packets.
3
+ The MAC address of the device to wake up can be selected from a list of specified devices, or manually entered.
4
+ The default list of devices to wake up is an external file that is compiled into the project.
5
+ Manually entered MAC addresses are added to the dropdown, however they are lost when the ESP restarts.
6
+ It is also possible to specify the target broadcast IP address to send the packet to.
7
+ This is done by selecting one from a dropdown which contains a default option specified in the source code,
8
+ the last selected IP(if that is a different one), and 255.255.255.255, or manually specifying one.
9
+ To manually specify a MAC or IP address simply select the "Other" option and enter it into the text input that appears.
5
10
This is how the web interface looks:
6
11
![ ESP Wake on Lan Web Interface] ( https://raw.githubusercontent.com/ToMe25/ESP-WakeOnLan/master/images/web-interface.png )
7
12
You can’t perform that action at this time.
0 commit comments