Skip to content

thekamik/Telnet-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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:

gcc -std=c99 -o telnet.exe main.c -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.

Releases

No releases published

Packages

No packages published

Languages