Skip to content

nwestfall/SocketClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SocketClient

Build status

Simple .NET Core console application to test sending data to a socket connection

Running the application

To run the application, either download the solution and build on your machine or click the build icon above and in the "artifacts" are a Windows and Mac executable.

To Run on Windows

  • Open Command Prompt
  • Navigate to folder containing executable
  • type ./SocketClient.exe

To Run on Mac

  • Open Terminal
  • Navigate to folder containing executable
  • type ./SocketClient

Once running, you will have to enter the following information

  • IP Address of Socket Server
  • Port of Socket Server
  • Full path to file location of XML or TXT file to use to send data to Socket Server
  • How long to wait inbetween sending data (in seconds)

You can stop sending data any time by clicking any key

About

Simple .NETCore console application to test sending data to a socket connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages