Skip to content

Input devices sharing over network for Linux

Notifications You must be signed in to change notification settings

AlooGS/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:

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

Authors

License

LGPL

About

Input devices sharing over network for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.1%
  • Makefile 16.9%