CheckLocation-on-LAN

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4f808088c6e442743c7f5d4eeb6b94502f35cedf
parent 280adb3b5621e9a149a4a203bae07be310e2a8e3
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Mon, 20 Jan 2025 22:48:27 +0900

Update README.md
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,8 @@ # CheckLocation-on-LAN It can check whether who has specific MAC address on LAN exists or not. + +## Work Frow +1. Get where is this program running on. +2. Ping to everyone on the subnet.(update ARP table) +3. Get all MAC address that evryone on the subnet has. +4. Compare to the specified list of MAC addresses.