A small code snippet that reads the computers IP and MAC address: try { InetAddress ip = InetAddress.getLocalHost(); NetworkInterface network;
WeiterlesenA small code snippet that reads the computers IP and MAC address: try { InetAddress ip = InetAddress.getLocalHost(); NetworkInterface network;
Weiterlesen