Simple .NET Core console application to test receiving data via 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
- IP Address to run Socket Server on
- Port to run Socket Server on
You can stop sending data any time by clicking any key NOTE: Socket Server will only work with 1 Connected Client at a time