Skip to content

DevDungeon/TcpNull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Null

TCP server for debugging and testing. Discard incoming data or echo it back to client raw or as an HTTP response.

Screenshot of main window

Features

  • Specify what interface and port to listen on
  • Choose one of three actions for an incoming request:
    • Discard incoming data
    • Echo data back to client exactly as it was received
    • Echo data back to client in the form of an HTTP 200 OK response

Download the JAR

Source Code

Running

  • Ensure Java 7 or greater is installed
  • Double click the .jar file or run at the command line with:

java -jar TcpNull-1.0.jar

Contact

NanoDano nanodano@devdungeon.com

License

GNU General Public License, version 2 (See LICENSE.txt)

Changelog

v1.0 - 2016/10/20 - Initial stable release.

About

TCP server for debugging and testing. Discard incoming data or echo it back to client raw or as an HTTP response.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages