Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Latest commit

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

LicenseSystem

License server and client system.

Future project plans

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!

Usage

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!");
}
});

Download

Click here

About

License server and client system.

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages