Skip to content

thekamik/Windows-Telnet-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Windows-Telnet-Client

This project was created to demonstrate basic Windows socket client functionality. It provides a simple, non-secure Telnet client implemented in C++.

Compilation

Compile the project using the following command with MinGW64:

g++ -std=c++2b -o telnet.exe main.cpp -lws2_32

Usage

  1. Clone the repository.
  2. Compile the project using the provided compilation command.
  3. Run the executable.

License

This project is licensed under the MIT License.