Skip to content

Gosti/tcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCS

TCP Client Shenanigans (simple tcp testing)

This repository contains a simple Go TCP testing client Useful for testing the Morphux Package Server (Morphux Package Server)

Installation

go get github.com/mrgosti/tcs

Usage

  • 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 

About

TCP Client Shenanigans (simple tcp testing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages