Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import of Selkies JS Interposer for WebRTC to Linux Joystick support #95

Merged
merged 2 commits into from
Sep 22, 2023

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    1a4bebd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Import of Selkies JS Interposer for WebRTC to Linux Joystick support

    - LD_PRELOAD syscall interposer to emulate gamepads.
    - Intercepts open() requests to /dev/input/jsX devices.
    - Interposer connects to selkies unix domain socket.
    - Interposer writes log to /tmp/selkies_js.log
    - Selkies WebRTC app sends Javascript gamepad events to socket.
    - Up to 4 simultaneous gamepads supported from WebRTC.
    - Build as debian package and installed to /usr/local/lib/selkies-js-interposer/joystick_interposer.so
    - Dev container updated to auto-load interposer.
    - Update to github workflow to build and publish image and release asset.
    - Add joystick interposer to example Dockerfile
    danisla committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    be3c2f0 View commit details
    Browse the repository at this point in the history