Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add RDP support via binary #1163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Neptune650
Copy link
Contributor

@Neptune650 Neptune650 commented Jan 17, 2025

/closes #850
/claim #850

Uses IronRDP to implement it, still needs integration with screenpipe itself.

how to test

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

Copy link

vercel bot commented Jan 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screenpipe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 4:01am

@louis030195
Copy link
Collaborator

louis030195 commented Jan 17, 2025

interesting

so it saves screenshots of the screens of all the users connecting to the RDP to a folder?

i suppose we can use the new screenpipe add subcommand to test with screenpipe

https://docs.screenpi.pe/docs/cli-reference#add-external-data-to-screenpipe-ocr-only

@Neptune650
Copy link
Contributor Author

interesting

so it saves screenshots of the screens of all the users connecting to the RDP to a folder?

i suppose we can use the new screenpipe add subcommand to test with screenpipe

https://docs.screenpi.pe/docs/cli-reference#add-external-data-to-screenpipe-ocr-only

@louis030195 Works roughly the same as the program you had linked in Telegram as a reference implementation, I haven't tried screenpipe add

@louis030195
Copy link
Collaborator

Screenshot 2025-01-28 at 8 33 19 AM

@Neptune650 nothing happen, no screenshot folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bounty] $1000 make RDP work
2 participants