Application for creating Server or Client socket connections (TCP), and also handles serial connections.
Starting at v1.4, secure client are available.
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 systems (build-in Java runtime)
or
use the .exe (Windows) / .jar (All OS with Java installed). Those option requires Java 1.9 (1.11 recommended for TLS 1.3 support)
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 (SSL/TLS)
- Send large binary files
- Send/recieve HEX formatted values
- Serial port communication
- Buildin ASCII and port lookup
- .msi and .deb installer, or runt the fat-jar as a last resort :-)