https://github.com/probablyxs/keyboardsharing
A simple application that captures keyboard inputs and sends them over TCP to a remote server.
https://github.com/probablyxs/keyboardsharing
card connection dma ip keyboard server sharing tcp
Last synced: 3 months ago
JSON representation
A simple application that captures keyboard inputs and sends them over TCP to a remote server.
- Host: GitHub
- URL: https://github.com/probablyxs/keyboardsharing
- Owner: ProbablyXS
- Created: 2024-08-27T11:59:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:21:09.000Z (10 months ago)
- Last Synced: 2025-01-20T23:49:15.379Z (5 months ago)
- Topics: card, connection, dma, ip, keyboard, server, sharing, tcp
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KeyboardSharing
A simple application that captures keyboard inputs and sends them over TCP to a remote server.## Showcase

## Overview
KeyboardSharing is a C# application that hooks into your keyboard to capture key presses. It then sends these captured key presses over a TCP connection to a specified server. This can be used for remote key logging, input synchronization, or other related purposes.
## Key Features
- **Keyboard Hook:** Captures all key presses on the host machine.
- **TCP Transmission:** Sends captured key press data to a specified server in real-time.
- **Persistent Connection:** Maintains a continuous TCP connection to efficiently transmit data.
- **Cross-Application Monitoring:** Works in the background and captures key presses from any application.## Prerequisites
- **.NET Framework:** Ensure you have .NET Framework 4.x installed.
- **IDE:** Visual Studio or any C#-compatible IDE.
- **Basic Knowledge:** Familiarity with C# and TCP/IP networking concepts.## How to Build and Use
### 1. Clone or Download the Project
If the project is hosted in a repository, clone it using Git:
```bash
git clone https://github.com/your-repo/keyboard-sharing.git