You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,46 @@
1
1
## SocketJoy
2
2
3
-
**Note** : This project is currently only being tested on linux (and may not work on windows). Once the frontend implementation is done, I'll start testing on windows.
4
-
5
3
Use your mobile phone as a virtual xbox controller for your windows or linux pc!
6
4
7
5
This project relies on work done by @qbolec with [joydiv](https://github.com/qbolec/Joydiv) and the [j2dx](https://github.com/OzymandiasTheGreat/Joy2DroidX-server/) server written by @OzymandiasTheGreat, so huge thanks to them!
Or simply download and run this server [executable](https://github.com/OzymandiasTheGreat/Joy2DroidX-server/releases/download/v0.1.0/Joy2DroidX-server-0.1.0-x86_64.exe)
17
+
18
+
Note that you can run the exe in a cmd terminal and pass in `-d` to enable debugging on the server side.
Connect to the client address with the correct port to complete the quickstart.
32
+
33
+
---
34
+
35
+
#### Linux:
36
+
10
37
The following script is a quick way to get the server and client up and running with one command. The server and client will be installed in a directory called `virtual-controller`.
To run the server again you can simply go into `virtual-controller/socket-joy` and run `./run.sh`.
43
+
16
44
### Manual Setup and Deployment Steps:
17
45
18
46
* install j2dx plugin and set it up. See instuctions [from my fork](https://github.com/harsh2204/Joy2DroidX-server) or [here](https://github.com/OzymandiasTheGreat/Joy2DroidX-server/#installation)
0 commit comments