This repository contains a simple Go TCP testing client Useful for testing the Morphux Package Server (Morphux Package Server)
go get github.com/mrgosti/tcs
- Simple
echo "test" | tcs 127.0.0.1:4242 # Send "test" to 127.0.0.1:4242
- Bytes
echo "42" | tcs 127.0.0.1:4242 # Send "0x42" to 127.0.0.1:4242