arduino-based hid

This commit is contained in:
Devaev Maxim
2018-07-11 00:06:56 +00:00
parent db56bf90db
commit 008b9ca2f2
14 changed files with 252 additions and 201 deletions

View File

@@ -33,6 +33,7 @@ RUN pacman -Syy \
python-pip \
nginx \
mjpg-streamer-pikvm \
socat \
&& pacman -Sc --noconfirm
COPY testenv/requirements.txt requirements.txt

View File

@@ -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:

View File

@@ -3,5 +3,6 @@ aiohttp
aiofiles
pyudev
pyyaml
pyserial
bumpversion
tox