Files
Konrad Dybcio b1237dc356 treewide: Migrate to russh
russh doesn't have the libsodium compilation issues on Windows that
ssh2 - migrate to it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
2025-11-07 15:27:10 +01:00
..
2025-11-07 15:27:10 +01:00
2025-11-07 15:27:10 +01:00
2024-06-22 03:32:40 +02:00

sk8brd - Simple remote board control software

Server

sk8brd-server is still not there.. The only other implementation is cdba-server for now.

Usage

cargo run -- -f <host> -p <port> -i <path/to/boot.img> -b <board> [-u user] [--power-cycle]

Keybinds:

  • CTRL-A +
    • a -> send a CTRL-A
    • B -> send a console break
    • p -> turn off board power
    • P -> turn on board power
    • q -> quit
    • s -> request a JSON status update (WIP)
    • v -> turn off USB VBUS
    • V -> turn on USB VBUS

License

BSD-3-Clause

Credits

Author: Konrad Dybcio <konradybcio@kernel.org>
cdba contributors (for the original cdba implementation)