https://github.com/akshath/SocketTest
A GUI tool for socket testing. It can create both TCP and UDP client or server.
https://github.com/akshath/SocketTest
Last synced: about 1 month ago
JSON representation
A GUI tool for socket testing. It can create both TCP and UDP client or server.
- Host: GitHub
- URL: https://github.com/akshath/SocketTest
- Owner: akshath
- Created: 2013-09-24T16:43:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T02:30:09.000Z (over 3 years ago)
- Last Synced: 2024-07-31T22:44:15.517Z (9 months ago)
- Language: Java
- Homepage: http://sockettest.sourceforge.net/
- Size: 1.28 MB
- Stars: 332
- Watchers: 16
- Forks: 116
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-java - SocketTest
README
SocketTest v3.0.1
------------------A java tool for socket testing. It can create both TCP and UDP client or server. It can be used to test any server or client that uses TCP or UDP protocol to communicate.
Licence: GNU Lesser General Public License
Features:
* Create a TCP client socket and send commands.
* Create a UDP client socket and send commands.
* Create a TCP server socket and send responses to connected clients.
* Create a UDP server socket that listens on a particular port.
* Save the conversation with the client or host to a txt file.
* TrustManager to prompt if certificate does not get validated.Copyright © 2003-2008 Akshathkumar Shetty
@Update
* added to program read from command line values