Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

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

Last synced: about 12 hours 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.