NetJoy is a bundled client/server application that can send joystick/controller input from one computer to another remotely over the network.
Currently the only supported platform is Windows, Linux is planned in the future!
isServer = false
[server]
address = "127.0.0.1"
port = 6069
Both Clients & Servers
- Download NetJoy from the Releases Page.
- Un-zip NetJoy.7z into whatever folder you want.
EXTRA STEP FOR SERVERS
- Open config.toml and set isServer to true.
- Change port to your desired port number.
- configure ngrok using your ngrok token FROM HERE by running the below code in the NeyJoy Directory
cd PATH_TO_NETJOY_FOLDER
ngrok authtoken TOKEN_GOES_HERE
EXTRA STEP FOR CLIENTS
- Install ViGEm from here
- Complete install & restart
Both Clients & Servers
- Run NetJoy.exe & follow instructions in the application for setting up your server/client.
You can also access NetJoy through the command line by adding it to your Path GUIDE.