CheckLocation-on-LAN

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

README.md (309B)


      1 # CheckLocation-on-LAN
      2 It can check whether who has specific MAC address on LAN exists or not.
      3 
      4 ## Work Frow
      5 1. Get where is this program running on.
      6 2. Ping to everyone on the subnet.(update ARP table)
      7 3. Get all MAC address that evryone on the subnet has.
      8 4. Compare to the specified list of MAC addresses.