Open manicmonkey opened 9 years ago
It could use the UUID from the BIOS as a unique identifier.
This can be accessed on Windows using WMI, and on Linux using dmidecode (although would need root on Linux).
Java COM api: http://stackoverflow.com/questions/2461141/get-a-unique-computer-id-in-python-on-windows-and-linux http://stackoverflow.com/questions/4610063/recommended-libraries-howtos-for-using-wmi-with-java http://jawinproject.sourceforge.net/
It could use the UUID from the BIOS as a unique identifier.
This can be accessed on Windows using WMI, and on Linux using dmidecode (although would need root on Linux).
Java COM api: http://stackoverflow.com/questions/2461141/get-a-unique-computer-id-in-python-on-windows-and-linux http://stackoverflow.com/questions/4610063/recommended-libraries-howtos-for-using-wmi-with-java http://jawinproject.sourceforge.net/