psmoveservice / PSMoveService

A background service that communicates with the psmove and stores pose and button data.
Apache License 2.0
593 stars 148 forks source link

Connecting Playstation Move and Navigation controllers through bluetooth #152

Closed billyisms closed 8 years ago

billyisms commented 8 years ago

Would it be possible to connect the Move and Navigation Controllers as normal PC game controllers using this software? I have been using Motioninjoy, but would prefer connecting them through this software if it works well through bluetooth.

HipsterSloth commented 8 years ago

Not presently. What you're describing is a "filter driver" similar to ScpToolkit for DualShock controllers. I think the ScpToolkit also does this navi as well, but not the PSMove. PSMoveService is a usermode program that provides controller data over a socket to client plugins (currently the only two clients are SteamVR and FreePIE). It's a non-goal of this library to remap the controller as other PC Game controller types.