mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
arduino-based hid
This commit is contained in:
@@ -33,6 +33,7 @@ RUN pacman -Syy \
|
||||
python-pip \
|
||||
nginx \
|
||||
mjpg-streamer-pikvm \
|
||||
socat \
|
||||
&& pacman -Sc --noconfirm
|
||||
|
||||
COPY testenv/requirements.txt requirements.txt
|
||||
|
||||
@@ -4,12 +4,9 @@ kvmd:
|
||||
port: 8081
|
||||
heartbeat: 3.0
|
||||
|
||||
keyboard:
|
||||
pinout:
|
||||
clock: 17
|
||||
data: 4
|
||||
|
||||
pulse: 0.0002
|
||||
hid:
|
||||
device: /dev/ttyS10
|
||||
speed: 115200
|
||||
|
||||
atx:
|
||||
pinout:
|
||||
|
||||
@@ -3,5 +3,6 @@ aiohttp
|
||||
aiofiles
|
||||
pyudev
|
||||
pyyaml
|
||||
pyserial
|
||||
bumpversion
|
||||
tox
|
||||
|
||||
Reference in New Issue
Block a user