An open API service indexing awesome lists of open source software.

https://github.com/thekamik/telnet-client

Basic Telnet Client for Windows
https://github.com/thekamik/telnet-client

c c-language c-programming socket-programming sockets telnet telnet-client windows-sockets winsock2

Last synced: 3 months ago
JSON representation

Basic Telnet Client for Windows

Awesome Lists containing this project

README

          

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

```sh
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.