Desktop version of the Virtual Multitouch Touchpad Mobile Application, for Linux.
- Create a virtual kernel device using libevdev
- Start a TCP server waiting for events from the remote mobile application
- Start a UDP server to automatically show the server on the mobile application
# Install build dependencies (Ubuntu)
sudo apt install ninja-build meson libevdev-dev
# Build
meson setup build
cd build
ninja
# Run with a custom name, 7777 port and resolution (sensitivity) of 5
sudo ./toccami_linux -n "Desktop Name" -p 7777 -r 5