You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

ps2joycln

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ps2joycln

A client to convert UDP packets from a PS2 console into keyboard events


Maintainers
1

Readme

PS2 Joy Client

Use PlayStation 2 input accessories that cheap "PS2 to USB" dongles don't recognize by dumping gamepad input into UDP packets.

This relies on a server to be running in your PS2 console.

Dependencies (will be installed automatically)

Installing

  1. Download and install Python
  2. On a terminal/command prompt, enter: python -m pip install ps2joycln

Running

On Linux: #python3 -m ps2joycln (yes, as root (unfortunately))

On Windows: >python -m ps2joycln

Configuration

It defaults the locating of the configuration file to ~/.config/ps2joycln.ini (or %USERPROFILE%\.config\ps2joycln.ini), on port 1469, creating if not exists.

The -c CLI switch allows to specify another place, which can be used as profiles.

The configuration does not hot-reload. Close the application (Ctrl+C or whatever) and reopen to apply changes.

On Linux, it requires running as root.

osu!mania 4k with dance mat

I personally use the snippet below with DDR skin:

[pad2]
dir_up=j
dir_dw=f
dir_lf=d
dir_rg=k

Reminder: osu!mania 4k is meant to be played with keyboard. It might be an exhausting experience.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc