rustdesk / rustdesk/rustdesk-server
Get peer status on the server
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi @All,
I'm trying to get the information if a user is currently online on the server.
Currently we are using the SQLite database for seeing what ID numbers exist currently.
But the only time entry is created_at. Also I can see a status row, but that is empty.
Is there any possibility to get a list of "Currently active IDs" on the server.
Thank you.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the server's SQLite data, especially the created_at and empty status fields, and trace where peer records are written or queried. Clarify how the server should determine that an ID is currently active and what interface should expose the list; done means a reliable list of active IDs is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sqlite
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100