Remote input devices sharing over network for Linux.
Linux:
git clone --recursive https://gitlab.com/hev/hev-rinput
cd hev-rinput
make
Android:
mkdir hev-rinput
cd hev-rinput
git clone --recursive https://gitlab.com/hev/hev-rinput jni
ndk-build
Receiver:
cat conf/main.ini
[Main]
Port=6380
Address=0.0.0.0
sudo bin/hev-rinput conf/main.ini
Sender:
cat conf/main.ini
[Main]
Port=6380
Address=192.168.1.2
; See /usr/include/linux/input-event-codes.h
SwitchKeyCode=119
sudo bin/hev-rinput conf/main.ini
- Heiher - https://hev.cc
LGPL