albfan / SocketTest

A GUI tool for socket testing. It can create both TCP and UDP client or server.
http://sockettest.sourceforge.net/
1 stars 0 forks source link

command line user interface #3

Open albfan opened 8 years ago

albfan commented 8 years ago

SocketTest is a great candidate to work on a terminal, becomming and useful tool as netcat, curl or socat.

  1. isolate view from controller
  2. add an argument parser
  3. implement tui

Optionally it could implement a repl

albfan commented 8 years ago

Follow guide from:

https://www.link-intersystems.com/blog/2013/07/20/the-mvc-pattern-implemented-with-java-swing/

albfan commented 8 years ago

A combination of

https://github.com/jline/jline2

and jansi

https://github.com/fusesource/jansi

would create a rich interface