PS3 PS3 Remote Gamepad - Control your PlayStation 3 remotely.

Krush206

Member
I wrote this program a while ago, but never posted here. It's written in C and Objective-C.

How to use
Install and run webMAN MOD, build pad.c and run the following:
./a.out <PlayStation 3 ip>

Key bindings
Up arrow - D-pad up;
Down arrow - D-pad down;
Right arrow - D-pad right;
Left arrow - D-pad left;
W - Triangle;
Z - Cross;
S - Circle;
A - Square;
E - R1;
Q - L1;
C - R2;
X - L2;
1 - START;
2 - SELECT;
H (lowercase) - Home;
H (uppercase) - Home (hold).

- Analog controls are unavailable because webMAN MOD doesn't implement such functions.
- User-defined key bindings aren't possible, but I plan to implement.

Source code: github.com/Krush206/ps3-remote-gamepad
 
Back
Top