Coder Social home page Coder Social logo

omanwhatiscomputer / evdevhook2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from v1993/evdevhook2

0.0 0.0 0.0 75 KB

Cemuhook UDP server for devices with modern Linux drivers

License: GNU General Public License v3.0

Vala 93.79% Dockerfile 2.20% Meson 4.00%

evdevhook2's Introduction

Cemuhook UDP server for devices with modern Linux drivers - successor to original evdevhook

GitHub Actions - Build Status

AUR git package

Supported devices

  • Nintendo Switch Joy-Cons
  • Nintendo Switch Pro Controller
  • DualShock 3 controller (currently untested, feedback welcome)
  • DualShock 4 controller
  • DualSense controller

Configuration

No configuration is required to get started - just run the resulting binary and it will expose all supported controllers!

However, if you want to tweak controller orientations, run server on a different port, or use over four controllers at once by running multiple servers on different ports, it's possible to do so by providing a config file. See example config for syntax and full list of supported options.

Quick build guide

git clone https://github.com/v1993/evdevhook2.git
cd evdevhook2
meson setup --buildtype=release -Db_lto=true --prefix=/usr build
meson compile -C build
# Optional
meson install -C build

Updating

cd evdevhook2
git pull
meson subprojects update
meson compile -C build
# Optional
meson install -C build

Dependencies

  • libudev
  • libevdev
  • GLib 2.50+
  • zlib
  • Vala 0.56+ and libgee-0.8
  • meson
  • GCC/Clang

Optional:

  • UPower (runtime-only) - battery status reporting

On Ubuntu and derivative the following should do:

sudo apt-get install build-essential \
    libudev-dev libevdev-dev zlib1g-dev \
    valac libgee-0.8-dev \
    meson

evdevhook2's People

Contributors

git-developer avatar v1993 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.