/closes #850 /claim #850
Uses IronRDP to implement it, still needs integration with screenpipe itself.
set RDP_SERVER_URL=your-server-url.com # Windows CMD
set RDP_SERVER_USERNAME=your_username
set RDP_SERVER_PASSWORD=your_password
# or
$env:RDP_SERVER_URL="your-server-url.com" # Windows PowerShell
$env:RDP_SERVER_USERNAME="your_username"
$env:RDP_SERVER_PASSWORD="your_password"
cargo run --bin rdp
# or
cargo build --release
# then
target/release/rdp.exe
Neptune
@Neptune650
mediar.ai
@mediar-ai