Application for creating Server or Client socket connections (TCP), and serial connections. Secure client option (TLS 1.2 & 1.3)
Possibility to send binary files and a "HEX" mode for send/receive byte values.
Handle multiple send areas = easy send different messages.
Store the conversation in a binary file.
Use the .msi installer on Windows (build-in Java runtime)
or
Use the .deb installer on Debian-based Linux x86 systems (build-in Java runtime)
or
use the .exe (Windows) / .jar (All OS with Java installed) - This option requires Java 1.9 (1.11 recommended for TLS 1.3 support) - if not already installed, download from https://learn.microsoft.com/en-us/java/openjdk/download
DOES NOT WORK ON ANDROID.
Like the program? Consider a small donation to keep the project going..
https://www.paypal.com/donate/?hosted_button_id=A644HGXJ7QP2A
Features
- Create TCP Socket connections (Server or Client)
- Secure client option (TLS)
- Send large binary files
- Send/recieve HEX formatted values
- Serial port communication
- Build-in ASCII and port lookup
- .msi and .deb installer, or runt the fat-jar as a last resort :-)