This project was created to demonstrate basic Windows socket client functionality. It provides a simple, non-secure Telnet client implemented in C.
Compile the project using the following command with MinGW64:
gcc -std=c99 -o telnet.exe main.c -lws2_32
- Clone the repository.
- Compile the project using the provided compilation command.
- Run the executable.
This project is licensed under the MIT License.