Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katyo/ukvm
Network KVM software in Rust
https://github.com/katyo/ukvm
Last synced: 16 days ago
JSON representation
Network KVM software in Rust
- Host: GitHub
- URL: https://github.com/katyo/ukvm
- Owner: katyo
- Created: 2023-05-22T04:50:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-24T14:49:05.000Z (3 months ago)
- Last Synced: 2024-10-30T16:12:05.870Z (2 months ago)
- Language: Rust
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network KVM switch in Rust
Work-in-Progress linux-based network [KVM switch](https://en.wikipedia.org/wiki/KVM_switch) server and client.
## Current progress
Server:
- [x] Buttons (GPIO Output)
- [x] LEDs (GPIO Input)
- [x] Keyboard (USB HID Gadget)
- [x] Mouse (USB HID Gadget)
- [x] Video (V4L Motion JPG)Client (iced):
- [ ] Buttons
- [ ] LEDs
- [ ] Keyboard
- [ ] Mouse
- [ ] VideoClient (web):
- [ ] Buttons
- [ ] LEDs
- [ ] Keyboard
- [ ] Mouse
- [ ] Video