jvpernis / esp32-ps3

Control your ESP32 projects with a PS3 controller!
298 stars 81 forks source link

Alternative for SixaxisPairTool and sixaxispairer #53

Open biemster opened 1 year ago

biemster commented 1 year ago

The link to SixaxisPairTool seems to have gone all scammy, and sixaxispairer has a dependency that is no longer available at the link provided in that repo. I've found and (ancient) alternative here: http://www.pabr.org/sixlinux, for people that might be searching like I did. It might be even an idea to add sixpair.c to this repo, as to not lose it.

anatol-grabowski commented 1 year ago

I was able to compile sixaxispairer from this repo [https://github.com/crazyquark/sixaxispairer] after installing "hidapi" by pacman on Manjaro.

biemster commented 1 year ago

I see now that there is a libhidapi on my Ubuntu machine as well, so I could have tried that.. Anyway the sixpair.c is still a good alternative to consider.