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.
mkdir build
cd build
cmake ..
make
warpout server --port 12398 --bind 172.30.0.175
warpout client --device /dev/input/event-xbox --address 172.30.0.175 --port 12398