License server and client system.
I decided to archive this repository (on 21.10.2021) due this project is outdated and there is no point in creating new fixes, updates etc. cause the entire base system isn't written in the best way. I will make a new license system when I will have a little more free time. Thanks for reading and using the project!
Client.connect("127.0.0.1", 2138, "b449abcc-6172-11eb-ae93-0242ac130002", newLicenseCallback() {
@Overridepublicvoidcorrect() {
System.out.println("correct");
}
@Overridepublicvoidincorrect() {
System.out.println("incorrect");
}
@Overridepublicvoiddisconnected(Throwablee) {
System.out.println("cant connect!");
}
});