Linux tool to send raw data to a TCP server
Posted
by paul simmons
on Stack Overflow
See other posts from Stack Overflow
or by paul simmons
Published on 2010-06-09T22:39:28Z
Indexed on
2010/06/09
22:42 UTC
Read the original article
Hit count: 168
Hi, I am aware that this is not a direct 'development' question but I need that info to test a development project, so I think someone could've hit similar problem.
I will test a software that runs a TCP server and according to sent commands replies some answers. I will test the software and do not want to write code if it doesn't work well. So I want to send those commands and test drive the server software.
How can I achieve this with a Linux box?
© Stack Overflow or respective owner