A simple tcp server, client. Communicates through TCP protocol.
- use csc to compile it
- csc tcpClient.cs && csc tcpServer.cs
- Run the exe
You can access the tcpServer in your LAN too. Just using any tcpClient for any OS, and connectes to your Host's IP and port 13000.