Control ps3 from commandline

Discuss everything to do with GIMX here
Post Reply
raomayurs
Posts: 1
Joined: Mon Aug 03, 2015 3:37 pm

Control ps3 from commandline

Post by raomayurs »

Hi,
I need to control the ps3 from the commandline. I have tried commands like
$gimx -p /dev/ttyUSB0 --event "up(255)"

But this doesnt seem to work. I am using a CSR 4 bluetooth dongle. I am able to controlling it easily using
$gimx -h 0 -c myconfig.xml -b XX:XX:XX:XX:XX -t Sixaxis

But here I need to make the keypresses on the keyboard

Please Help
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Control ps3 from commandline

Post by Matlo »

Hi,
You have to run two instances.
In a terminal:

Code: Select all

gimx -h 0 -t Sixaxis -s 127.0.0.1:51914 -b XX:XX:XX:XX:XX:XX
In another terminal:

Code: Select all

gimx --event "up(255)" -d 127.0.0.1:51914
GIMX creator
Post Reply