Simple SMPP GUI client written in java. No external dependencies. Works on Linux and Windows (should work on MacOS, not tested).
You will need java 11 or higher preinstalled on your machine.
-
Download smppgui.jar from https://github.com/ukarim/smppgui/releases or build it manually using gradle:
gradle build
-
Launch smppgui using following command:
java -jar smppgui.jar
- Build custom java runtime
gradle jlink
- Launch smppgui using the generated bash script:
./smppgui/bin/smppgui
- Finally, archive the generated smppgui directory and distribute it. Thus, end users do not need to pre-install java on their computers.