ConnTest is a lightweight tool for testing and analyzing network communication. It can operate as a client or server, and displays all incoming and outgoing messages in a simple text-based chat interface.
- Download the latest release
- Run
ConnTest.exeor if it is a jar file, runjava -jar ConnTest.jar
- Enter a port number
- Click Start to begin listening
- Enter the server IP address and port
- Click Connect to establish connection
⚠️ Note:
Closing the application window (X) will not terminate the app.
You must right-click the tray icon and choose Exit to quit the application completely.
- Java 21 or later
- Git
git clone https://github.com/Suchti18/ConnTest.gitmvn clean package