Skip to content

heiher/hev-rinput

Repository files navigation

Remote Input Devices Sharing

status

Remote input devices sharing over network for Linux.

How to Build

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

How to Use

Receiver:

; conf/main.ini
[Main]
Port=6380
Address=0.0.0.0
sudo bin/hev-rinput conf/main.ini

Sender:

; 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

Authors

License

MIT

About

Input devices sharing over network for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published