Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- [ ] Video

Client (web):

- [ ] Buttons
- [ ] LEDs
- [ ] Keyboard
- [ ] Mouse
- [ ] Video