Simple .NET Core console application to test sending data to a socket connection
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.
- Open Command Prompt
- Navigate to folder containing executable
- type
./SocketClient.exe
- 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