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

Add Controlloid example project to README #375

Merged
merged 1 commit into from
May 8, 2020

Conversation

experiment322
Copy link
Contributor

This project uses websockets (through websocketd) to transmit live gamepad events from a device (android-only client for the time being) to a Linux/Windows machine which then will report them to the system using the appropriate driver (with the help of a C program fed by websocketd).

The result of this is a nice gamepad emulation which seems to perform pretty well through websockets (even with the analog controls) and easily supports multiple simultaneous clients thanks to websocketd's architecture.

Note: The emulation should be done only on local area networks to achieve good emulation results.

@asergeyev
Copy link
Collaborator

OK

@asergeyev asergeyev merged commit 2190c8a into joewalnes:master May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants