Author Topic: Using dingoo as a PC gamepad  (Read 1182 times)

Offline jagotu

  • Moderator
  • *
  • Posts: 188
Using dingoo as a PC gamepad
« on: March 06, 2012, 03:45:44 PM »
Ever wanted to play a game on your linux-based PC, but instead of using keyboard controlling the game via your dingoo? Well, now it's possible!


<a href="https://web.archive.org/web/20131129113506/http://www.youtube.com/watch?v=Yi431LP_ePU" target="_blank">http://www.youtube.com/watch?v=Yi431LP_ePU</a>


Quote
Hello everyone!
I wanted to play Abobo's big adventure and had no controller, so I decided to use dingoo as it.

Copy 'netcat' and 'key' to your dingoo, boot dingux, connect via telnet, create /usr/local/sbin/frontend_start with something like:
#!/bin/sh
sleep 99999
then do chmod +x /usr/local/sbin/frontend_start, reboot the dingoo.
Install on your linux system xdotool and netcat,
Run on dingoo ./key /dev/event0 | ./netcat -l -p 4444
and on PC nc 10.1.0.2 4444 | ./sc.sh

Enjoy!
Tested on opendingux


Discuss it here: http://boards.dingoonity.org/dingux-releases/using-dingoo-as-a-pc-gamepad


keyserver.tar.gz
Author/Porter: ValdikSS
Download: http://rghost.net/36870603

Sorry guys for not caring about dingoonity lately. It was nice to be with you, and maybe I'll come back, but not now...

 

Post a new topic