This is an open source library which provides you a way to secure your application using MAC Filters to login.
HOW to USE!!!
- Download the MACAddress.jar.
- Import it in your project in library.
- Create a MacLogin class' object with the argument as the mac address you want to check.
- Call getMac() from teh object you created to get the eth0 and eth1 mac address of the system on which application is installed.
- Then call compareMAC() to check if your software is licensed or not.
:::NOTE:::
This library is currently supporting only 2 NICs eth0 and eth1. If you want more NICs let me know...