Skip to content

bresilla/warpout

Repository files navigation

warpout

simple udev input device forwarder to remote machine

this is a simple UDP-based input device forwarder that can be used to forward input events from one machine to another. It is heavily basd on netstick, but uses morern C++ and used CLI11 for argument parsing.

Building

mkdir build
cd build
cmake ..
make

Running

Server

warpout server --port 12398 --bind 172.30.0.175

Client

warpout client --device /dev/input/event-xbox --address 172.30.0.175 --port 12398

About

udev input device (joystick) forwarder to remote machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published