From b63b7b61c0d3ac1db35eed5b3e271e99c0e53379 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Mon, 29 Jun 2026 16:39:00 +0530 Subject: [PATCH] Fix readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 954b9dc..35ef4c4 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,31 @@ woly aa:bb:cc:dd:ee:ff Magic packet is constructed as follows -FF x 6; Mac Address x 15 +FF x 6; Mac Address x 16 eg. ``` FF FF FF FF FF FF AA BB CC DD EE FF AA BB CC DD EE FF -... +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF +AA BB CC DD EE FF ``` ## Target Destination The magic packet shall be sent to limited broadcast IP - `255.255.255.255` and the Discard Protocol Port `9`. -While sending it to targeted IP, for eg. 192.168.0.2 bound to desired mac address of the device might work, it is not reliable as sometimes the ARP cache will not be updated by router due to device being in low power mode and will drop this packet. \ No newline at end of file +While sending it to targeted IP, for eg. 192.168.0.2 bound to desired mac address of the device might work, it is not reliable as sometimes the ARP cache will not be updated by router due to device being in low power mode and will drop this packet.