/GamepadOverIp

simple program to use a gamepad over Ip with minimal latency, for now only works with Dinput

Primary LanguageRustMIT LicenseMIT

Issues MIT License

Gamepad Over Ip

Simple program to send gamepad input over UDP to a remote host. (for now only in lan)

(back to top)

Built With

  • Rust

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

No requirements for the server, just run the executable. For the client you need to install the latest ViGEmBus driver at releases

Installation

  1. Download the latest release from releases

(back to top)

Usage

  1. execute the server executable
  2. execute the client executable on the client machine (you can set the receiving port by passing it as an argument e.g. ./path/name.exe 1234)

Roadmap

  • Dinput support
  • Rumble support
  • Xinput support
  • Multiple gamepad support
    • Different client side gamepad types
  • Different client for different platforms

See the open issues for a full list of proposed features (and known issues).

(back to top)

Build

  1. Install Rust
  2. Clone the repo
    git clone https://github.com/giorgionegro/gamepadOverIp.git
  3. make your changes
  4. Build the project with cargo
    cargo build --release
  5. enjoy the executables in target/release/

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Giorgio Negro - giorgionegro+github@proton.me

Project Link: https://github.com/giorgionegro/gamepadOverIp

(back to top)

Acknowledgments

(back to top)