Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pysrc/diffscreen
A toy remote desktop implemented by rust
https://github.com/pysrc/diffscreen
fltk-rs gui remote-control remote-desktop rust
Last synced: 6 days ago
JSON representation
A toy remote desktop implemented by rust
- Host: GitHub
- URL: https://github.com/pysrc/diffscreen
- Owner: pysrc
- License: gpl-3.0
- Created: 2021-12-20T12:52:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T06:52:59.000Z (2 months ago)
- Last Synced: 2025-01-08T20:07:26.585Z (13 days ago)
- Topics: fltk-rs, gui, remote-control, remote-desktop, rust
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 122
- Watchers: 3
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diffscreen
A toy remote desktop implemented by rust.
The python implemented: https://github.com/pysrc/remote-desktop
## Build
Need: cmake、git
`cargo build --release`
### For linux before build
`sudo apt install libxdo-dev libxcb-randr0-dev libxcb-shm0-dev`
For Debian-based GUI distributions, that means running:
`sudo apt-get install libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev libgl1-mesa-dev libglu1-mesa-dev`
For RHEL-based GUI distributions, that means running:
`sudo yum groupinstall "X Software Development" && yum install pango-devel libXinerama-devel`
For Arch-based GUI distributions, that means running:
`sudo pacman -S libx11 libxext libxft libxinerama libxcursor libxrender libxfixes pango cairo libgl mesa --needed`
For Alpine linux:
`apk add pango-dev fontconfig-dev libxinerama-dev libxfixes-dev libxcursor-dev mesa-gl`
For NixOS (Linux distribution) this nix-shell environment can be used:
`nix-shell --packages rustc cmake git gcc xorg.libXext xorg.libXft xorg.libXinerama xorg.libXcursor xorg.libXrender xorg.libXfixes libcerf pango cairo libGL mesa pkg-config`
## dsserver
`./dsserver password port`
The default password is "diffscreen" and default port is 80.
## dsclient
Click run directly